v4.3 tag release update. (#2789)

This commit is contained in:
Junkai-Wu
2025-11-20 20:49:44 -05:00
committed by GitHub
parent 406e078b29
commit 8cd5bef43a
225 changed files with 23229 additions and 2813 deletions
@@ -65,7 +65,7 @@ def print_tensor(t: cute.Tensor):
cute.print_tensor(t)
if __name__ == "__main__":
def run():
from torch._subclasses.fake_tensor import FakeTensorMode
shape = (3, 4)
@@ -75,3 +75,7 @@ if __name__ == "__main__":
real_tensor = torch.randn(shape, dtype=torch.float32)
compiled_fn(from_dlpack(real_tensor))
if __name__ == "__main__":
run()