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
2k stars 333 forks source link

Fix an int conversion error #1325

Closed jennifgcrl closed 2 weeks ago

jennifgcrl commented 3 weeks ago

Description

Clang (18.1.8 on my system) errors on building the jax native extension without these explicit casts.

Fixes # (issue)

Type of change

Changes

Please list the changes introduced in this PR:

Checklist:

timmoon10 commented 2 weeks ago

/te-ci jax