12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- # 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
- - 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
- - 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
- - 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
- - nv/target
- - nvToolsExt.h
- - nvml.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
|