I’m having problems loading a cubin file, compiled with nvcc from the cuda 3.0 sdk, using cuda.net. When the driver api tries to load the module I get an ErrorInvalidImage result which I’m guessing is because the cubin file has now been compiled into an elf format. Having searched around these forums the solution seems to be to change the flag CUBINS_ARE_ELF in nvcc.profile. This flag however is not present in my nvcc.profile and whenever I add it there seems to be no effect, I always get ELF cubins. All I believe I need is to be able to compile into the old text format and things will hopefully be fine. I am compiling using visual studio 2008 on a windows 7 x64 machine if that is of any importance. Any help would be greatly appreciated.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
nvcc fatal! compile .cubin file | 6 | 9248 | November 16, 2008 | |
The program of the cuda device cannot be loaded. Error (CUDA_ERROR_INVALID_IMAGE) | 2 | 2754 | April 17, 2009 | |
cannot find supported cl version... | 4 | 6269 | December 8, 2008 | |
CUDA.NET + VS2008 SP1/ VS 2010 Problems with compilation of projects | 0 | 11500 | February 3, 2011 | |
Unable to compile CUDA file | 9 | 10264 | May 19, 2017 | |
nvcc error WinXP nvcc fail | 1 | 1893 | August 8, 2008 | |
cuda .Net. LoadModule raise GASS.CUDA.CUDAException | 1 | 2255 | August 5, 2011 | |
Does CUDA SDK 3.x support to generate cubin? | 1 | 8143 | July 22, 2010 | |
cublas compilation problem | 0 | 4817 | July 5, 2010 | |
Can not compile | 0 | 8623 | December 21, 2009 |