microsoft / OpenCLOn12

The OpenCL-on-D3D12 mapping layer
MIT License
107 stars 15 forks source link

Pick up new printf metadata from Mesa upstream #12

Closed jenatali closed 3 years ago

jenatali commented 3 years ago

Strings are now copied into metadata rather than letting the runtime just find them based on pointer value (which Clover drivers can't do).

Exporting the arg sizes as well allows us to fix #5 (both problems) with this change as well.