[cuda] warp_barrier
intrinsic is never called when using ti.simt.warp.sync()
#4954
Labels
potential bug
Something that looks like a bug but not yet confirmed
Describe the bug
As an expected result, when we use
ti.simt.warp.sync()
,warp_barrier
should be invoked at the backend. However, we can not find thewarp_barrier
intrinsic in the IR.To Reproduce
Code:
IR info:
The text was updated successfully, but these errors were encountered: