imprsnt / cuda-waste

Automatically exported from code.google.com/p/cuda-waste
0 stars 0 forks source link

unable to run Waste with my sample app #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi, I am very new to CUDA. I have no Nvidia device, so I would like to use the 
emulator.
I have a laptop with win 7 32bit, vs2012
I installed CUDA SDK 5.5, plus managedCUDA 5.5
I created a very simple hello world project and I am trying to run it with 
Waste. But even when I reduce the code just to an empty Main() method, I am 
always getting an error - CudaTest stopped working. When I choose to debug, the 
exception is

Unhandled exception at 0x00000000 in CudaTest.exe: 0xC0000005: Access violation 
executing location 0x00000000.

I tried couple of versions of Waste, but with the same result.

any suggestions?

regards,
Jakub

Original issue reported on code.google.com by kachnit...@gmail.com on 6 May 2015 at 10:18

GoogleCodeExporter commented 8 years ago
perhaps the question to ask is - Is Waste compatible with managed code (I have 
no experience with c/c++, that's why I chose ManagedCuda and write my app in c#)

Original comment by kachnit...@gmail.com on 6 May 2015 at 10:20

GoogleCodeExporter commented 8 years ago
I am getting exactly the same error even for an unmanaged c++ sample code, so, 
basically, I am not able to use Waste at all...

BTW, Is anyone reading this board at all?
j.

Original comment by kachnit...@gmail.com on 19 May 2015 at 2:50