We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Same problem:
#3 (comment)
[ 25%] Building CUDA object CMakeFiles/xlstm_cuda.dir/kernels/slstm_kernels.cu.o /home/jabowery/devel/xLSTM/cuda/kernels/slstm_kernels.cu(111): error: identifier "b_i" is undefined b_i[hidx]); ^ /home/jabowery/devel/xLSTM/cuda/kernels/slstm_kernels.cu(114): error: identifier "b_f" is undefined b_f[hidx]); ^ /home/jabowery/devel/xLSTM/cuda/kernels/slstm_kernels.cu(117): error: identifier "b_z" is undefined b_z[hidx]); ^ /home/jabowery/devel/xLSTM/cuda/kernels/slstm_kernels.cu(120): error: identifier "b_o" is undefined b_o[hidx]); ^ 4 errors detected in the compilation of "/home/jabowery/devel/xLSTM/cuda/kernels/slstm_kernels.cu".
The text was updated successfully, but these errors were encountered:
https://github.com/smvorwerk/xlstm-cuda/blob/main/cuda/kernels/mlstm_kernels.cu#L108
have the same problem too:
b_i is never defined in function mlstm_backward_kernel.
b_i
mlstm_backward_kernel
Sorry, something went wrong.
given such compiler error, I'm wondering if this project has ever been built and tested to train on some data at all?
No branches or pull requests
Same problem:
#3 (comment)
The text was updated successfully, but these errors were encountered: