diff options
author | Tim Dettmers <tim.dettmers@gmail.com> | 2022-07-25 17:27:57 -0700 |
---|---|---|
committer | Tim Dettmers <tim.dettmers@gmail.com> | 2022-07-25 17:27:57 -0700 |
commit | 1e88edd8c096bde5202dd61411d3c8d7eda56645 (patch) | |
tree | 84e514d4538d113fe6f78985808d26cc5c677b62 /Makefile | |
parent | 8b1fd32e3e4f5073fd055cb5f9261ec585f8cc2c (diff) |
Removed rowscale (segfaults on ampere).
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -27,7 +27,6 @@ COMPUTE_CAPABILITY += -gencode arch=compute_60,code=sm_60 # Pascal COMPUTE_CAPABILITY += -gencode arch=compute_61,code=sm_61 # Pascal COMPUTE_CAPABILITY += -gencode arch=compute_70,code=sm_70 # Volta COMPUTE_CAPABILITY += -gencode arch=compute_72,code=sm_72 # Volta -COMPUTE_CAPABILITY += -gencode arch=compute_72,code=sm_72 # Volta # CUDA 9.2 supports CC 3.0, but CUDA >= 11.0 does not CC_CUDA92 := -gencode arch=compute_30,code=sm_30 |