From e595743b5aa4f6bd88800cfbcfd6eead3cc3d01b Mon Sep 17 00:00:00 2001 From: "Harsh Aggarwal (NVIDIA)" Date: Fri, 8 Aug 2025 03:13:25 +0530 Subject: Fix intrinsic LoadLocalRootTableConstant for optix (#7949) Due to an older version of spec referred there was an inconsitency v1.29 2/20/2025 - [HitObject LoadLocalRootArgumentsConstant] Latest spec https://microsoft.github.io/DirectX-Specs/d3d/Raytracing.html#hitobject-loadlocalroottableconstant Refer: OptiX backend support for Shader Execution Reordering (SER) features as outlined in issue #6647. - --- tests/cuda/optix-coopvec.slang | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/cuda/optix-coopvec.slang') diff --git a/tests/cuda/optix-coopvec.slang b/tests/cuda/optix-coopvec.slang index 58e83ebb9..194a97ba5 100644 --- a/tests/cuda/optix-coopvec.slang +++ b/tests/cuda/optix-coopvec.slang @@ -1,5 +1,7 @@ //TEST:SIMPLE(filecheck=CHECK): -target cuda -capability optix_coopvec +//TEST:SIMPLE(filecheck=CHECK-PTX): -target ptx -Xnvrtc -I"./external/optix-dev/include/" +// CHECK-PTX: add.f32 // CHECK: optixCoopVecLoad // CHECK: OptixCoopVec // CHECK: optixCoopVecTanh -- cgit v1.2.3