SharynHu opened a new issue, #17002:
URL: https://github.com/apache/tvm/issues/17002

   I was tensorizing BERT using meta schedule and get a runtime error.
   
   ### Expected behavior
   It should
   - Extract task
   - Tune task
   - Give me a tuned model to build
   
   ### Actual behavior
   
   Raised a runtime error
   ```
   E       RuntimeError: parallel_for_dynamic error with [11:05:35] 
~/tvm/src/tir/transforms/unify_thread_binding.cc:112: Check failed: (ana.CanPro
   veEqual(dom->extent, new_iter_var->dom->extent)) is false: ValueError: All 
loops that are bound to `threadIdx.y` should have the same extent. However, 
there are two
    loops with extent T.int64(32) and T.int64(16), which are not equal
   ```
   ### Triage
   - tune:meta_schedule


-- 
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