summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2025-10-09 18:30:24 -0700
committerGitHub <noreply@github.com>2025-10-10 01:30:24 +0000
commite420f2f980813559b186a6a6bcd5540f74310d02 (patch)
tree8f7a833ed86e8ce2a7b40bd1e9e7da5cb95d66ab /.github/workflows
parent3cf1f5a616917480c63b76aae906dc36b29e46ce (diff)
Defer `IRCastStorageToLogicalDeref` in lowerBufferElementType pass. (#8668)
Fix a regression on metal test. In `lowerBufferElementTypeToStorageType` pass, not only we want to defer an argument that is `CastStorageToLogical` to the callee, but also apply the same defer logic to `CastStorageToLogicalDeref` as well. Because `CastStorageToLogicalDeref` will appear as argumnet if `lowerBufferElementTypeToStorageType` is run before we apply the `in->borrow` transformation pass, which is the case for metal parameter block legalization.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci-slang-test.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/ci-slang-test.yml b/.github/workflows/ci-slang-test.yml
index ec2eb6a8f..391716d2e 100644
--- a/.github/workflows/ci-slang-test.yml
+++ b/.github/workflows/ci-slang-test.yml
@@ -143,9 +143,6 @@ jobs:
- name: Run slang-rhi tests
run: |
export SLANG_RHI_EXCLUDE_TESTS="md-clear*,cmd-copy*,cmd-upload*,fence*,staging-heap*,texture-create*"
- if [[ "${{ inputs.os }}" == "macos" ]]; then
- export SLANG_RHI_EXCLUDE_TESTS="sampler-array"
- fi
"$bin_dir/slang-rhi-tests" -check-devices -tce="$SLANG_RHI_EXCLUDE_TESTS"
# Run slangpy tests when: