HazyResearch/ThunderKittens

Error running make

Closed this issue · 0 comments

I'm using CUDA 12.5 with GCC-10, when I go to examples/attn, and type make, I get this error

../../src/common/base_types.cuh(93): error: namespace "std" has no member "bit_cast" static __attribute__((device)) inline constexpr bf16 zero() { return std::bit_cast<__nv_bfloat16>(uint16_t(0x0000)); }

Do you know the reason for this issue?