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
Thanks for sharing your great insight. I tried to install xlstm. Following the instructions, first I created a conda environment by environment_pt220cu121.yaml , and use pip install xlstm. However, some error message appeared:
/home/chihchieh/.conda/envs/xlstm/lib/python3.11/site-packages/xlstm/blocks/slstm/src/cuda/../util/inline_ops_2bf16.cuh(170): error: no suitable user-defined conversion from "const __nv_bfloat162" to "__half2" exists
if (__hbgt2(x, zero)) {
^
/home/chihchieh/.conda/envs/xlstm/lib/python3.11/site-packages/xlstm/blocks/slstm/src/cuda/../util/inline_ops_2bf16.cuh(170): error: no suitable user-defined conversion from "const __nv_bfloat162" to "__half2" exists
if (__hbgt2(x, zero)) {
^
/home/chihchieh/.conda/envs/xlstm/lib/python3.11/site-packages/xlstm/blocks/slstm/src/cuda/../util/inline_ops_2bf16.cuh(172): error: no suitable user-defined conversion from "const __nv_bfloat162" to "__half2" exists
negx = __hneg2(x);
^
/home/chihchieh/.conda/envs/xlstm/lib/python3.11/site-packages/xlstm/blocks/slstm/src/cuda/../util/inline_ops_2bf16.cuh(174): error: no suitable user-defined conversion from "__nv_bfloat16" to "__half" exists
} else if (__hgt(lowhalf, szero)) {
^
/home/chihchieh/.conda/envs/xlstm/lib/python3.11/site-packages/xlstm/blocks/slstm/src/cuda/../util/inline_ops_2bf16.cuh(174): error: no suitable user-defined conversion from "const __nv_bfloat16" to "__half" exists
} else if (__hgt(lowhalf, szero)) {
^
/home/chihchieh/.conda/envs/xlstm/lib/python3.11/site-packages/xlstm/blocks/slstm/src/cuda/../util/inline_ops_2bf16.cuh(175): error: no suitable user-defined conversion from "__nv_bfloat16" to "__half" exists
100 errors detected in the compilation of "/home/chihchieh/.conda/envs/xlstm/lib/python3.11/site-packages/xlstm/blocks/slstm/src/cuda/slstm_backward_cut.cu".
/home/chihchieh/.conda/envs/xlstm/lib/python3.11/site-packages/xlstm/blocks/slstm/src/util/inline_print.cuh(50): error: identifier "__high2bfloat16" is undefined
__bfloat162float(__high2bfloat16(val)));
^
Am I doing anything wrong? Since I worked on V100 machines, where bf16 is not supported. Does that mean this package can not be installed on V100 machine?
The text was updated successfully, but these errors were encountered:
Hello,
Thanks for sharing your great insight. I tried to install xlstm. Following the instructions, first I created a conda environment by environment_pt220cu121.yaml , and use pip install xlstm. However, some error message appeared:
Am I doing anything wrong? Since I worked on V100 machines, where bf16 is not supported. Does that mean this package can not be installed on V100 machine?
The text was updated successfully, but these errors were encountered: