[CK Tile] Fix building issue on RHEL8 (#2554)

`#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]
This commit is contained in:
Cong Ma
2025-07-23 16:47:57 -06:00
committed by GitHub
parent e1bfc7d751
commit 54bcfe99a7

View File

@@ -9,7 +9,6 @@
#include <stdexcept>
#include <string>
#include <tuple>
#include <bit>
#include <random>
#include "ck_tile/core/config.hpp"