milc-qcd / milc_qcd

MILC collaboration code for lattice QCD calculations
Other
34 stars 33 forks source link

Add restrict keyword on dest array in declare_strided_gather #60

Closed maddyscientist closed 1 year ago

maddyscientist commented 1 year ago

This optimization helps the performance of declare_strided_gather. With the nvc compiler (NVIDIA's C compiler), this results in a doubling in performance.