-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add extension docs for spir-v-related extensions (#1123)
* add extension docs for spir-v-related extensions cl_khr_spirv_extended_debug_info cl_khr_spirv_linkonce_odr cl_khr_spirv_no_integer_wrap_decoration * fix extension name
- Loading branch information
Showing
8 changed files
with
98 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
// Copyright 2017-2024 The Khronos Group Inc. | ||
// SPDX-License-Identifier: CC-BY-4.0 | ||
|
||
include::{generated}/meta/{refprefix}cl_khr_spirv_extended_debug_info.txt[] | ||
|
||
=== Other Extension Metadata | ||
|
||
*Last Modified Date*:: | ||
2020-04-21 | ||
*IP Status*:: | ||
No known IP claims. | ||
*Contributors*:: | ||
TBD | ||
|
||
=== Description | ||
|
||
`cl_khr_spirv_extended_debug_info` allows use of the SPIR-V | ||
`OpenCL.DebugInfo.100` extended instruction set. | ||
|
||
See the | ||
link:{OpenCLEnvSpecURL}#_cl_khr_spirv_extended_debug_info[cl_khr_spirv_extended_debug_info] | ||
section of the OpenCL SPIR-V Environment specification for more information. | ||
|
||
=== Version History | ||
|
||
* Revision 1.0.0, 2020-04-21 | ||
** First assigned version. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
// Copyright 2017-2024 The Khronos Group Inc. | ||
// SPDX-License-Identifier: CC-BY-4.0 | ||
|
||
include::{generated}/meta/{refprefix}cl_khr_spirv_linkonce_odr.txt[] | ||
|
||
=== Other Extension Metadata | ||
|
||
*Last Modified Date*:: | ||
2020-04-21 | ||
*IP Status*:: | ||
No known IP claims. | ||
*Contributors*:: | ||
TBD | ||
|
||
=== Description | ||
|
||
`cl_khr_spirv_linkonce_odr` allows use of the SPIR-V extension | ||
`SPV_KHR_linkonce_odr`. | ||
|
||
See the | ||
link:{OpenCLEnvSpecURL}#_cl_khr_spirv_linkonce_odr[cl_khr_spirv_linkonce_odr] | ||
section of the OpenCL SPIR-V Environment specification for more information. | ||
|
||
=== Version History | ||
|
||
* Revision 1.0.0, 2020-04-21 | ||
** First assigned version. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
// Copyright 2017-2024 The Khronos Group Inc. | ||
// SPDX-License-Identifier: CC-BY-4.0 | ||
|
||
include::{generated}/meta/{refprefix}cl_khr_spirv_no_integer_wrap_decoration.txt[] | ||
|
||
=== Other Extension Metadata | ||
|
||
*Last Modified Date*:: | ||
2020-04-21 | ||
*IP Status*:: | ||
No known IP claims. | ||
*Contributors*:: | ||
TBD | ||
|
||
=== Description | ||
|
||
`cl_khr_spirv_no_integer_wrap_decoration` allows use of the SPIR-V extension | ||
`SPV_KHR_no_integer_wrap_decoration`, which adds new decorations to indicate | ||
that a given instruction does not cause integer wrapping to occur. | ||
|
||
See the | ||
link:{OpenCLEnvSpecURL}#_cl_khr_spirv_no_integer_wrap_decoration[cl_khr_spirv_no_integer_wrap_decoration] | ||
section of the OpenCL SPIR-V Environment specification for more information. | ||
|
||
=== Version History | ||
|
||
* Revision 1.0.0, 2020-04-21 | ||
** First assigned version. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters