To report problems with this extension, please open a new issue at:
Pekka Jääskeläinen, Parmance
Henry Linjamäki, Parmance
Brice Videau, Argonne National Laboratory
Anastasia Stulova, Arm
Copyright (c) 2022 The Khronos Group Inc. Copyright terms at http://www.khronos.org/registry/speccopyright.html
This extension is written against the SPIR-V Specification, Version 1.5, Revision 3, Unified
This extension is written against the OpenCL Extended Instruction Set Specification, Version 1.00, Revision 7
This extension requires SPIR-V 1.0.
This extension relaxes the address space requirement of the printf builtin to support the cl_ext_relaxed_printf_string_address_space OpenCL C extension.
To use this extension within a SPIR-V module, the following OpExtension must be present in the module:
OpExtension "SPV_EXT_relaxed_printf_string_address_space"
Rev | Date | Author | Changes |
---|---|---|---|
2 |
2022-06-13 |
Pekka Jääskeläinen, Anastasia Stulova |
The format pointer can also point to the generic address space. |
2 |
2022-05-14 |
Pekka Jääskeläinen, Brice Videau |
Changed to an 'ext' extension for multi-vendor adoption promotion. |
1 |
2022-04-08 |
Pekka Jääskeläinen |
Initial RFC version. |