Replies: 1 comment 3 replies
-
|
Thanks for reporting the issue. Related to #245 IIRC, cc @sleeepyjack |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I am trying to use cuCollections library on my Jetson Xavier NX with customer key, but get the error that said "build/_deps/cuco-src/include/cuco/static_map.cuh(157): error: static assertion failed with "A key type larger than 8B is supported for only sm_70 and up."
As all known, the Jetson Xavier NX is Volta and support sm_72, so I double checked my CMakelist.txt, I am sure I have added these " --generate-code arch=compute_72,code=sm_72" in the CMAKE_CUDA_FLAGS.
Then I found that the "CUDA_ARCH_LIST" macro dosen't work, that's why there is no define "CUCO_HAS_INDEPENDENT_THREADS".
cuCollections/include/cuco/detail/__config
Line 22 in 2dbcfc7
cuCollections/include/cuco/detail/__config
Lines 32 to 34 in 2dbcfc7
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2022 NVIDIA Corporation
Built on Wed_May__4_00:02:26_PDT_2022
Cuda compilation tools, release 11.4, V11.4.239
Build cuda_11.4.r11.4/compiler.31294910_0
Beta Was this translation helpful? Give feedback.
All reactions