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 309 forks source link

[PyTorch] Remove unnecessary check for UB support #940

Closed timmoon10 closed 3 months ago

timmoon10 commented 3 months ago

Description

https://github.com/NVIDIA/TransformerEngine/pull/901 modified the PyTorch build so we always build with Userbuffers support, so it removed transformer_engine_torch.userbuf_comm_available. This PR removes an instance where we call that function.

Type of change

Changes

Checklist:

ksivaman commented 3 months ago

Duplicates #932