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.61k stars 256 forks source link

[JAX] Fix the Failures on Partition of ActPrimitives #848

Closed mingxu1067 closed 1 month ago

mingxu1067 commented 1 month ago

Description

Remove act_enum from the del list in ActLuPrimitive*.partition.

Type of change

Changes

  1. Remove act_enum from the del list in ActLuPrimitive*.partition.

Checklist:

mingxu1067 commented 1 month ago

/te-ci jax

phu0ngng commented 1 month ago

LGTM. Thanks for fixing this issue!