diff --git a/python/tutorials/01-vector-add.py b/python/tutorials/01-vector-add.py index e527e5fc7a..31ecde9f8a 100644 --- a/python/tutorials/01-vector-add.py +++ b/python/tutorials/01-vector-add.py @@ -11,7 +11,7 @@ * The `triton.jit` decorator, which is used to define Triton kernels. * The best practices for validating and benchmarking your custom ops against native reference implementations. - +test-1 """ # %%