mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-14 02:02:46 +00:00
[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:
@@ -9,7 +9,6 @@
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
#include <tuple>
|
||||
#include <bit>
|
||||
#include <random>
|
||||
|
||||
#include "ck_tile/core/config.hpp"
|
||||
|
||||
Reference in New Issue
Block a user