KnowingNothing opened a new pull request #4539: fix schedule dense pack URL: https://github.com/apache/incubator-tvm/pull/4539 Fix bug for topi x86 dense schedule `_declaration_dense_nopack` function. It's in topi/python/x86/dense.py. The original config defined in this function says the `tile_y` and `tile_x` have `num_outputs`=2, but at line 174 in the same file, the `_schedule_dense_pack_template` function needs 'tile_y' and 'tile_x' knobs to provide three split parts. I fixed the `num_outputs` to 3 and it works.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
