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.6k stars 255 forks source link

Remove leftover implementations for optional userbuffers support #932

Closed ksivaman closed 2 weeks ago

ksivaman commented 2 weeks ago

Description

901 removed a hard dependency on MPI for UB compilation and also made it a non-optional build with pytorch extensions. This removes leftover implementations for optional UB support.

Type of change

Changes

Checklist: