Skip to content

Commit

Permalink
Mention dependency on SPV_EXT_shader_atomic_float16_add in cl_ext_flo…
Browse files Browse the repository at this point in the history
…at_atomics (#1153)

The AtomicFloat16AddEXT capability it defines is referred to.


Change-Id: Icbae5f1ad02561e11517a47e9640eea4bc6a4283

Signed-off-by: Kevin Petit <kevin.petit@arm.com>
  • Loading branch information
kpet committed May 14, 2024
1 parent ffa3f8e commit 0483627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/cl_ext_float_atomics.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ The functionality added by this extension uses the OpenCL C 2.0 atomic syntax an

This extension interacts with `cl_khr_fp16` by optionally adding the ability to atomically operate on 16-bit floating-point values in memory.

This extension depends on `SPV_EXT_shader_atomic_float_add` and `SPV_EXT_shader_atomic_float_min_max` for implementations that support SPIR-V and floating-point atomic add, min, or max operations.
This extension depends on `SPV_EXT_shader_atomic_float_add`, `SPV_EXT_shader_atomic_float16_add`, and `SPV_EXT_shader_atomic_float_min_max` for implementations that support SPIR-V and floating-point atomic add, min, or max operations.

== Overview

Expand Down

0 comments on commit 0483627

Please sign in to comment.