-
Notifications
You must be signed in to change notification settings - Fork 126
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
Adds better Affine support for GPUs when using CUDA 11. Introduces a new bias addition kernel for CUDA < 11 #778
Merged
Commits on Dec 8, 2020
-
Added new inference operator that peforms bias addition and optionall…
…y RELU for inference. When upgrading to cuda 11, the bias and relu can be fused into the matrix multiply with cublasLt.
Configuration menu - View commit details
-
Copy full SHA for 66006ec - Browse repository at this point
Copy the full SHA 66006ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23a3223 - Browse repository at this point
Copy the full SHA 23a3223View commit details
Commits on Dec 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for dbb1653 - Browse repository at this point
Copy the full SHA dbb1653View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e94764 - Browse repository at this point
Copy the full SHA 3e94764View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b41b86 - Browse repository at this point
Copy the full SHA 4b41b86View commit details
Commits on Dec 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cc30a32 - Browse repository at this point
Copy the full SHA cc30a32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 792669f - Browse repository at this point
Copy the full SHA 792669fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c0b8ac - Browse repository at this point
Copy the full SHA 0c0b8acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6258fd5 - Browse repository at this point
Copy the full SHA 6258fd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 764d7b8 - Browse repository at this point
Copy the full SHA 764d7b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95fb427 - Browse repository at this point
Copy the full SHA 95fb427View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bbf17f - Browse repository at this point
Copy the full SHA 4bbf17fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 256e397 - Browse repository at this point
Copy the full SHA 256e397View commit details
Commits on Mar 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 493c213 - Browse repository at this point
Copy the full SHA 493c213View commit details
Commits on Mar 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e5b549d - Browse repository at this point
Copy the full SHA e5b549dView commit details
Commits on Mar 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a484893 - Browse repository at this point
Copy the full SHA a484893View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9de84d4 - Browse repository at this point
Copy the full SHA 9de84d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43c54ce - Browse repository at this point
Copy the full SHA 43c54ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04b0f95 - Browse repository at this point
Copy the full SHA 04b0f95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c7b6ee - Browse repository at this point
Copy the full SHA 5c7b6eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for c027c6d - Browse repository at this point
Copy the full SHA c027c6dView commit details
Commits on Apr 2, 2021
-
Merge pull request #2 from marian-nmt/mjd/refactor_cuda11
Small refactoring of cuda_11
Configuration menu - View commit details
-
Copy full SHA for 7ea2d09 - Browse repository at this point
Copy the full SHA 7ea2d09View commit details
Commits on Apr 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 36d8f0c - Browse repository at this point
Copy the full SHA 36d8f0cView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.