This is an automated email from the ASF dual-hosted git repository.

lukhut pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new 5db18efab9 Remove duplicate load word inside .cc file (#15581)
5db18efab9 is described below

commit 5db18efab937f3c47da08f60e33d7105426c1655
Author: Max Base <[email protected]>
AuthorDate: Thu Aug 17 09:25:45 2023 +0100

    Remove duplicate load word inside .cc file (#15581)
---
 src/tir/schedule/primitive/layout_transformation.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tir/schedule/primitive/layout_transformation.cc 
b/src/tir/schedule/primitive/layout_transformation.cc
index d9a9f3cfed..9fddfb171b 100644
--- a/src/tir/schedule/primitive/layout_transformation.cc
+++ b/src/tir/schedule/primitive/layout_transformation.cc
@@ -1040,7 +1040,7 @@ class TransformationPaddingExpressionError : public 
ScheduleError {
 
   String FastErrorString() const final {
     std::ostringstream ss;
-    ss << "ScheduleError: Pad value may not contain load load from " << 
illegal_load_->buffer->name;
+    ss << "ScheduleError: Pad value may not contain load from " << 
illegal_load_->buffer->name;
     return ss.str();
   }
 

Reply via email to