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
@@ -29,7 +29,6 @@
import sys
import os
from typing import Tuple
import torch
import cutlass
import cutlass.cute as cute
@@ -125,6 +124,8 @@ def tensor_op_gemm_wrapper(
def run_tensor_op_gemm_wrapper(mnkl: Tuple[int, int, int, int]):
import torch
print("\nRunning TensorOpGemm test with:")
print(f"Tensor dimensions: {mnkl}")