From d8b732d7ba6d31a724cb18dc93f60d8bcc522c19 Mon Sep 17 00:00:00 2001 From: Simon Kallweit <64953474+skallweitNV@users.noreply.github.com> Date: Thu, 16 Oct 2025 19:18:31 +0200 Subject: Update slang-rhi (#8709) - Update to latest slang-rhi - Enable additional slang-rhi tests for OptiX 8.0 and 8.1 --- .github/workflows/ci-slang-test.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.github') diff --git a/.github/workflows/ci-slang-test.yml b/.github/workflows/ci-slang-test.yml index f84e5139a..06b16ae55 100644 --- a/.github/workflows/ci-slang-test.yml +++ b/.github/workflows/ci-slang-test.yml @@ -145,6 +145,16 @@ jobs: export SLANG_RHI_EXCLUDE_TESTS="md-clear*,cmd-copy*,cmd-upload*,fence*,staging-heap*,texture-create*" "$bin_dir/slang-rhi-tests" -check-devices -tce="$SLANG_RHI_EXCLUDE_TESTS" + - name: Run slang-rhi tests (OptiX 8.0) + if: inputs.os == 'windows' || inputs.os == 'linux' + run: | + "$bin_dir/slang-rhi-tests" -check-devices -optix-version=80000 -tc="ray-tracing-*.cuda" + + - name: Run slang-rhi tests (OptiX 8.1) + if: inputs.os == 'windows' || inputs.os == 'linux' + run: | + "$bin_dir/slang-rhi-tests" -check-devices -optix-version=80100 -tc="ray-tracing-*.cuda" + # Run slangpy tests when: # 1. full-gpu-tests is enabled AND # 2. Either it's a pull request OR config is release -- cgit v1.2.3