Skip to content

Add HLSL memory barrier smoke tests - #1499

Closed
damyanp wants to merge 1 commit into
llvm:mainfrom
damyanp:nonsync-barrier-smoke-tests
Closed

damyanp wants to merge 1 commit into
llvm:mainfrom
damyanp:nonsync-barrier-smoke-tests

Conversation

@damyanp

@damyanp damyanp commented Sep 4, 2026 •

Copy link
Copy Markdown
Contributor

Add compile-and-run tests for GroupMemoryBarrier, DeviceMemoryBarrier, and AllMemoryBarrier. These barriers order memory but do not synchronize threads, so the tests verify that shaders containing each intrinsic compile and execute.

Fixes #829
Fixes #833
Fixes #844

Add compile-and-run tests for GroupMemoryBarrier, DeviceMemoryBarrier, and AllMemoryBarrier. These barriers order memory but do not synchronize threads, so the tests verify that shaders containing each intrinsic compile and execute.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: d7bf7f57-d4d3-4f90-8e1c-1adf57ff0ff0
@damyanp damyanp added the test-all When applied to a PR this will opt-in to additional pre-merge test configurations.. label Sep 4, 2026
@damyanp damyanp closed this Sep 4, 2026
@damyanp damyanp reopened this Sep 4, 2026
@damyanp
damyanp marked this pull request as ready for review September 4, 2026 20:00
@damyanp damyanp closed this Sep 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test-all When applied to a PR this will opt-in to additional pre-merge test configurations..

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add test for GroupMemoryBarrier Add test for DeviceMemoryBarrier Add test for AllMemoryBarrier

1 participant