mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-13 17:55:48 +00:00
* ROCm 6.0 replaces all __HIP_PLATFORM_HCC__ with __HIP_PLATFORM_AMD__
* make it backward compatible
* Update .clang-tidy
* Update ClangTidy.cmake
[ROCm/composable_kernel commit: 3ab1838fb0]
4 lines
141 B
YAML
4 lines
141 B
YAML
CheckOptions:
|
|
- key: bugprone-reserved-identifier.AllowedIdentifiers
|
|
value: '__HIP_PLATFORM_HCC__;__HIP_PLATFORM_AMD__;__HIP_ROCclr__'
|