This commit is contained in:
kavioyu
2025-03-12 13:48:02 +00:00
parent 9d3222a93e
commit 6e53c6613d
6 changed files with 678 additions and 6 deletions

View File

@@ -3,6 +3,7 @@ import torch
from . import jit
from .jit_kernels import (
gemm_fp8_fp8_bf16_nt,
gemm_fp8_fp8_bf16_bw_nt,
m_grouped_gemm_fp8_fp8_bf16_nt_contiguous,
m_grouped_gemm_fp8_fp8_bf16_nt_masked,
ceil_div,