NVIDIA / TransformerEngine

A library for accelerating Transformer models on NVIDIA GPUs, including using 8-bit floating point (FP8) precision on Hopper and Ada GPUs, to provide better performance with lower memory utilization in both training and inference.
https://docs.nvidia.com/deeplearning/transformer-engine/user-guide/index.html
Apache License 2.0
1.85k stars 310 forks source link

[Draft] Zero fwd and bwd results for THD+CP #920

Closed xrennvidia closed 2 months ago

xrennvidia commented 3 months ago

Description

Please include a brief summary of the changes, relevant motivation and context.

Fixes # (issue)

Type of change

Changes

Please list the changes introduced in this PR:

Checklist:

xrennvidia commented 2 months ago

PR 1012 should have fixed the issue.