triton.language.extra.cuda.gdc_launch_dependents

triton.language.extra.cuda.gdc_launch_dependents(_semantic=None)

当通过程序化依赖启动(programmatic dependent launch)调用此操作时,它表示当前内核中的所有程序都调用此函数或完成执行后,下一个程序即可启动。

重复调用此函数在第一次调用后将不再产生效果,并且程序员应将第一次调用视为对运行时系统启动下一个内核的提示。

当程序化依赖启动(programmatic dependent launch)被禁用时,此指令也可以安全执行。

有关更多详细信息,请参阅 https://docs.nvda.net.cn/cuda/parallel-thread-execution/index.html#parallel-synchronization-and-communication-instructions-griddepcontrol