You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2023. It is now read-only.
only introduce __ldg() calls on accessed to global memory
__ldg() only makes sense on accesses to global memory.
It is not immediately obvious whether this would ever be introduced
on accesses to promoted tensor, i.e., whether accesses to read-only
tensors would ever get promoted, but it is better to be safe
than sorry and therefore to make sure __ldg() calls are never
introduced on accesses to promoted tensors.
0 commit comments