ROCm / HIP-CPU

An implementation of HIP that works on CPUs, across OSes.
MIT License
112 stars 19 forks source link

Implement __ldg() intrinsic #51

Closed fwyzard closed 9 months ago

fwyzard commented 11 months ago

Implement the __ldg(const T* ptr) intrinsic as a simple const-pointer dereference.