This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import argparse | |
| import csv | |
| import os | |
| import torch | |
| import triton | |
| from flashinfer import mm_fp4 | |
| from flashinfer.testing import bench_gpu_time_with_cupti | |
| from sgl_kernel import cutlass_scaled_fp4_mm, scaled_fp4_quant |