Replies: 3 comments
-
When the CMake config occurs, you see that it is selecting sm61 in the output? |
Beta Was this translation helpful? Give feedback.
-
@sandeep-krishnamurthy: Label "CUDA", "Question" |
Beta Was this translation helpful? Give feedback.
-
Bug still present using the cmake build on a TITAN V card. the architectures that the binary targetted is sm_70. The makefile build works but all known architectures are targetted. |
Beta Was this translation helpful? Give feedback.
-
@cjolivier01 there still seem to be some issues with cuda arch and cmake.
Ref: #6204 #6799
In particular I experience an issue similar to #6204: With cmake:
Check failed: err == cudaSuccess (7 vs. 0) Name: MapRedKeepLowestKernel ErrStr:too many resources requested for launch
whereas the ordinary Makefile build works. In both cases I target-gencode arch=compute_61,code=sm_61
for GTX 1080.Beta Was this translation helpful? Give feedback.
All reactions