chenfei-wu / TaskMatrix

Other
34.51k stars 3.32k forks source link

getting a "RuntimeError: Unexpected error from cudaGetDeviceCount()..." during initial setup and run. #379

Open ebo opened 1 year ago

ebo commented 1 year ago

I just cloned the code, and am working with setting up for testing. I immediately get the error:


RuntimeError: Unexpected error from cudaGetDeviceCount(). Did you run some cuda functions before calling NumCudaDevices() that might have already set an error? Error 804: forward compatibility was attempted on non supported HW

What hardware is supported?

BTW, just to check things, I downloaded PyTorch's Examples (on GitHub), and several of them worked out of the box, so I know that my hardware is supported by pytorch.