nvidia.yml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. # build/platform/cuda (include/ and extras/CUPTI/include/)
  2. - includes:
  3. - cooperative_groups.h
  4. - cuComplex.h
  5. # Though cub is provided as a part of CUDA HPC SDK,
  6. # we would like to be updatable independently.
  7. # Hence we are using it directly from Arcadia.
  8. # This sysincl enforces such usage.
  9. - cub/cub.cuh: contrib/libs/nvidia/cub/cub/cub.cuh
  10. - cublas.h
  11. - cublasLt.h
  12. - cublas_v2.h
  13. - cuda.h
  14. - cuda_bf16.h
  15. - cuda_fp16.h
  16. - cuda_gl_interop.h
  17. - cuda_occupancy.h
  18. - cuda_runtime.h
  19. - cuda_runtime_api.h
  20. - cufft.h
  21. - cupti.h
  22. - curand.h
  23. - curand_kernel.h
  24. - curand_mtgp32_host.h
  25. - curand_mtgp32dc_p_11213.h
  26. - cusolverDn.h
  27. - cusparse.h
  28. - driver_types.h
  29. - host_defines.h
  30. - library_types.h
  31. - math_constants.h
  32. - nvrtc.h
  33. - npp.h
  34. - nppi.h
  35. - nvToolsExt.h
  36. # Though thrust is provided as a part of CUDA HPC SDK,
  37. # we would like to be updatable independently.
  38. # Hence we are using it directly from Arcadia.
  39. # This sysincl enforces such usage.
  40. - thrust/iterator/iterator_traits.h: contrib/libs/nvidia/thrust/thrust/iterator/iterator_traits.h
  41. - thrust/iterator/iterator_facade.h: contrib/libs/nvidia/thrust/thrust/iterator/iterator_facade.h
  42. - thrust/system/cuda/detail/core/triple_chevron_launch.h: contrib/libs/nvidia/thrust/thrust/system/cuda/detail/core/triple_chevron_launch.h
  43. - thrust/version.h: contrib/libs/nvidia/thrust/thrust/version.h
  44. - vector_types.h
  45. # These headers should be provided by TensorRT.
  46. # Proper solution must be found in DTCC-171
  47. - source_filter: "^contrib/libs/tf-2.4/.*"
  48. includes:
  49. - NvInfer.h
  50. - NvInferPlugin.h
  51. # Add support nvrtc
  52. - source_filter: "^contrib/libs/nvidia/cutlass/.*"
  53. includes:
  54. - cuda/std/cassert
  55. - cuda/std/cmath
  56. - cuda/std/cstdint