Installation Detector for HIP
Open
enhancement
hip
- Dominant language
- LLVM
- Stars
- 1.5k
- Forks
- 854
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 137
Description
Is it helpful to have a InstallationDetector for HIP to detect the HIP version ?
```
// Emit a warning if the detected CUDA version is too new.
CudaInstallationDetector &CudaInstallation =
static_cast(*CudaTC).CudaInstallation;
if (CudaInstallation.isValid())
CudaInstallation.WarnIfUnsupportedVersion();
}
```
Contributor guide
Assessment
This issue has not been assessed yet.