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

LookupTable.cu doesn't catch out of index 0. #138

Closed
jnhwkim opened this issue Sep 14, 2015 · 1 comment
Closed

LookupTable.cu doesn't catch out of index 0. #138

jnhwkim opened this issue Sep 14, 2015 · 1 comment

Comments

@jnhwkim
Copy link
Contributor

jnhwkim commented Sep 14, 2015

Even if input contains index 0, it doesn't assert that situation.

@soumith
Copy link
Member

soumith commented Oct 4, 2015

@jnhwkim this is likely unfixable because we cant do asserts in CUDA kernels (we used to not be able to, I am not sure it has changed via newer CUDA releases).

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

2 participants