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

Question for ssl_cuda_kernel implementation #4

Open
jameslahm opened this issue Mar 23, 2023 · 0 comments
Open

Question for ssl_cuda_kernel implementation #4

jameslahm opened this issue Mar 23, 2023 · 0 comments

Comments

@jameslahm
Copy link

Thank you for your great work! In the paper, I see that using sparsity can reduce the memory movement in the shift operation, but in the code, the shift operation, \ie, ssl_cuda_kernel will always copy or move all the channels. The sparsity will thus not reduce the memory cost of the shift operation. So I wonder if the shift operation implementation in inference mode should be different from the training mode. If that's so, would you mind sharing the ssl_cuda_kernel implementation for the inference mode? Thanks a lot!

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