Skip to main content

3 docs tagged with "CUDA"

View all tags

线程机制

处理循环事件时,与CPU代码的for(int i=0; i<N; i++){}不同, GPU代码时使用线程值代替i