Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/ssh/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
cudaEventReleasedTime()的精度是多少?_Cuda_Gpu - Fatal编程技术网

cudaEventReleasedTime()的精度是多少?

cudaEventReleasedTime()的精度是多少?,cuda,gpu,Cuda,Gpu,假设我调用一个cudaEventReleasedTime()并获得0.123456的返回值。那么它建议的确切时间是多少?,函数cudaeventreleasedtime以毫秒为单位返回两个事件之间经过的时间。它的分辨率约为0.5微秒 因此,值0.123456表示指定事件之间经过的时间为0.123456毫秒

假设我调用一个
cudaEventReleasedTime()
并获得
0.123456
的返回值。那么它建议的确切时间是多少?

,函数
cudaeventreleasedtime
以毫秒为单位返回两个事件之间经过的时间。它的分辨率约为0.5微秒

因此,值
0.123456
表示指定事件之间经过的时间为
0.123456
毫秒