Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce rocm-only tag and remove if_rocm_is_configured
This replaces all `if_rocm_is_configured` guards in `stream_executor/rocm/...` with a filtering tag `rocm-only`. The CUDA build on the CI gets adjusted to skip those targets. This uncovered some additional problems that get fixed as well: - A wrong library name for the hipfft library in the Bazel CUDA configuration - A wrong test case in the RocmVersionParser test that so far has not been running anywhere. - Missing tags for the platform alias targets in `stream_executor/BUILD` PiperOrigin-RevId: 678548961
- Loading branch information