This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to this use. Learn more
Visual studio home link
  • Sign in
  • Gallery
  • MSDN Library
  • Forums
Get started for free
Ask a question
Quick access
  • Forums home
  • Browse forums users
  • FAQ
Announcement: 1

Parallel Computing in C++ and Native Code announcement

  • Link
    Before posting your first C++ AMP question please visit our blog
    DanielMoth Monday, September 10, 2012 6:52 PM

    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

  • Remove From My Forums

Forums [ view all ]

Selected forums

Clear
Parallel Computing in C++ and Native Code
x
Filter : All threads
All threads
Answered
Unanswered
Proposed answers
General discussion

No replies
Helpful
Has code

All languages
Sort : Most recent post
  • Most recent post
  • Most recent thread
  • Total votes
  • Total replies
  • large check mark
    0 Votes

    What is the current status of C++ AMP.....

    Visual Studio Languages
     > 
    Parallel Computing in C++ and Native Code
    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 ...
    Unanswered | 0 Replies | 63 Views | Created by AMP_Ahmed - Wednesday, September 27, 2017 9:32 PM
  • large check mark
    0 Votes

    Need help on C++ AMP Stagging Implementation

    Visual Studio Languages
     > 
    Parallel Computing in C++ and Native Code
    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 ...
    Unanswered | 0 Replies | 175 Views | Created by HardName - Monday, August 28, 2017 7:04 AM
  • large check mark
    2 Votes

    Support for AVX-512

    Visual Studio Languages
     > 
    Parallel Computing in C++ and Native Code
    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
  • large check mark
    9 Votes

    Concurrency Visualizer "The trace is corrupted" error

    Visual Studio Languages
     > 
    Parallel Computing in C++ and Native Code
    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
  • large check mark
    0 Votes

    Visual Studio 2015 C++ not compiling properly?

    Visual Studio Languages
     > 
    Parallel Computing in C++ and Native Code
    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
  • large check mark
    0 Votes

    Code Review Estimation for C++

    Visual Studio Languages
     > 
    Parallel Computing in C++ and Native Code
    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 ...
    Unanswered | 0 Replies | 244 Views | Created by SAI KALYAN - Thursday, July 20, 2017 6:18 AM
  • large check mark
    0 Votes

    Visual Studio Community 2017 Java Tutorial

    Visual Studio Languages
     > 
    Parallel Computing in C++ and Native Code
    Hi, I hope this is the correct forum - I was referred here. I've just downloaded this program and ...
    Unanswered | 0 Replies | 388 Views | Created by Frannilea - Tuesday, July 04, 2017 12:53 AM
  • large check mark
    0 Votes

    how to use concurrency::amp_uninitialize() in VS2012

    Visual Studio Languages
     > 
    Parallel Computing in C++ and Native Code
    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 ...
    Unanswered | 0 Replies | 325 Views | Created by ksdg - Thursday, June 22, 2017 1:38 AM
  • large check mark
    0 Votes

    Why does not OpenMP work?

    Visual Studio Languages
     > 
    Parallel Computing in C++ and Native Code
    Made 2 functions without using and using OpenMP. #include <string> #include <iostream> #include <fstream> #include ...
    Unanswered | 0 Replies | 420 Views | Created by tuchin - Tuesday, May 16, 2017 1:29 PM
  • large check mark
    0 Votes

    C++AMP performance issue

    Visual Studio Languages
     > 
    Parallel Computing in C++ and Native Code
    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
  • large check mark
    0 Votes

    linker error 2005 while Porting/migration of VC++ project from visual studio 2005 to visual studio 2015.

    Visual Studio Languages
     > 
    Parallel Computing in C++ and Native Code
    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 ...
    Unanswered | 0 Replies | 454 Views | Created by sachinmali - Tuesday, May 02, 2017 3:04 PM
  • large check mark
    0 Votes

    C++ user defined classes interaction

    Visual Studio Languages
     > 
    Parallel Computing in C++ and Native Code
    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
  • large check mark
    0 Votes

    PPL task call in a while C++

    Visual Studio Languages
     > 
    Parallel Computing in C++ and Native Code
    Read(&nodeType))) {     switch (nodeType)     {     case ...
    Unanswered | 0 Replies | 554 Views | Created by kenhero - Tuesday, March 21, 2017 1:05 PM
  • large check mark
    1 Votes

    problem with omp parallel for default (none)

    Visual Studio Languages
     > 
    Parallel Computing in C++ and Native Code
    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
  • large check mark
    2 Votes

    Problem with std::thread

    Visual Studio Languages
     > 
    Parallel Computing in C++ and Native Code
    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
  • large check mark
    0 Votes

    Dump C++ process state

    Visual Studio Languages
     > 
    Parallel Computing in C++ and Native Code
    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 ...
    Unanswered | 0 Replies | 547 Views | Created by HGG42 - Thursday, March 09, 2017 7:20 PM
  • large check mark
    0 Votes

    Visual basic manual

    Visual Studio Languages
     > 
    Parallel Computing in C++ and Native Code
    looking for a Visbas manual for beginners
    Unanswered | 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
  • large check mark
    0 Votes

    amp synchronize() crash

    Visual Studio Languages
     > 
    Parallel Computing in C++ and Native Code
    Rows; int cols = destination->Cols; int centerx = source->CenterX; int centery = source->CenterY; int radius = ...
    Unanswered | 0 Replies | 524 Views | Created by ksdg - Tuesday, March 07, 2017 6:42 AM
  • large check mark
    0 Votes

    Can anyone confirm in AMP Windows 7?

    Visual Studio Languages
     > 
    Parallel Computing in C++ and Native Code
    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
  • large check mark
    0 Votes

    C++ AMP and windows 7 fails

    Visual Studio Languages
     > 
    Parallel Computing in C++ and Native Code
    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 ›
Announcement: 1

Parallel Computing in C++ and Native Code announcement

  • Link
    Before posting your first C++ AMP question please visit our blog
    DanielMoth Monday, September 10, 2012 6:52 PM

    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


Microsoft is conducting an online survey to understand your opinion of the Msdn Web site. If you choose to participate, the online survey will be presented to you when you leave the Msdn Web site.

Would you like to participate?

  
Privacy statement
  • Dev Centers
  • Windows
  • Office
  • More...
  • Related Sites
  • Visual Studio
  • Visual Studio Integrate
  • VSIP Program
  • Microsoft .NET
  • Microsoft Azure
  • Connect
  • Forums
  • Blog
  • Facebook
  • LinkedIn
  • Stack Overflow
  • Twitter
  • Visual Studio Events
  • YouTube
  • Developer Resources
  • Code samples
  • Documentation
  • Downloads
  • Products & extensions for Visual Studio
  • REST APIs
  • Testing tools for web developers
  • Videos and tutorials
  • Virtual Labs
United States (English)
  • © 2017 Microsoft
  • Terms of Use
  • Trademarks
  • Privacy Statement
  • Site Feedback