aboutsummaryrefslogtreecommitdiffstats
path: root/build/sysincl/nvidia.yml
diff options
context:
space:
mode:
authoralexv-smirnov <alex@ydb.tech>2023-03-28 22:25:04 +0300
committeralexv-smirnov <alex@ydb.tech>2023-03-28 22:25:04 +0300
commitb8a17f9b1c166d2e9a26b99348a4c29d972caf55 (patch)
tree1a2d881f1a9452b9c6103dbf69d73da7624e98e5 /build/sysincl/nvidia.yml
parent25659221f18577ea38430a8ec3349836f5626b6a (diff)
downloadydb-b8a17f9b1c166d2e9a26b99348a4c29d972caf55.tar.gz
Revert ymake build from ydb oss export
Diffstat (limited to 'build/sysincl/nvidia.yml')
-rw-r--r--build/sysincl/nvidia.yml69
1 files changed, 0 insertions, 69 deletions
diff --git a/build/sysincl/nvidia.yml b/build/sysincl/nvidia.yml
deleted file mode 100644
index 92452877a2..0000000000
--- a/build/sysincl/nvidia.yml
+++ /dev/null
@@ -1,69 +0,0 @@
-# build/platform/cuda (include/ and extras/CUPTI/include/)
-- includes:
- - 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
- - cuda.h
- - cudaProfiler.h
- - cudaTypedefs.h
- - cuda_bf16.h
- - cuda_fp16.h
- - cuda_gl_interop.h
- - cuda_occupancy.h
- - cuda_profiler_api.h
- - cuda_runtime.h
- - cuda_runtime_api.h
- - cufft.h
- - cufftXt.h
- - cupti.h
- - curand.h
- - curand_kernel.h
- - curand_mtgp32_host.h
- - curand_mtgp32dc_p_11213.h
- - cusolverDn.h
- - cusolverSp.h
- - cusparse.h
- - cusparseLt.h
- - device_atomic_functions.h
- - device_types.h
- - driver_types.h
- - host_defines.h
- - library_types.h
- - math_constants.h
- - nvrtc.h
- - nvToolsExtCuda.h
- - npp.h
- - nppi.h
- - nvToolsExt.h
- - 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
-- source_filter: "^contrib/libs/tf-2.4/.*"
- includes:
- - NvInfer.h
- - NvInferPlugin.h
-# Add support nvrtc
-- source_filter: "^contrib/libs/nvidia/cutlass/.*"
- includes:
- - cuda/std/cassert
- - cuda/std/cmath
- - cuda/std/cstdint
- - mma.h