Parallel Computing in C++ and Native Code announcement
-
Link
If you are a newbie to C++ AMP please start here:
http://blogs.msdn.com/b/nativeconcurrency/archive/2012/08/30/learn-c-amp.aspx
Filter
:
All Threads
All Threads
Answered
Unanswered
Proposed Answers
General Discussion
No Replies
Helpful
Has Code
All Languages
-
Unanswered0Votesprocessing heterogeneous vectors in (C++-AMP)
I've written code that read and parse variable number of .dat files and store them into 2D vectors, each file in separated vector. Now, I'm trying to take advantage of parallel processing ... -
Unanswered0Votesaccelerator_view::flush() gives 100 times performance increase.
I am recoding a pattern generations program to use C++ Amp. On a fixed test case the original code runs at 4.5 seconds on average. Recoded to use parallel_for test case runs about 1.5 seconds. The ... -
Unanswered1VotesHow to force a GPU response to the OS
Display driver stopped responding and has recovered is the symptom I am converting an existing pattern generation application that I originally fielded in 1996. To give an Idea of ... -
Unanswered0Votesinfo C5012: loop not parallelized due to reason '1000' on a simple for loop assigning vector components?
The following code builds sussesfully, but with /Qpar /Qpar-report:2 generates the message: info C5012: loop not ... -
Unanswered0Votesusing array_view data without copying back to CPU
Hi, I'm using 2 parallel_for each loops and I don't want to copy the result from the first parallal_for each back to the CPU and to use it directly for the 2nd parallel_for each. Do ... -
Answered0Votesrecursive critical_section/reader_writer_lock
The new concurrency library is very nice. However, why there are no reentrant versions of critical_section or reader_writer_lock? I see there is an implementation used internally by ... -
Unanswered0VotesWhere to find TDR registry in Windows 7?
I try to disable TDR on my GPU card for long run computation. But I cannot find the TDR related key. I have ... -
Unanswered0VotesIs device_path unique and persistent?
Hi all, I was wondering if the device_path as queried in C++ AMP is unique and persistent. Specifically: Will two GPUs of the same vendor/model in a ... -
Unanswered0VotesUse of AMP C++ is slow !!
Hello, I have used for Matrix multiplication AMP C++, and it works great, the problème is when i have use it as a function in a programme, the grogramme become slow and it consume ... -
Answered0VotesMultiple Function Use
I defined this function once in a separate header file which contains all of the #includes that is referenced by other headers. string split(string data , int start , int ... -
Answered0VotesCannot find C2075 on my windows 7 workstation
I have HP Z820 (Windows 7 professional with SP1) which has 1 Quadro 600 graphics card for display and also a Tesla C2075 card. When I run the utility called "VerifyAmpDevices" ... -
Unanswered0VotesHow to use concurrency::array correctly?
I am learning how to use AMP. I am using studio 2012 on Windows 7. I can find the card correctly by using : concurrency::accelerator::get_all(); Now question ... -
Answered0VotesProblem with std::thread
Hi! Could someone answer my question, please? I have a class that has its own thread. struct CThread1 abstract : ... -
Unanswered0Votesarray_view<double>
Hello,So i have written a code where i have used array_view<float> the programme works great, but when i pass to double it means ... -
Answered2VotesReading .dat files by GPU
Hello, I'm trying to take advantage of heterogeneous computing system by developing an algorithm that make make the GPU contributing to the process of reading ... -
Unanswered0Votesproblem copying data back to the CPU using array_view and discard
Hi everybody, I am using array_view to execute Parallel_for_each loop with discard_data() option, thing is that the code inside parallel for each is running well, I debugged that ... -
Answered0VotesParallel_for():: system hangs in _WaitOnStolenChores()
Hi, I have found that my Parallel_for() hangs in _WaitOnStolenChores() if the 1st thread started is not the last one to end. Here is how I am setup: I am ... -
Unanswered0VotesMaintaining data in GPU memory across multiple function calls
I saw some similar questions, which hinted at using a constant buffer -- is there something that would work similarly for the following issue? I am porting a CUDA implementation of ... -
Unanswered0VotesKernel crashing code & debugging with AMP
msvcr110d.dll!_CxxThrowException(void * pExceptionObject=0x000000292d3eab10, const _s__ThrowInfo * pThrowInfo=0x000007fb49708c48) Line 152 ... -
Discussion35VotesWhat do you want in the next version of C++ AMP? – we are listening
Visual Studio 2012 includes the first release of the C++ AMP technology and hopefully by now you have had a chance to learn about and even better try your hands at it. We ... - Items 1 to 20 of 739 Next ›


