You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem? 1. install latest gpuocelot by svn checkout http://gpuocelot.googlecode.com/svn/trunk/ gpuocelot-read-only
2. /gpuocelot-read-only/ocelot$ sudo ./build.py --install
3. modify configure.ocelot, devices: ["llvm"],
4. run my CUDA example , and the program hang at cudaLaunch (it can be observed through 'ltrace [program]') What is the expected output? What do you see instead? The emulated mode is OK. But I try some program in llvm mode, it led to this result. What version of the product are you using? On what operating system? Ubuntu12.04.2 64bit, llvm-3.3 Please provide any additional information below. Using Hello.cu test in this web example http://barefeg.wordpress.com/2012/06/16/how-to-install-gpuocelot-in-ubuntu-12-04/
From [email protected] on June 05, 2014 03:56:58
What steps will reproduce the problem? 1. install latest gpuocelot by svn checkout http://gpuocelot.googlecode.com/svn/trunk/ gpuocelot-read-only
2. /gpuocelot-read-only/ocelot$ sudo ./build.py --install
3. modify configure.ocelot, devices: ["llvm"],
4. run my CUDA example , and the program hang at cudaLaunch (it can be observed through 'ltrace [program]') What is the expected output? What do you see instead? The emulated mode is OK. But I try some program in llvm mode, it led to this result. What version of the product are you using? On what operating system? Ubuntu12.04.2 64bit, llvm-3.3 Please provide any additional information below. Using Hello.cu test in this web example http://barefeg.wordpress.com/2012/06/16/how-to-install-gpuocelot-in-ubuntu-12-04/
Attachment: configure.ocelot hello.cu
Original issue: http://code.google.com/p/gpuocelot/issues/detail?id=91
The text was updated successfully, but these errors were encountered: