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
-
0 VotesWhat is the current status of C++ AMP.....
What's a new release for C++ AMP with VS2017. I am a little worried that it is not being developed and extended and will die out. What leads me to this thought is that even the MS C++AMP blogs ... -
0 VotesNeed help on C++ AMP Stagging Implementation
Hi and I want to first apologize first if posted this in the wrong forum category. I just started to code with C++ AMP, currently trying to implement Stagging Data transfer concept into my code. But I ... -
2 VotesSupport for AVX-512
Looks like Visual Studio 2015 does not support AVX-512. Can you tell me when support for AVX-512 is likely to be available?Answered | 2 Replies | 2041 Views | Created by JTholath - Tuesday, September 01, 2015 4:57 AM | Last reply by mirh- - Wednesday, August 23, 2017 11:39 AM -
9 VotesConcurrency Visualizer "The trace is corrupted" error
I am trying to use the Concurrency Visualizer tools for MSVC 2015 to analyze concurrency problems in my C++ program. Unfortunately I always get a "The trace is ...Unanswered | 6 Replies | 1040 Views | Created by Nikitin Sergey - Sunday, April 30, 2017 9:17 AM | Last reply by Degra - Tuesday, August 22, 2017 4:24 AM -
0 VotesVisual Studio 2015 C++ not compiling properly?
Hi guys I'm Learning how to program using C++ and trying to familiarize myself with Visual studio 2015. Now at first I didn't have any issues with compiling a simple program before, ...Unanswered | 1 Replies | 913 Views | Created by RB.Bright - Thursday, November 12, 2015 3:44 AM | Last reply by Sean_Parker_At_OrbitalATK - Wednesday, August 16, 2017 5:27 PM -
0 VotesCode Review Estimation for C++
I am looking for code review estimations how it can be estimated the effort required to do these . Are there any standard estimation techniques or templates to do the ... -
0 VotesVisual Studio Community 2017 Java Tutorial
Hi, I hope this is the correct forum - I was referred here. I've just downloaded this program and ... -
0 Voteshow to use concurrency::amp_uninitialize() in VS2012
my project have to use VS2012 and i use C++ AMP but it is maybe leak memory. I want to know how to use concurrency::amp_uninitialize() in VS2012. or anyother way to ... -
0 VotesWhy does not OpenMP work?
Made 2 functions without using and using OpenMP. #include <string> #include <iostream> #include <fstream> #include ... -
0 VotesC++AMP performance issue
I just started using C++ AMP, (as a way to learn it), and I'm not getting the expected performance with C++AMP. I am trying to add the elements of two ...Unanswered | 2 Replies | 722 Views | Created by Varun Dhiman - Friday, February 17, 2017 8:18 AM | Last reply by FilipMalmberg - Friday, May 12, 2017 6:50 AM -
0 Voteslinker error 2005 while Porting/migration of VC++ project from visual studio 2005 to visual studio 2015.
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1189,5): warning MSB8012: TargetPath(C:\p4v\89D_VSF2015\om\src\libs\libncdll\Win32\Release\libncdll.dll) does not ... -
0 VotesC++ user defined classes interaction
BObj1, CObj1, DObj1, ProductType 2 -> BObj2, CObj2, DObj2) For the same product types, OnEvent(eventType) has to be executed only once. How can i achieve ...Unanswered | 2 Replies | 528 Views | Created by SruthiDeveloper - Tuesday, March 28, 2017 2:51 PM | Last reply by Brian Muth - Tuesday, March 28, 2017 3:25 PM -
0 VotesPPL task call in a while C++
Read(&nodeType))) { switch (nodeType) { case ... -
1 Votesproblem with omp parallel for default (none)
I believe taht there is a bug, introduced in Visual studio 2015 and also present in 2017, in case of a simple parallel for. See the following example: void ...Unanswered | 0 Replies | 546 Views | Created by Tommaso Astarita - Thursday, March 16, 2017 10:28 AM -
2 VotesProblem with std::thread
Hi! Could someone answer my question, please? I have a class that has its own thread. struct CThread1 abstract : ...Answered | 2 Replies | 2844 Views | Created by JujiPL - Sunday, June 09, 2013 1:15 PM | Last reply by kth78 - Wednesday, March 15, 2017 10:17 AM -
0 VotesDump C++ process state
Hi All, I have a c++ process that after few hours running time out of blue sky start throwing exception on a try catch block with EXCEPTION_ACCESS_VIOLATION, then the service ... -
0 VotesVisual basic manual
looking for a Visbas manual for beginnersUnanswered | 1 Replies | 541 Views | Created by pietjesnot - Wednesday, March 08, 2017 10:54 AM | Last reply by davewilk - Wednesday, March 08, 2017 11:16 AM -
0 Votesamp synchronize() crash
Rows; int cols = destination->Cols; int centerx = source->CenterX; int centery = source->CenterY; int radius = ... -
0 VotesCan anyone confirm in AMP Windows 7?
Can anyone confirm that C++ AMP code compiled in vs2015 is able to run under Windows 7. If not, I will conclude that C++ AMP is incompatible with Windows 7, and mark that as the answer.Unanswered | 2 Replies | 671 Views | Created by Dan Ritchie - Tuesday, February 14, 2017 5:00 PM | Last reply by Dan Ritchie - Wednesday, February 15, 2017 4:46 PM -
0 VotesC++ AMP and windows 7 fails
We've had many beta test reports that our C++ code fails under Windows 7. In this last case, the card was a Nvidia gtx 980. Anybody have an idea why we would fail ...Unanswered | 2 Replies | 738 Views | Created by Dan Ritchie - Friday, February 10, 2017 5:13 PM | Last reply by Dan Ritchie - Saturday, February 11, 2017 9:39 PM - Items 1 to 20 of 1032 Next ›
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
