Can't get attribute for CU_DEVICE_ATTRIBUTE_D3D12_CIG_SUPPORTED #184
Labels
cuda.bindings
Everything related to the cuda.bindings module
support
All things related to the project that can't be categorized
When I call
cuDeviceGetAttribute
withcuda.CUdevice_attribute.CU_DEVICE_ATTRIBUTE_D3D12_CIG_SUPPORTED
I get the error<CUresult.CUDA_ERROR_INVALID_VALUE: 1>
.Seems like it might be an off-by-one error since it's the last value in the Enum
CUdevice_attribute
?Here is some code to reproduce the problem.
The text was updated successfully, but these errors were encountered: