Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix markup for a few extension names. #1112

Merged
merged 1 commit into from
Mar 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions OpenCL_C.txt
Original file line number Diff line number Diff line change
Expand Up @@ -218,13 +218,13 @@ operations across a work-group.

ifdef::cl_khr_integer_dot_product[]
| {opencl_c_integer_dot_product_input_4x8bit_packed} +
(when the {cl_khr_integer_dot_product} extension macro is defined)
(when the `<<cl_khr_integer_dot_product>>` extension macro is defined)

| The OpenCL C compiler supports built-in functions that perform dot
products on 4x8 bit packed integer vectors

| {opencl_c_integer_dot_product_input_4x8bit} +
(when the {cl_khr_integer_dot_product} extension macro is defined)
(when the `<<cl_khr_integer_dot_product>>` extension macro is defined)
| The OpenCL C compiler supports built-in functions that perform dot
products on 4x8 bit integer vectors
endif::cl_khr_integer_dot_product[]
Expand Down Expand Up @@ -354,7 +354,7 @@ ifdef::cl_khr_fp16[]
==== Half-Precision Floating-Point

The `cl_khr_fp16` extension was promoted to OpenCL C 1.2 as an optional
feature, and to OpenCL 3.0 as the optional {cl_khr_fp16} feature.
feature, and to OpenCL 3.0 as the optional `<<cl_khr_fp16>>` feature.
The extension provides 16-bit precision scalar and vector floating-point
data types and extends many functions to accept these types.
endif::cl_khr_fp16[]
Expand All @@ -365,7 +365,7 @@ ifdef::cl_khr_fp64[]
==== Double-Precision Floating-Point

The `cl_khr_fp64` extension was promoted to OpenCL C 1.2 as an optional
feature, and to OpenCL 3.0 as the optional {cl_khr_fp64} feature.
feature, and to OpenCL 3.0 as the optional `<<cl_khr_fp64>>` feature.
The extension provides double-precision scalar and vector floating-point
data types and extends many functions to accept these types.
endif::cl_khr_fp64[]
Expand Down