From d70da65a90ccd73439895a43b3958c0ea1441f35 Mon Sep 17 00:00:00 2001 From: Mukund Keshava Date: Tue, 10 Jun 2025 10:18:24 +0530 Subject: Add optix support for coopvec (#7286) * WiP: Add coopvec support for Optix * format code * fix minor issues * Fix review comments --------- Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com> --- docs/user-guide/a3-02-reference-capability-atoms.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'docs/user-guide') diff --git a/docs/user-guide/a3-02-reference-capability-atoms.md b/docs/user-guide/a3-02-reference-capability-atoms.md index 56809055b..9740806ea 100644 --- a/docs/user-guide/a3-02-reference-capability-atoms.md +++ b/docs/user-guide/a3-02-reference-capability-atoms.md @@ -153,10 +153,10 @@ Versions > Represents HLSL NVAPI support. `hlsl_2018` -> Represet HLSL compatibility support. +> Represent HLSL compatibility support. `hlsl_coopvec_poc` -> Represet compatibility support for the deprecated POC DXC +> Represent compatibility support for the deprecated POC DXC `dxil_lib` > Represents capabilities required for DXIL Library compilation. @@ -1322,6 +1322,9 @@ Other ---------------------- *Capabilities which may be deprecated* +`optix_coopvec` +> Represents capabilities required for optix cooperative vector support. + `SPIRV_1_0` > Use `spirv_1_0` instead -- cgit v1.2.3