add requirements.txt

This commit is contained in:
Fung Xie
2025-11-25 21:03:11 -08:00
parent 2664cac685
commit 286781a1fb
2 changed files with 3 additions and 2 deletions

View File

@@ -29,7 +29,6 @@
import sys
import os
import torch
import time
import cutlass
import cutlass.cute as cute
@@ -43,7 +42,7 @@ This example shows how to compile CuTe JIT function with fake tensors then run i
if __name__ == "__main__":
# Add the current directory to sys.path
current_dir = os.path.dirname(os.path.abspath(__file__))
sys.path.insert(0, os.path.join(current_dir, ".."))
sys.path.insert(0, os.path.join(current_dir, "..", ".."))
from ampere.tensorop_gemm import TensorOpGemm

View File

@@ -0,0 +1,2 @@
apache-tvm-ffi
torch-c-dlpack-ext