-
Notifications
You must be signed in to change notification settings - Fork 21
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
Error on building ops, "CUDART_MAX_NORMAL_FP16" is undefined #7
Comments
I've encountered the same issue. Have you found a solution yet? |
Hi @Zhuohao-Li and @yangqy1 , Thanks for your interest in our project!!
Hope this can solve your issues. |
Hi @happierpig and @Zhuohao-Li , Thank you for your prompt response and helpful suggestions! I successfully ran the
I hope this detailed explanation can help others facing similar issues! |
Hi,
I tried to build on my own but something weird happens when I compile kernels and build end-to-end operators with PyBind.
The error comes both when
make -j
andbash setup.sh
when link the ops.Here is the details to reproduce it:
CMD:
(1)
(2)
cd quest/ops bash setup.sh
log:
for (1) when compilation
for (2) when linking
I make sure the
include <cuda_fp16.h>
is included inquest/kernels/include/decode/decode_page.cuh
Devices
Description: Ubuntu 20.04.6 LTS
Release: 20.04
Codename: focal
NVIDIA Driver: 535.183.01
CUDA:12.1
cmake: 3.26.4
A100-SXM4-40GB
env var:
I did not find
CUDART_MAX_NORMAL_FP16
incuda_fp16.hpp
, can you please check with that? Or if I miss something, thanks!The text was updated successfully, but these errors were encountered: