You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RuntimeError: CUDA error: an illegal memory access was encountered
Compile with TORCH_USE_CUDA_DSA to enable device-side assertions.
How do I solve this problem while running?
The text was updated successfully, but these errors were encountered:
Hello, @1-2-3-4-0@zxk72 someone also report this problem to me, and i'm looking for solutions. Can YOU please also look at this issue?pytorch/pytorch#21819
It might be because you set the number of groups to 32? I encountered this issue when I tried setting the number of groups to 32. So a new question arises: why can't the number of groups be set to 32, given that the condition in the .h file states that less than 32 is valid
@bravoYJ Hello, my intuition is that the group number should not be set too large, as it may negate the parameter-saving benefits. I have not tested scenarios where the group number is excessively large.
RuntimeError: CUDA error: an illegal memory access was encountered
Compile with
TORCH_USE_CUDA_DSA
to enable device-side assertions.How do I solve this problem while running?
The text was updated successfully, but these errors were encountered: