aboutsummaryrefslogtreecommitdiffstats
path: root/build/sysincl/nvidia.yml
diff options
context:
space:
mode:
authordeshevoy <deshevoy@yandex-team.com>2024-06-10 23:48:12 +0300
committerdeshevoy <deshevoy@yandex-team.com>2024-06-11 00:00:25 +0300
commit039092e9758c77a5f868f68056d7ba02ef7dffa7 (patch)
tree5a800b441a9aac4f8d5bd603f67cb628ddcab94a /build/sysincl/nvidia.yml
parent71308277cb60b0285f77a44ef7751e773afeba57 (diff)
downloadydb-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.yml')
-rw-r--r--build/sysincl/nvidia.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/build/sysincl/nvidia.yml b/build/sysincl/nvidia.yml
index 4de42a89b3..67b93da025 100644
--- a/build/sysincl/nvidia.yml
+++ b/build/sysincl/nvidia.yml
@@ -3,11 +3,6 @@
- cooperative_groups.h
- cooperative_groups/reduce.h
- cuComplex.h
- # 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.
- - cub/cub.cuh: contrib/libs/nvidia/cub/cub/cub.cuh
- cublas.h
- cublasLt.h
- cublas_v2.h
@@ -60,14 +55,6 @@
- surface_types.h
- texture_types.h
- vector_types.h
- # Though thrust 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.
- - thrust/iterator/iterator_traits.h: contrib/libs/nvidia/thrust/thrust/iterator/iterator_traits.h
- - thrust/iterator/iterator_facade.h: contrib/libs/nvidia/thrust/thrust/iterator/iterator_facade.h
- - thrust/system/cuda/detail/core/triple_chevron_launch.h: contrib/libs/nvidia/thrust/thrust/system/cuda/detail/core/triple_chevron_launch.h
- - thrust/version.h: contrib/libs/nvidia/thrust/thrust/version.h
# These headers should be provided by TensorRT.
# Proper solution must be found in DTCC-171