diff options
author | thegeorg <thegeorg@yandex-team.ru> | 2022-02-10 16:45:08 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:08 +0300 |
commit | 4e839db24a3bbc9f1c610c43d6faaaa99824dcca (patch) | |
tree | 506dac10f5df94fab310584ee51b24fc5a081c22 /build/sysincl/nvidia.yml | |
parent | 2d37894b1b037cf24231090eda8589bbb44fb6fc (diff) | |
download | ydb-4e839db24a3bbc9f1c610c43d6faaaa99824dcca.tar.gz |
Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/sysincl/nvidia.yml')
-rw-r--r-- | build/sysincl/nvidia.yml | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/build/sysincl/nvidia.yml b/build/sysincl/nvidia.yml index 3d6fac79b6..1652ded6de 100644 --- a/build/sysincl/nvidia.yml +++ b/build/sysincl/nvidia.yml @@ -2,16 +2,16 @@ - includes: - cooperative_groups.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 + # 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 - cuda.h - - cuda_bf16.h + - cuda_bf16.h - cuda_fp16.h - cuda_gl_interop.h - cuda_runtime.h @@ -31,18 +31,18 @@ - npp.h - nppi.h - nvToolsExt.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 + # 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 - vector_types.h -# These headers should be provided by TensorRT. -# Proper solution must be found in DTCC-171 -- source_filter: "^contrib/libs/tf-2.4/.*" - includes: - - NvInfer.h - - NvInferPlugin.h +# These headers should be provided by TensorRT. +# Proper solution must be found in DTCC-171 +- source_filter: "^contrib/libs/tf-2.4/.*" + includes: + - NvInfer.h + - NvInferPlugin.h |