[PATCH] D110089: [CUDA] Implement experimental support for texture lookups.

2021-10-07 Thread Kevin Greene via Phabricator via cfe-commits
kgk added a comment. In D110089#3048460 , @tra wrote: > In D110089#3047161 , @kgk wrote: > >> Will the new macros in this patch also be useful for supporting the >> surface-related methods that also use __nv_tex_

[PATCH] D110089: [CUDA] Implement experimental support for texture lookups.

2021-10-06 Thread Kevin Greene via Phabricator via cfe-commits
kgk added a comment. Will the new macros in this patch also be useful for supporting the surface-related methods that also use __nv_tex_surf_handler (from surface_indirect_functions.h)? I gave this new code a try with surf2Dread and surf2Dwrite, and based on the errors, it look like it may jus