Commit d58af32
fix: add missing thread_barrier to mthreads spec _core.py
Upstream triton.experimental.gluon.language.__init__.py imports thread_barrier
from ._core, but the mthreads spec_path copy only had the older barrier()
function. This caused 10 test collection errors across test_frontend and tle
tests.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent dc5b998 commit d58af32
1 file changed
Lines changed: 8 additions & 0 deletions
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
573 | 573 | | |
574 | 574 | | |
575 | 575 | | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
576 | 584 | | |
577 | 585 | | |
578 | 586 | | |
| |||
0 commit comments