Fix compilation with gcc

This commit is contained in:
DH 2024-09-25 20:09:46 +03:00
parent 6019477fcb
commit 9a9006f2b4
10 changed files with 36 additions and 30 deletions

View file

@ -5,6 +5,7 @@
#include <cstdlib>
#include <gnm/constants.hpp>
#include <gnm/descriptors.hpp>
#include <bit>
namespace amdgpu {
inline constexpr uint32_t kMicroTileWidth = 8;