firstly the env.src is incorrect, and I modify it to:
# So that you can see the python packages from the tests
export PYTHONPATH=${PYTHONPATH}:$PWD/include/common/pyutils
export THUNDERKITTENS_ROOT=${PWD}/include
But I get error:
/home/zyhuang/temp_can/ThunderKittens-main/include/common/base_types.cuh(110): error: namespace "std" has no member "bit_cast"
static __attribute__((device)) inline constexpr half neg_infty() { return std::bit_cast<__half>(uint16_t(0xFC00)); }
^
/home/zyhuang/temp_can/ThunderKittens-main/include/common/base_types.cuh(110): error: type name is not allowed
static __attribute__((device)) inline constexpr half neg_infty() { return std::bit_cast<__half>(uint16_t(0xFC00)); }
^
h100.cu(97): error: "wait" is ambiguous
wait(compute_done[tic], (kv_idx/2)%2);
firstly the env.src is incorrect, and I modify it to:
But I get error: