junrushao1994 commented on a change in pull request #10737:
URL: https://github.com/apache/tvm/pull/10737#discussion_r833680659



##########
File path: python/tvm/tir/schedule/schedule.py
##########
@@ -2193,7 +2185,7 @@ def two_elementwise_transformed_intermediate_buffer(a: 
T.handle, c: T.handle) ->
         if callable(index_map):
             index_map = IndexMap.from_func(index_map)
         _ffi_api.ScheduleTransformLayout(  # type: ignore # pylint: 
disable=no-member
-            self, block, buffer_index, buffer_type, index_map
+            self, block, buffer_index, buffer_index_type, index_map

Review comment:
       Let’s confine the str -> int conversion on python side.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to