Automatically discover CUDA and HIP in configure.py
Open
cuda
enhancement
hip
- Dominant language
- LLVM
- Stars
- 1.5k
- Forks
- 854
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 137
Description
configure.py should be able to discover CUDA and HIP by default, and enable corresponding components, if SDKs are available. In addition to that, `--cuda` and `--hip` options should provide three modes: auto (described above, default), on - attempt to build CUDA or HIP unconditionally, hard fail if SDKs are not found, off - do not build CUDA or HIP (even if SDKs are available).
Contributor guide
Assessment
This issue has not been assessed yet.