From 80d3d4d0ffb9db530cb4ad921fb3db75d992beaf Mon Sep 17 00:00:00 2001 From: Max Base Date: Wed, 16 Aug 2023 20:43:33 +0100 Subject: [PATCH] Remove duplicate 'from' word inside python script --- ...est_tir_transform_merge_dynamic_shared_memory_allocations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python/unittest/test_tir_transform_merge_dynamic_shared_memory_allocations.py b/tests/python/unittest/test_tir_transform_merge_dynamic_shared_memory_allocations.py index 0c585bb978c9..37372059a296 100644 --- a/tests/python/unittest/test_tir_transform_merge_dynamic_shared_memory_allocations.py +++ b/tests/python/unittest/test_tir_transform_merge_dynamic_shared_memory_allocations.py @@ -330,7 +330,7 @@ def check_target(target): class TestMatmul(tvm.testing.CompareBeforeAfter): """Shared allocations should be merged, preserving DeclBuffer if present - This test uses a matmul PrimFunc adapted from from + This test uses a matmul PrimFunc adapted from test_matmul_dyn_shared, using either `T.Buffer` (Allocate without DeclBuffer) or `T.decl_buffer` (Allocate followed by DeclBuffer) for the replaced allocations.