nvidia.yml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. # build/platform/cuda (include/ and extras/CUPTI/include/)
  2. - includes:
  3. - cooperative_groups.h
  4. - cooperative_groups/reduce.h
  5. - cuComplex.h
  6. - cublas.h
  7. - cublasLt.h
  8. - cublas_v2.h
  9. - cuda.h
  10. - cudaEGL.h
  11. - cudaProfiler.h
  12. - cudaTypedefs.h
  13. - cuda_bf16.h
  14. - cuda_fp16.h
  15. - cuda_fp8.h
  16. - cuda_gl_interop.h
  17. - cuda_occupancy.h
  18. - cuda_profiler_api.h
  19. - cuda_runtime.h
  20. - cuda_runtime_api.h
  21. - cuda/std/cassert
  22. - cuda/std/cmath
  23. - cuda/std/cstddef
  24. - cuda/std/cstdint
  25. - cuda/std/functional
  26. - cuda/std/limits
  27. - cuda/std/tuple
  28. - cuda/std/type_traits
  29. - cuda/std/utility
  30. - mma.h
  31. - cufft.h
  32. - cufftXt.h
  33. - cupti.h
  34. - curand.h
  35. - curand_kernel.h
  36. - curand_mtgp32_host.h
  37. - curand_mtgp32dc_p_11213.h
  38. - cusolverDn.h
  39. - cusolverSp.h
  40. - cusparse.h
  41. - cusparseLt.h
  42. - device_atomic_functions.h
  43. - device_types.h
  44. - driver_types.h
  45. - host_defines.h
  46. - library_types.h
  47. - math_constants.h
  48. - nvrtc.h
  49. - nvToolsExtCuda.h
  50. - npp.h
  51. - nppi.h
  52. - nv/target
  53. - nvToolsExt.h
  54. - nvml.h
  55. - surface_types.h
  56. - texture_types.h
  57. - vector_types.h
  58. # These headers should be provided by TensorRT.
  59. # Proper solution must be found in DTCC-171
  60. - source_filter: "^contrib/libs/tf/.*"
  61. includes:
  62. - NvInfer.h
  63. - NvInferPlugin.h