No announcements
Found 843860 threads
-
0 Votes
VS 11 Beta C++ AMP Runtime Exception
Yes, it is a runtime exception about not supported double precision on the device.Answered | 2 Replies | 3960 Views | Created by unbornchikken - Wednesday, May 2, 2012 6:14 PM | Last reply by unbornchikken - Wednesday, May 2, 2012 8:06 PM -
0 Votes
VS 11 Beta Install problems
Hi russweb, it looks like as you were using the web installer to download VS 11 Ultimate Beta, there were some components that failed to download, hence the errors you see ...Answered | 1 Replies | 3002 Views | Created by russweb - Thursday, March 8, 2012 1:18 AM | Last reply by systemx - Thursday, March 8, 2012 1:25 AM -
2 Votes
Is AMP in beta phase?
The C++ AMP bits you have are not even Beta quality.Answered | 3 Replies | 6586 Views | Created by LKeene - Wednesday, October 19, 2011 3:28 PM | Last reply by ProgrammerForCpp - Saturday, November 12, 2011 9:25 AM -
0 Votes
C++ AMP: get_accelerators() performance
Hi Ken,<o:p></o:p> This is a known internal exception in the C++ AMP runtime VS 11 Beta bits.Answered | 7 Replies | 5172 Views | Created by Ken Domino - Tuesday, February 28, 2012 1:03 PM | Last reply by Amit K Agarwal - Saturday, March 10, 2012 1:25 AM -
0 Votes
VS11 Beta: mixing PPL and C++11 concurrency
I touch upon this briefly in my "what's new in VS 11 post" ...Answered | 1 Replies | 4518 Views | Created by Arnaud Faucher - Saturday, March 3, 2012 10:17 PM | Last reply by Rahul V. Patil - Sunday, March 4, 2012 7:26 AM -
0 Votes
A C++ AMP deployment question
Will run it past beta testers now.Answered | 24 Replies | 5707 Views | Created by Dan Ritchie - Thursday, April 19, 2012 11:20 PM | Last reply by Dan Ritchie - Thursday, April 26, 2012 4:50 PM -
2 Votes
Cuda and C++ AMP double precision
runtime_exception;http://blogs.msdn.com/b/nativeconcurrency/archive/2012/02/09/runtime-exception-of-c-amp.aspx 2.Answered | 4 Replies | 6808 Views | Created by StefanoGrassi - Tuesday, March 27, 2012 4:46 PM | Last reply by StefanoGrassi - Friday, March 30, 2012 1:05 PM -
12 Votes
Can't connect to database after installing VS 11 Pro Beta
I have installed VS 11 again (I am using Try&Decide from Acronis so I can just throw away my changes).Answered | 38 Replies | 51764 Views | Created by Heu - Thursday, March 1, 2012 10:46 AM | Last reply by Kamran Shahid - Tuesday, September 10, 2013 1:00 PM -
1 Votes
C++ AMP Matrix multiplication sample throw exception
Change the loop inside the lambda of the parallel_for_each to be as follows: for(int i = 0; i < W; i+=2) ...Answered | 4 Replies | 5483 Views | Created by Thomas Trenner - Friday, March 2, 2012 7:30 AM | Last reply by DanielMoth - Saturday, June 2, 2012 4:35 AM -
0 Votes
CPU fallback on C++ AMP?
Hi L The CPU fallback is for Windows 8 only and it is the WARP ...Answered | 1 Replies | 3076 Views | Created by LKeene - Wednesday, July 18, 2012 2:04 PM | Last reply by DanielMoth - Wednesday, July 18, 2012 4:18 PM -
1 Votes
C++ AMP Disassembly?
Yes, please see: http://blogs.msdn.com/b/nativeconcurrency/archive/2012/03/17/start-gpu-debugging-in-visual-studio-11.aspx.Answered | 3 Replies | 3423 Views | Created by Dragon89 - Friday, August 24, 2012 3:27 PM | Last reply by Zhu, Weirong - Monday, August 27, 2012 6:23 PM -
0 Votes
C++ AMP Debugging
Hi Raj The in-the-box support for C++ AMP debugging is based on the Ref emulator, so you don't even need a single DX 11 GPU to debug the correctness of ...Answered | 2 Replies | 5198 Views | Created by Raj Chandrashekara - Wednesday, December 21, 2011 8:40 PM | Last reply by Raj Chandrashekara - Thursday, December 22, 2011 4:23 PM -
5 Votes
VS 11 Beta, Dark theme show white background for text editor
On your machine, browse to: C:\Users\<your user account>\Documents\Visual Studio 11\Settings 3.Answered | 8 Replies | 7902 Views | Created by Trout.Z - Wednesday, March 7, 2012 4:53 PM | Last reply by Cathy Sullivan - MSFT - Tuesday, May 8, 2012 9:12 PM -
0 Votes
C++ Amp vs.
G, C++ AMP runs on servers, and we have early adopters doing exactly that.Answered | 3 Replies | 9252 Views | Created by GT227 - Thursday, September 29, 2011 4:33 PM | Last reply by DanielMoth - Tuesday, October 18, 2011 3:29 AM -
0 Votes
TFS 11 Beta - custom process template
Hi, I am having trouble with the TFS 11 Beta release.Answered | 2 Replies | 5362 Views | Created by flowfrog - Wednesday, May 16, 2012 8:57 AM | Last reply by Tarun__Arora - Wednesday, May 16, 2012 12:46 PM -
0 Votes
C++ AMP on Windows 7 & Windows 8
We've tried running a C++ AMP example on Windows 7 by forcing it to run on WARP ( accelerator default_device(accelerator::direct3d_warp) ) and I get an exception in ...Answered | 6 Replies | 5331 Views | Created by MartinParé - Thursday, May 3, 2012 5:44 PM | Last reply by MartinParé - Friday, May 4, 2012 7:01 PM -
1 Votes
Execution of C++ AMP code
Hi sridutt All GPU programming models, and also C++ AMP, let you access the GPU from a single process.Answered | 6 Replies | 3866 Views | Created by sridutt bhalachandra - Thursday, May 17, 2012 6:08 AM | Last reply by sridutt bhalachandra - Friday, May 18, 2012 10:13 AM -
0 Votes
Deployed C++ AMP application stops responding
Hi kristoffer_t Deployments like the one you tried are definitely supported – full details ...Answered | 1 Replies | 3065 Views | Created by kristoffer_t - Thursday, March 15, 2012 7:40 PM | Last reply by DanielMoth - Friday, March 16, 2012 12:57 AM -
4 Votes
Code Contracts and VS 11 Beta - 'StanPackage' did not load correctly error
The issue is present in VS 2012 RTM Ultimate also.Answered | 36 Replies | 8832 Views | Created by Wilhelm.Medetz - Friday, March 30, 2012 7:10 AM | Last reply by unbornchikken - Friday, September 14, 2012 6:37 AM -
0 Votes
Visual Studio 11 Beta on Windows 8 Consumer Preview startup problems
VS is Visual Studio 11 Beta Professional.Answered | 13 Replies | 3197 Views | Created by jhaakana - Tuesday, March 6, 2012 7:46 PM | Last reply by Asoke Bhattacharyya - Thursday, May 3, 2012 3:21 PM - Items 1 to 20 of 843860 Next ›
No announcements