microsoft / OpenCLOn12

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

Update header to new API proposed during CL compiler upstreaming #11

Closed jenatali closed 3 years ago

jenatali commented 3 years ago

From comments on Mesa upstreaming merge request (https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7565#note_693746), switching optimization to an option during context creation, rather than a separate step.

jenatali commented 3 years ago

New API is now merged upstream. Old API from abandoned downstream fork preserved in downstream-abi branch.