aboutsummaryrefslogtreecommitdiffstats
path: root/build/sysincl/nvidia.yml
diff options
context:
space:
mode:
authororivej <orivej@yandex-team.ru>2022-02-10 16:44:49 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:44:49 +0300
commit718c552901d703c502ccbefdfc3c9028d608b947 (patch)
tree46534a98bbefcd7b1f3faa5b52c138ab27db75b7 /build/sysincl/nvidia.yml
parente9656aae26e0358d5378e5b63dcac5c8dbe0e4d0 (diff)
downloadydb-718c552901d703c502ccbefdfc3c9028d608b947.tar.gz
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/sysincl/nvidia.yml')
-rw-r--r--build/sysincl/nvidia.yml56
1 files changed, 28 insertions, 28 deletions
diff --git a/build/sysincl/nvidia.yml b/build/sysincl/nvidia.yml
index 3d6fac79b6..0ece1734a9 100644
--- a/build/sysincl/nvidia.yml
+++ b/build/sysincl/nvidia.yml
@@ -1,36 +1,36 @@
-# build/platform/cuda (include/ and extras/CUPTI/include/)
-- includes:
- - cooperative_groups.h
- - cuComplex.h
+# build/platform/cuda (include/ and extras/CUPTI/include/)
+- 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
- - cublas.h
- - cublasLt.h
- - cublas_v2.h
- - cuda.h
+ - cublas.h
+ - cublasLt.h
+ - cublas_v2.h
+ - cuda.h
- cuda_bf16.h
- - cuda_fp16.h
- - cuda_gl_interop.h
- - cuda_runtime.h
- - cuda_runtime_api.h
- - cufft.h
- - cupti.h
- - curand.h
- - curand_kernel.h
- - curand_mtgp32_host.h
- - curand_mtgp32dc_p_11213.h
- - cusolverDn.h
- - cusparse.h
- - driver_types.h
- - host_defines.h
- - library_types.h
- - math_constants.h
- - npp.h
- - nppi.h
- - nvToolsExt.h
+ - cuda_fp16.h
+ - cuda_gl_interop.h
+ - cuda_runtime.h
+ - cuda_runtime_api.h
+ - cufft.h
+ - cupti.h
+ - curand.h
+ - curand_kernel.h
+ - curand_mtgp32_host.h
+ - curand_mtgp32dc_p_11213.h
+ - cusolverDn.h
+ - cusparse.h
+ - driver_types.h
+ - host_defines.h
+ - library_types.h
+ - math_constants.h
+ - 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.
@@ -39,7 +39,7 @@
- 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
+ - 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/.*"