You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.
The error is the following and is not properly handled in Python, I suppose
Error: CUDA error 35: CUDA driver version is insufficient for CUDA runtime version.
Error: Failed to allocate 32x2 GPU buffer
python: ./../../src/CudaForwardProjectionAlgorithm.cpp:276: virtual void astra::CCudaForwardProjectionAlgorithm::run(int): Assertion `ok' failed.
The text was updated successfully, but these errors were encountered:
paskino
changed the title
unittest fail when CUDA not available
unittest fail when CUDA device not available
Jul 28, 2020
The current method used to detect CUDA availability fails miserably
The error is the following and is not properly handled in Python, I suppose
The text was updated successfully, but these errors were encountered: