Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想停止 Gpu 内核一段时间,但我发现的唯一功能是assert().
assert()
我想使用计时器或事件来控制 gpu 将要停止的时间量,但我不知道如何!
谢谢。
您可以使用clock()orclock64()来生成繁忙的周期,请在此处查看答案:CUDA 内核中的 usleep() 等效项?
clock()
clock64()