v4.4 tag release update. (#3032)

This commit is contained in:
Junkai-Wu
2026-02-13 23:27:58 -05:00
committed by GitHub
parent 01687cfba1
commit d4bbf728ca
140 changed files with 41622 additions and 3689 deletions
@@ -60,11 +60,8 @@ import os
import sys
from typing import Type, Tuple
import torch
import cutlass
import cutlass.cute as cute
from cutlass.torch import dtype as torch_dtype
from cutlass.cute.runtime import make_ptr
if __name__ == "__main__":
@@ -205,6 +202,9 @@ def tensor_op_gemm_wrapper(
def run_tensor_op_gemm_wrapper(mnkl: Tuple[int, int, int, int]):
import torch
from cutlass.torch import dtype as torch_dtype
print("\nRunning TensorOpGemm test with:")
print(f"Tensor dimensions: {mnkl}")