Uh oh!
There was an error while loading. Please reload this page.
Fix FlashAttention tests - #99
Conversation
6606f27 to
7a441a8CompareUh oh!
There was an error while loading. Please reload this page.
ksivaman
commented
Mar 14, 2023
We current disable FA explicitly when running the onnx export tests in |
@ksivaman |
ksivaman
commented
Mar 17, 2023
ptrendx
commented
Mar 17, 2023
Maybe we can just have a global function, something like |
Also, whichever path we choose, we should create a proper end-to-end workflow tutorial - from training to inference, including in-framework inference as well as export to TRT and FasterTransformer. (Obviously, that is out of scope for this PR) |
Good idea @ptrendx. Perhaps in the form of a context manager like |
07224ac to
fba0d2fComparetcherckez-nvidia
commented
Mar 19, 2023
/te-ci |
fba0d2f to
343bcd1CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
343bcd1 to
9162f00Comparetcherckez-nvidia
commented
Mar 21, 2023
/te-ci |
9162f00 to
80211e2Comparetcherckez-nvidia
commented
Mar 22, 2023
ptrendx
commented
Mar 23, 2023
@tcherckez-nvidia please resolve the merge conflicts. |
ptrendx
commented
Mar 24, 2023
Also, could you add the new context manager to the pytorch API docs here https://github.com/NVIDIA/TransformerEngine/blob/main/docs/api/pytorch.rst? |
80211e2 to
7582c88CompareUh oh!
There was an error while loading. Please reload this page.
Signed-off-by: Tal Cherckez <tcherckez@nvidia.com>
7582c88 to
1eccf06CompareSigned-off-by: Kirthi Shankar Sivamani <ksivamani@nvidia.com>
ksivaman
commented
Mar 29, 2023
/te-ci |
Signed-off-by: Tal Cherckez <tcherckez@nvidia.com> Signed-off-by: Kirthi Shankar Sivamani <ksivamani@nvidia.com> Co-authored-by: Kirthi Shankar Sivamani <ksivamani@nvidia.com> Signed-off-by: Charlene Yang <charleney@nvidia.com>
Signed-off-by: Tal Cherckez <tcherckez@nvidia.com> Signed-off-by: Kirthi Shankar Sivamani <ksivamani@nvidia.com> Co-authored-by: Kirthi Shankar Sivamani <ksivamani@nvidia.com> Signed-off-by: Charlene Yang <charleney@nvidia.com>
- Bug fix - Fixed an issue where custom dropout mask was not correctly applied. - Added `-fvisibility=hidden` for the pip wheels generated to avoid symbol conflicts with other modules that use cudnn frontend. - Fixed an issue in sdpa kernels which will lead to numerical mismatches. - Fixed an issue in sdpa fp8 fprop kernels (in inference mode) - Samples - Added a new sample to showcase how a custom dropout mask can be applied to a sdpa operation. - Added a sample to shocase convolutions on large (`c * d * h * w > 2 ** 31`) tensors.
No description provided.