slyubomirsky commented on PR #16569: URL: https://github.com/apache/tvm/pull/16569#issuecomment-1992720448
I've determined that the above failure was introduced by commit `ff0b99c5ce4371ec966cd4fa07ae36351faf2a5e`. In particular, reordering `MergeSharedMemoryAllocations` in `[src/driver/driver_api.cc](https://github.com/apache/tvm/commit/ff0b99c5ce4371ec966cd4fa07ae36351faf2a5e#diff-6e7a38d1bddf565ab5096fbd3a85f39c4b6002e75fbc1cea73d783d3a803a086)` triggers it--reverting those changes fixes it. However, I don't want to reverse the reordering because there is a comment on it that implies it was done for a reason, so I will see if there is a bug in that pass. -- 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]
