-
Notifications
You must be signed in to change notification settings - Fork 201
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
test/blocksparse_conv_test.py failed and example/simple.py sometimes raised an invalid memory access error #53
Comments
@xuyifangreeneyes I successfully run the docker container through this issuseisssue, however when running simple.py after installing blocksparse I had the same problem.I just changed the hidden_size in the simple.py to 4096*2,it crashed.I wonder if you found a solution. |
System information
Encountered problem
I tried both
pip install blocksparse
and building from source. After installation, I can runimport blocksparse
in Python and pass most tests. However, when I runtest/blocksparse_conv_test.py
, the following error occurred.Besides, invalid memory access sometimes happens when running
examples/simples.py
. Here is the output without error.And here is the output when the error appears.
I guess that those problems are due to my TensorFlow and CUDA version. Could anyone help me? Thanks a lot!
The text was updated successfully, but these errors were encountered: