nvidia.yml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. # build/platform/cuda (include/ and extras/CUPTI/include/)
  2. - includes:
  3. - cooperative_groups.h
  4. - cooperative_groups/reduce.h
  5. - cuComplex.h
  6. # Though cub is provided as a part of CUDA HPC SDK,
  7. # we would like to be updatable independently.
  8. # Hence we are using it directly from Arcadia.
  9. # This sysincl enforces such usage.
  10. - cub/cub.cuh: contrib/libs/nvidia/cub/cub/cub.cuh
  11. - cublas.h
  12. - cublasLt.h
  13. - cublas_v2.h
  14. - cuda.h
  15. - cudaEGL.h
  16. - cudaProfiler.h
  17. - cudaTypedefs.h
  18. - cuda_bf16.h
  19. - cuda_fp16.h
  20. - cuda_fp8.h
  21. - cuda_gl_interop.h
  22. - cuda_occupancy.h
  23. - cuda_profiler_api.h
  24. - cuda_runtime.h
  25. - cuda_runtime_api.h
  26. - cuda/std/cassert
  27. - cuda/std/cmath
  28. - cuda/std/cstddef
  29. - cuda/std/cstdint
  30. - cuda/std/functional
  31. - cuda/std/limits
  32. - cuda/std/tuple
  33. - cuda/std/type_traits
  34. - cuda/std/utility
  35. - mma.h
  36. - cufft.h
  37. - cufftXt.h
  38. - cupti.h
  39. - curand.h
  40. - curand_kernel.h
  41. - curand_mtgp32_host.h
  42. - curand_mtgp32dc_p_11213.h
  43. - cusolverDn.h
  44. - cusolverSp.h
  45. - cusparse.h
  46. - cusparseLt.h
  47. - device_atomic_functions.h
  48. - device_types.h
  49. - driver_types.h
  50. - host_defines.h
  51. - library_types.h
  52. - math_constants.h
  53. - nvrtc.h
  54. - nvToolsExtCuda.h
  55. - npp.h
  56. - nppi.h
  57. - nv/target
  58. - nvToolsExt.h
  59. - nvml.h
  60. - surface_types.h
  61. - texture_types.h
  62. - vector_types.h
  63. # Though thrust is provided as a part of CUDA HPC SDK,
  64. # we would like to be updatable independently.
  65. # Hence we are using it directly from Arcadia.
  66. # This sysincl enforces such usage.
  67. - thrust/iterator/iterator_traits.h: contrib/libs/nvidia/thrust/thrust/iterator/iterator_traits.h
  68. - thrust/iterator/iterator_facade.h: contrib/libs/nvidia/thrust/thrust/iterator/iterator_facade.h
  69. - thrust/system/cuda/detail/core/triple_chevron_launch.h: contrib/libs/nvidia/thrust/thrust/system/cuda/detail/core/triple_chevron_launch.h
  70. - thrust/version.h: contrib/libs/nvidia/thrust/thrust/version.h
  71. # These headers should be provided by TensorRT.
  72. # Proper solution must be found in DTCC-171
  73. - source_filter: "^contrib/libs/tf/.*"
  74. includes:
  75. - NvInfer.h
  76. - NvInferPlugin.h