Commit aaae5a2
committed
[Bugfix] Disable SingleEnvThreadVerifier
During TensorIR scheduling, the `IterVar`s that represent environment
threads may duplicate, i.e. it is legal to have two env threads with
the same name tag, which may fail the `SingleEnvThreadVerifier` check
during schedule creation. This PR disables this check in this case.
In the future, it may be worthwhile to bring it back against
post-scheduling TIR.1 parent 51bdaec commit aaae5a2
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
350 | | - | |
351 | 350 | | |
352 | 351 | | |
353 | 352 | | |
| |||
364 | 363 | | |
365 | 364 | | |
366 | 365 | | |
367 | | - | |
368 | 366 | | |
369 | 367 | | |
370 | 368 | | |
| |||
0 commit comments