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

slstm_kernels.cu(111): error: identifier "b_i" is undefined #4

Open
mw66 opened this issue Jun 28, 2024 · 2 comments
Open

slstm_kernels.cu(111): error: identifier "b_i" is undefined #4

mw66 opened this issue Jun 28, 2024 · 2 comments

Comments

@mw66
Copy link

mw66 commented Jun 28, 2024

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".
@mw66
Copy link
Author

mw66 commented Jun 28, 2024

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.

@mw66
Copy link
Author

mw66 commented Jun 28, 2024

given such compiler error, I'm wondering if this project has ever been built and tested to train on some data at all?

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