aboutsummaryrefslogtreecommitdiffstats
path: root/build/sysincl/nvidia.yml
blob: 75e04743882e46721e1ae7ed0e485b0814d81a43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# build/platform/cuda (include/ and extras/CUPTI/include/)
- includes:
  - cooperative_groups.h
  - cooperative_groups/reduce.h
  - cuComplex.h
  - cublas.h
  - cublasLt.h
  - cublas_v2.h
  - cuda.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
  - cudaEGL.h
  - cudaProfiler.h
  - 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
  - cufft.h
  - cufftXt.h
  - cupti.h
  - cupti_profiler_target.h
  - cupti_target.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
  - mma.h
  - npp.h
  - nppi.h
  - nv/target
  - nvToolsExt.h
  - nvToolsExtCuda.h
  - nvml.h
  - nvperf_cuda_host.h
  - nvperf_host.h
  - nvperf_target.h
  - nvrtc.h
  - nvtx3/nvToolsExt.h
  - surface_types.h
  - texture_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/.*"
  includes:
  - NvInfer.h
  - NvInferPlugin.h

- source_filter: "^contrib/libs/nvidia/nccl/.*"
  includes:
  - nvtx3/nvToolsExt.h: "contrib/libs/nvidia/nccl/src/include/nvtx3/nvToolsExt.h"