vosen / ZLUDA

CUDA on non-NVIDIA GPUs
https://vosen.github.io/ZLUDA/
Apache License 2.0
9.73k stars 636 forks source link

PTX parser rewrite #267

Closed vosen closed 2 months ago

vosen commented 3 months ago

Our PTX parser has been working surprisingly well and has been the same basically from the inception. Lately, I've been running into limitations of the parser when working on other areas of the codebase. This rewrite is done for those explicit reasons (not all of them will apply right now):

Side benefits:

erkinalp commented 3 months ago

v4-reborn 🚀