I want to stop the Gpu kernel for a certain amount of time, but the only function I found was assert().
I want to use timer or events to control the amount of time the gpu is going to be halted, but I don’t know how!
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use
clock()orclock64()to generate busy cycles, see the answers here: Equivalent of usleep() in CUDA kernel?