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

Tensor Core Float16 Precision #24

Merged
merged 2 commits into from
May 8, 2024
Merged

Tensor Core Float16 Precision #24

merged 2 commits into from
May 8, 2024

Conversation

kozlov721
Copy link
Collaborator

Added option to set the internal precision of float32 matrix multiplications for better utilization of Tensor Core accelerators.
This can be set in the trainer.matmul_precision field.
Available options are: "medium", "high", "highest".

@kozlov721 kozlov721 added the enhancement New feature or request label May 8, 2024
@kozlov721 kozlov721 self-assigned this May 8, 2024
@kozlov721 kozlov721 merged commit d1d71f0 into dev May 8, 2024
1 of 8 checks passed
@kozlov721 kozlov721 deleted the feature/matmul-precision branch May 8, 2024 00:06
@kozlov721 kozlov721 restored the feature/matmul-precision branch May 8, 2024 13:10
@kozlov721 kozlov721 deleted the feature/matmul-precision branch May 20, 2024 09:37
@kozlov721 kozlov721 mentioned this pull request Oct 9, 2024
kozlov721 added a commit that referenced this pull request Oct 9, 2024
* option to set torch matmul precision for tensor cores

* updated readme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant