Hi all. Rather new to the CUDA programming, but see it’s popularity and potential.
My problem seems simple, but searching for solutions has turned difficult.
Basically, when I do a cudaHostAlloc() call, the return code is not cudaSuccess, but 10100, which resolves to an unspecified driver error. This is happening at the very beginning of my program, so I don’t think anything else is conflicting at this point. Can anyone point me to what this error code might mean?
Hi all. Rather new to the CUDA programming, but see it’s popularity and potential.
My problem seems simple, but searching for solutions has turned difficult.
Basically, when I do a cudaHostAlloc() call, the return code is not cudaSuccess, but 10100, which resolves to an unspecified driver error. This is happening at the very beginning of my program, so I don’t think anything else is conflicting at this point. Can anyone point me to what this error code might mean?
Well, the admins report that the driver was running in emulation mode. They’ve tried uninstalling and reinstalling the driver and environment, but are still getting errors. Unfortunately, it’s Friday, so a complete resolution will have to wait until next week.
Well, the admins report that the driver was running in emulation mode. They’ve tried uninstalling and reinstalling the driver and environment, but are still getting errors. Unfortunately, it’s Friday, so a complete resolution will have to wait until next week.