Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,51 @@

**TransformerEngine-FL is a fork of TransformerEngine that introduces a plugin-based architecture for supporting diverse AI chips, built on top of** `FlagOS <https://github.com/flagos-ai>`_, **a unified open-source AI system software stack.**

The following table summarizes the specific adaptation status of multiple chips to the three backends of TransformerEngine-FL (FlagOS Triton, Vendor, and Reference Torch).

.. list-table::
:header-rows: 1
:widths: 28 18 20 18
:align: left

* - Vendor
- FlagOS (Triton)
- Reference (Torch)
- Vendor
* - NVIDIA GPU
- ✅
- ✅
- ✅
* - Metax
- ✅
- ✅
- ✅
* - Moore Threads (MUSA)
- ✅
- ✅
- ✅
* - Hygon
- ✅
- ✅
- ✅
* - Iluvatar
- ✅
- ✅
- ✅
* - Kunlunxin
-
- ✅
- —
* - Cambricon
-
- ✅
- —
* - Tsingmicro (TXDA)
- ✅
- ✅
- —


Transformer Engine
==================

Expand Down
Loading