generics icon indicating copy to clipboard operation
generics copied to clipboard

Use CUDA intrinsics with user-defined types

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

I tested your `__ldg()` implementation on a Titan-X pascal with CUDA 8.0 to handle `vec2` items. I found this reduced performance of the entire kernel by 2.5x compared to using...