nvidia.yml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. - cudaProfiler.h
  16. - cudaTypedefs.h
  17. - cuda_bf16.h
  18. - cuda_fp16.h
  19. - cuda_gl_interop.h
  20. - cuda_occupancy.h
  21. - cuda_profiler_api.h
  22. - cuda_runtime.h
  23. - cuda_runtime_api.h
  24. - cufft.h
  25. - cufftXt.h
  26. - cupti.h
  27. - curand.h
  28. - curand_kernel.h
  29. - curand_mtgp32_host.h
  30. - curand_mtgp32dc_p_11213.h
  31. - cusolverDn.h
  32. - cusolverSp.h
  33. - cusparse.h
  34. - cusparseLt.h
  35. - device_atomic_functions.h
  36. - device_types.h
  37. - driver_types.h
  38. - host_defines.h
  39. - library_types.h
  40. - math_constants.h
  41. - nvrtc.h
  42. - nvToolsExtCuda.h
  43. - npp.h
  44. - nppi.h
  45. - nvToolsExt.h
  46. - surface_types.h
  47. - texture_types.h
  48. - vector_types.h
  49. # Though thrust is provided as a part of CUDA HPC SDK,
  50. # we would like to be updatable independently.
  51. # Hence we are using it directly from Arcadia.
  52. # This sysincl enforces such usage.
  53. - thrust/iterator/iterator_traits.h: contrib/libs/nvidia/thrust/thrust/iterator/iterator_traits.h
  54. - thrust/iterator/iterator_facade.h: contrib/libs/nvidia/thrust/thrust/iterator/iterator_facade.h
  55. - thrust/system/cuda/detail/core/triple_chevron_launch.h: contrib/libs/nvidia/thrust/thrust/system/cuda/detail/core/triple_chevron_launch.h
  56. - thrust/version.h: contrib/libs/nvidia/thrust/thrust/version.h
  57. # These headers should be provided by TensorRT.
  58. # Proper solution must be found in DTCC-171
  59. - source_filter: "^contrib/libs/tf/.*"
  60. includes:
  61. - NvInfer.h
  62. - NvInferPlugin.h
  63. # Add support nvrtc
  64. - source_filter: "^contrib/libs/nvidia/cutlass/.*"
  65. includes:
  66. - cuda/std/cassert
  67. - cuda/std/cmath
  68. - cuda/std/cstdint
  69. - cuda/std/utility
  70. - mma.h