comaniac commented on a change in pull request #10689:
URL: https://github.com/apache/tvm/pull/10689#discussion_r831671647
##########
File path: python/tvm/meta_schedule/testing/run_subgraph_auto_scheduler.py
##########
@@ -93,6 +91,7 @@ def main():
cache_line_bytes=64,
max_shared_memory_per_block=int(ARGS.target.attrs["max_shared_memory_per_block"]),
max_threads_per_block=int(ARGS.target.attrs["max_threads_per_block"]),
+ max_local_memory_per_block=12345678,
Review comment:
nit: Have a comment saying this is useless but just a placeholder.
--
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]