rzel / cuda-waste

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

64-bit GPU target probably does not work #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When compiling a CUDA program, the host can be either 32- or 64-bit.  But, CUDA 
NVCC also takes a flag for 32- or 64-bit targets as well.  It's clear 32-bit 
host/32-bit GPU work fine. But, all the other combinations need to be flushed 
out and verified.

Original issue reported on code.google.com by Ken.Dom...@gmail.com on 11 Jun 2013 at 1:28

GoogleCodeExporter commented 9 years ago
Also, I'm not able to make a 64-bit build of nvcuda.  And when using nvcuda.dll 
from the NVIDIA driver, the program launched by waste.exe immediately crashes.

Original comment by jonathan...@gmail.com on 16 Aug 2014 at 10:05