We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please look at this line.
https://github.com/ptillet/torch-blocksparse/blame/master/torch_blocksparse/matmul.py#L239
The error below occurs because width is used as an int.
width
TypeError: empty() received an invalid combination of arguments - got (Tensor, dtype=torch.dtype), but expected one of: * (tuple of ints size, *, tuple of names names, torch.memory_format memory_format, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) * (tuple of ints size, *, torch.memory_format memory_format, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad)
This error is triggered when using "dsd" mode.
Testing with PyTorch 1.6.0.
The text was updated successfully, but these errors were encountered:
I fixed an irrelevant bug in my code and this bug disappeared. But it would be still be better if you can test the code above more thoroughly. Thanks.
Sorry, something went wrong.
No branches or pull requests
Please look at this line.
https://github.com/ptillet/torch-blocksparse/blame/master/torch_blocksparse/matmul.py#L239
The error below occurs because
width
is used as an int.This error is triggered when using "dsd" mode.
Testing with PyTorch 1.6.0.
The text was updated successfully, but these errors were encountered: