Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down