Attempt to enable compute 5.2 for NVIDIA GPU support

Issue #292.
This commit is contained in:
Matt Pharr 2022-08-31 15:57:58 -07:00
parent d4f5a4a43f
commit accfbcba62
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
int main(int argc, char **argv){
cudaDeviceProp dP;
float min_cc = 5.3; // We need half floats...
float min_cc = 5.2;
int rc = cudaGetDeviceProperties(&dP, 0);
if(rc != cudaSuccess) {