Closed fthaler closed 2 months ago
Uses the __ldg instruction on loads from read-only data stores with supported scalar data types. This might improve performance due to more optimal caching and helps NVCC to elide redundant load instructions.
__ldg
launch perftest
Hi there, this is jenkins continuous integration... Do you want me to verify this patch?
launch jenkins
Closed in favor of #1802
Uses the
__ldg
instruction on loads from read-only data stores with supported scalar data types. This might improve performance due to more optimal caching and helps NVCC to elide redundant load instructions.