gputimer

gputimer.h

ifndef GPU_TIMER_H define GPU_TIMER_H include <math.h> struct GpuTimer { cudaEvent_t start; cudaEvent_t stop; GpuTimer() { cudaEventCreate(&start); cu ......
gputimer
共1篇  :1/1页 首页上一页1下一页尾页