Closed GoogleCodeExporter closed 9 years ago
I was mistaken, running with CUDA_PROFILE=1 does produce files, which suggests
that
ocelot didn't work at all.
Original comment by korgulec@gmail.com
on 16 Aug 2009 at 1:06
Downgraded to 2.2 and got it running, although there are some problems with
example
kernel from trace generator example,
==Ocelot== Emulator failed to run kernel "_Z12sampleKernelPi" with exception:
==Ocelot== [PC 8] [thread 0] [cta 0] exit - barrier deadlock
Original comment by korgulec@gmail.com
on 16 Aug 2009 at 1:30
nvm this issue, the last error was because of an older version of boost, the
constructor for it was a little different.
Original comment by korgulec@gmail.com
on 16 Aug 2009 at 2:50
The problem in your example is that you are specifying the path to your CUDA
libraries before ocelot's libraries: -L /usr/local/cuda/lib64/ can be omitted
as long
as you don't use cufft or cublas. In your case, your program was being linked
against CUDA rather than Ocelot and being run on your GPU.
Original comment by gregory....@gatech.edu
on 16 Aug 2009 at 4:32
Original issue reported on code.google.com by
korgulec@gmail.com
on 16 Aug 2009 at 12:58