[TUTORIALS] Fixed typo

This commit is contained in:
Philippe Tillet
2022-06-05 13:32:35 -07:00
parent 801c8a4c92
commit 751e325d2e

View File

@@ -306,8 +306,6 @@ if triton.testing.allclose(triton_output, torch_output):
else:
print("❌ Triton and Torch differ")
print(matmul_kernel.cache_key)
exit()
# %%
# Benchmark
# --------------