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
nvcc -dlink -o cuda_libs.o *.cu.o -lcudadevrt -lcudart
nvlink warning : SM Arch ('sm_30') not found in 'CudaAtomicList.cu.o'
nvlink warning : SM Arch ('sm_30') not found in 'CudaDeviceKeys.cu.o'
nvlink warning : SM Arch ('sm_30') not found in 'CudaHashLookup.cu.o'
nvlink warning : SM Arch ('sm_30') not found in 'CudaKeySearchDevice.cu.o'
nvlink warning : SM Arch ('sm_30') not found in 'cudabridge.cu.o'
FYI I built with COMPUTE_CAP=70, so maybe it's not supposed to find sm_30 in the object files.
The text was updated successfully, but these errors were encountered:
It's the sm_70 or compute capability guide for certain CUDA capable cards.
In the case of a Tesla V100, COMPUTE_CAP = 70. This guides the nvidia CUDA
compiler.
FYI I built with COMPUTE_CAP=70, so maybe it's not supposed to find sm_30 in the object files.
The text was updated successfully, but these errors were encountered: