summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2024-10-27 09:40:17 -0700
committerGitHub <noreply@github.com>2024-10-27 09:40:17 -0700
commit14f4b45d4b977805c5dbe472e327bdd3e856fb94 (patch)
tree8c913b1465fd1cedb3e3a1ddca8bdccd3f0ba364 /docs
parenta508b264eda4bc3c99ba1f44eab1dec6e5ce06c0 (diff)
Add `InterlockedAddF64` intrinsic. (#5412)
Diffstat (limited to 'docs')
-rw-r--r--docs/user-guide/a3-02-reference-capability-atoms.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/user-guide/a3-02-reference-capability-atoms.md b/docs/user-guide/a3-02-reference-capability-atoms.md
index f8f1b8eb7..9f673eaf8 100644
--- a/docs/user-guide/a3-02-reference-capability-atoms.md
+++ b/docs/user-guide/a3-02-reference-capability-atoms.md
@@ -407,6 +407,9 @@ Extensions
`spvAtomicFloat16AddEXT`
> Represents the SPIR-V capability for atomic float 16 add operations.
+`spvAtomicFloat64AddEXT`
+> Represents the SPIR-V capability for atomic float 64 add operations.
+
`spvInt64Atomics`
> Represents the SPIR-V capability for 64-bit integer atomics.
@@ -416,6 +419,9 @@ Extensions
`spvAtomicFloat16MinMaxEXT`
> Represents the SPIR-V capability for atomic float 16 min/max operations.
+`spvAtomicFloat64MinMaxEXT`
+> Represents the SPIR-V capability for atomic float 64 min/max operations.
+
`spvDerivativeControl`
> Represents the SPIR-V capability for 'derivative control' operations.
@@ -684,6 +690,9 @@ Compound Capabilities
`cpp_cuda_spirv`
> CPP, CUDA and SPIRV code-gen targets
+`cuda_spirv`
+> CUDA and SPIRV code-gen targets
+
`cpp_cuda_glsl_spirv`
> CPP, CUDA, GLSL and SPIRV code-gen targets