diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2024-02-29 14:33:28 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2024-02-29 14:44:32 +0300 |
commit | 37b83ac8f9363ea59c3e999e73adc41da03548f5 (patch) | |
tree | cb58e9d3a4dbc3889e3f203ae92470813623ef9a /build/sysincl/nvidia.yml | |
parent | 7181b196918e411d43eeb3b6c6b6fdcc5f46cba5 (diff) | |
download | ydb-37b83ac8f9363ea59c3e999e73adc41da03548f5.tar.gz |
Update contrib/libs/nvidia/{cub,thrust} to 2.1.0
b8acaf655466daac5b7e3601c4e463b653a9b569
Diffstat (limited to 'build/sysincl/nvidia.yml')
-rw-r--r-- | build/sysincl/nvidia.yml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/build/sysincl/nvidia.yml b/build/sysincl/nvidia.yml index ec6d3c5bae..4de42a89b3 100644 --- a/build/sysincl/nvidia.yml +++ b/build/sysincl/nvidia.yml @@ -17,11 +17,22 @@ - cudaTypedefs.h - cuda_bf16.h - cuda_fp16.h + - cuda_fp8.h - cuda_gl_interop.h - cuda_occupancy.h - cuda_profiler_api.h - cuda_runtime.h - cuda_runtime_api.h + - cuda/std/cassert + - cuda/std/cmath + - cuda/std/cstddef + - cuda/std/cstdint + - cuda/std/functional + - cuda/std/limits + - cuda/std/tuple + - cuda/std/type_traits + - cuda/std/utility + - mma.h - cufft.h - cufftXt.h - cupti.h @@ -43,6 +54,7 @@ - nvToolsExtCuda.h - npp.h - nppi.h + - nv/target - nvToolsExt.h - nvml.h - surface_types.h @@ -56,22 +68,10 @@ - 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 - source_filter: "^contrib/libs/tf/.*" includes: - NvInfer.h - NvInferPlugin.h -# Add support nvrtc -- source_filter: "^contrib/libs/nvidia/cutlass/.*" - includes: - - cuda/std/cassert - - cuda/std/cmath - - cuda/std/cstddef - - cuda/std/cstdint - - cuda/std/limits - - cuda/std/tuple - - cuda/std/type_traits - - cuda/std/utility - - cuda_fp8.h - - mma.h |