diff options
author | deshevoy <deshevoy@yandex-team.com> | 2024-06-10 23:48:12 +0300 |
---|---|---|
committer | deshevoy <deshevoy@yandex-team.com> | 2024-06-11 00:00:25 +0300 |
commit | 039092e9758c77a5f868f68056d7ba02ef7dffa7 (patch) | |
tree | 5a800b441a9aac4f8d5bd603f67cb628ddcab94a /build/sysincl/nvidia-cub.yml | |
parent | 71308277cb60b0285f77a44ef7751e773afeba57 (diff) | |
download | ydb-039092e9758c77a5f868f68056d7ba02ef7dffa7.tar.gz |
[contrib] Add CUB 1.8.0 for CUDA 10.2
Newer CUB versions are not compatible with CUDA 10.2
ISSUE:
779c9f7c241a2298e22be34c903c5d0cac32dcba
Diffstat (limited to 'build/sysincl/nvidia-cub.yml')
-rw-r--r-- | build/sysincl/nvidia-cub.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/sysincl/nvidia-cub.yml b/build/sysincl/nvidia-cub.yml new file mode 100644 index 0000000000..42f65730e2 --- /dev/null +++ b/build/sysincl/nvidia-cub.yml @@ -0,0 +1,6 @@ +# Though cub is provided as a part of CUDA HPC SDK, +# we would like to be updatable independently. +# Hence we are using it directly from Arcadia. +# This sysincl enforces such usage. +- includes: + - cub/cub.cuh: contrib/libs/nvidia/cub/cub/cub.cuh |