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
/
Original issue reported on code.google.com by billy79...@gmail.com on 5 Jun 2014 at 7:56
Original issue reported on code.google.com by
billy79...@gmail.com
on 5 Jun 2014 at 7:56Attachments: