Skip to content

Disable CUDA textures for modern GPUs

Alan Gray requested to merge ag_disable_cuda_textures into main

Previously, textures were disabled for sm_80 GPUs only. This change disables textures for all GPUs later than sm_80. Tests on A40 (86), L40S (89) and H100 (90) show that textures have no significant effect on performance. This change makes the codepath more uniform, and will make it easier to deprecate textures in the future (if desired).

Edited by Alan Gray

Merge request reports