Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -1623,8 +1623,8 @@ inline CUresult loadCubinData(CUmodule* module, Config const& config)
// Trtllm links the cubin into the executable while Flashinfer loads the cubin from storage.
#ifdef TLLM_GEN_EXPORT_FLASHINFER
#ifdef TLLM_GEN_GEMM_CUBIN_PATH
static const std::string tllm_gen_gemm_cubin_path = std::string(TLLM_GEN_GEMM_CUBIN_PATH);
const std::string sha256 = config.mHash ? config.mHash : "";
static std::string const tllm_gen_gemm_cubin_path = std::string(TLLM_GEN_GEMM_CUBIN_PATH);
std::string const sha256 = config.mHash ? config.mHash : "";
std::string fileName = config.mFunctionName;
if (!fileName.empty())
{
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ static auto makeTmaShapeStrideAbc(GemmOptions const& options, int sizeM, int siz

// Create the TMA shape/stride for A/B block scaling factors.
static auto makeTmaShapeStrideSfAb(int mM, int mN, int mK, MatrixType matrixType, int tileM, int tileN, int tileK,
tg::SfLayout layout, int sfReshapeFactor, const int32_t numEltsPerSf)
tg::SfLayout layout, int sfReshapeFactor, int32_t const numEltsPerSf)
{

// The outer dimension.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"dtypeA": "e2m1",
"dtypeC": "e2m1",
"mmaK": 64,
"tileK": 512
"tileK": 512,
"biasType": "m"
},
"BatchedGemmFp4LowLatency": {
"_template": "BatchedGemmFp4Base",
Expand All @@ -53,8 +54,7 @@
"mmaM": 256,
"clusterDimX": 2,
"sfLayoutB": "128x4",
"sfLayoutC": "128x4",
"biasType": "m"
"sfLayoutC": "128x4"
},

"BatchedGemmPerTensorScalingFp8Base": {
Expand Down Expand Up @@ -156,7 +156,6 @@
"dtypeB": "e4m3",
"dtypeMmaA": "e4m3",
"sfBlockSizeA": 32,
"biasType": "m",
"act": "swiglu"
}
},
Expand Down
Git LFS file not shown
Git LFS file not shown

This file was deleted.

Git LFS file not shown

This file was deleted.

Git LFS file not shown

This file was deleted.

Git LFS file not shown

This file was deleted.

Git LFS file not shown

This file was deleted.

Git LFS file not shown

This file was deleted.

Git LFS file not shown

This file was deleted.

Git LFS file not shown

This file was deleted.

Git LFS file not shown
Git LFS file not shown

This file was deleted.

Git LFS file not shown

This file was deleted.

Git LFS file not shown

This file was deleted.

Git LFS file not shown

This file was deleted.

Git LFS file not shown

This file was deleted.

Git LFS file not shown

This file was deleted.

Git LFS file not shown

This file was deleted.

Git LFS file not shown

This file was deleted.

Git LFS file not shown
Git LFS file not shown
Git LFS file not shown

This file was deleted.

Git LFS file not shown

This file was deleted.

Git LFS file not shown

This file was deleted.

Git LFS file not shown

This file was deleted.

Git LFS file not shown

This file was deleted.

Git LFS file not shown

This file was deleted.

Git LFS file not shown

This file was deleted.

Git LFS file not shown

This file was deleted.

Git LFS file not shown

This file was deleted.

Git LFS file not shown

This file was deleted.

Git LFS file not shown

This file was deleted.

Git LFS file not shown

This file was deleted.

Git LFS file not shown

This file was deleted.

Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Loading
Loading