GridTools / gridtools

Libraries and utilities to develop performance portable applications for weather and climate.
https://gridtools.github.io/gridtools
Other
61 stars 21 forks source link

Use __ldg on Scalar Read-only Data Stores #1795

Closed fthaler closed 2 months ago

fthaler commented 3 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.

fthaler commented 3 months ago

launch perftest

gridtoolsjenkins commented 3 months ago

Hi there, this is jenkins continuous integration... Do you want me to verify this patch?

fthaler commented 3 months ago

launch jenkins

fthaler commented 3 months ago

launch perftest

fthaler commented 3 months ago

launch jenkins

fthaler commented 2 months ago

Closed in favor of #1802