Skip to content

Commit

Permalink
[FRONTEND] Add PyTorch fp8 dtypes to Triton (triton-lang#2279)
Browse files Browse the repository at this point in the history
  • Loading branch information
ipiszy authored Sep 12, 2023
1 parent a47f1f5 commit 37f1249
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/triton/runtime/jit.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ def _type_of(key):
"float8e5": "fp8e5",
"float8e4b15": "fp8e4b15",
"float8e4b15x4": "fp8e4b15x4",
"float8_e4m3fn": "fp8e4nv",
"float8_e5m2": "fp8e5",
"float16": "fp16",
"bfloat16": "bf16",
"float32": "fp32",
Expand Down

0 comments on commit 37f1249

Please sign in to comment.