You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
The text was updated successfully, but these errors were encountered:
firstly the env.src is incorrect, and I modify it to:
But I get error:
The text was updated successfully, but these errors were encountered: