Home
last modified time | relevance | path

Searched defs:is_wait (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/amd/compiler/
Daco_insert_waitcnt.cpp721 bool is_wait = queued_imm.unpack(ctx.gfx_level, instr.get()); in handle_block() local
/external/pytorch/torch/_inductor/
Dutils.py1640 def is_wait(node): function