Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

h100.cu(97): error: "wait" is ambiguous #54

Open
ziyuhuang123 opened this issue Sep 9, 2024 · 1 comment
Open

h100.cu(97): error: "wait" is ambiguous #54

ziyuhuang123 opened this issue Sep 9, 2024 · 1 comment

Comments

@ziyuhuang123
Copy link

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);
@ziyuhuang123
Copy link
Author

By the way, this is kernel attn/h100.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant