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
@z-x-yang What impact we have a training from pytorch/pytorch#104157?
I don't know if it is the same with bfloat16 but pytorch-correlation doesn't support bfloat: https://github.com/ClementPinard/Pytorch-Correlation-extension/blob/master/Correlation_Module/correlation_cuda_kernel.cu#L262
The text was updated successfully, but these errors were encountered:
I have a PR to support bfloat16 in the third party pytorch correlation ops ClementPinard/Pytorch-Correlation-extension#106
bfloat16
But we still don't know if pytorch/pytorch#104157 it has the same problem with bfloat16.
See also pytorch/pytorch#121072
Sorry, something went wrong.
No branches or pull requests
@z-x-yang What impact we have a training from pytorch/pytorch#104157?
I don't know if it is the same with bfloat16 but pytorch-correlation doesn't support bfloat:
https://github.com/ClementPinard/Pytorch-Correlation-extension/blob/master/Correlation_Module/correlation_cuda_kernel.cu#L262
The text was updated successfully, but these errors were encountered: