KhronosGroup / SPIRV-Registry

SPIR-V specs
109 stars 72 forks source link

Update Execution Mode argument name to match name in the SYCL extension #188

Closed tiwaria1 closed 1 year ago

tiwaria1 commented 1 year ago

The argument name for the mode RegisterMapInterfaceINTEL in the SPIRV spec does not match the name in the SYCL extension (see property register_map_interface). This PR updates the SPIRV extension to align the names.

tiwaria1 commented 1 year ago

@MrSidims Could you review this minor change (I'll update the translator PR too)

bashbaug commented 1 year ago

If we do this I think we'll want to update the grammar file and headers also (https://github.com/KhronosGroup/SPIRV-Headers/pull/317).

tiwaria1 commented 1 year ago

@bashbaug I updated the html spec and the grammar file on the headers PR. Thank you for reviewing so quickly.