CUDA icon indicating copy to clipboard operation
CUDA copied to clipboard

useful cuda code .

Results 1 CUDA issues
Sort by recently updated
recently updated
newest added

Have you tested RNMS for n_boxes>512(`threadsPerBlock = sizeof(unsigned long long) * 8`)? Since shared memory is accessible within the block, it looks like IOU comparison of boxes which resides in...