mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-18 03:49:41 +00:00
`#include <bit>` led a building failure on RHEL8.
`<bit>` is C++20 header file. It is not supported on RHEL8.
[ROCm/composable_kernel commit: 1d8941554e]