Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SM68] Add proposal for Work Graphs #62

Merged
merged 13 commits into from
Mar 29, 2024

Conversation

llvm-beanz
Copy link
Collaborator

@llvm-beanz llvm-beanz commented Jun 22, 2023

The Work Graphs feature is a new approach to GPU work creation for HLSL on Shader Model 6.8. The feature extends library shaders to support node shaders which create work graphs.

A preview implementation of this feature is available in the DXC 1.8.2306 preview release.

Fixes #101

The Work Graphs feature is a new approach to GPU work creation for HLSL
on Shader Model 6.8. The feature extends library shaders to support node
shaders which create work graphs.

A preview implementation of this feature is available in the DXC
1.8.2306 preview release.
@llvm-beanz llvm-beanz requested review from tex3d and pow2clk June 22, 2023 19:05
This clarifies that attribute names should be case-insensitive, but
attribute string arguments are case-sensitive.
@llvm-beanz llvm-beanz added this to the Shader Model 6.8 milestone Jul 6, 2023
This updates the barrier definition with the new design.

Partial fix for microsoft#101.
Copy link
Member

@pow2clk pow2clk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry to cut out half way, but I wanted to give you something to think about and I have to go just now.

proposals/xxxx-work-graphs.md Outdated Show resolved Hide resolved
proposals/xxxx-work-graphs.md Outdated Show resolved Hide resolved
proposals/xxxx-work-graphs.md Outdated Show resolved Hide resolved
proposals/xxxx-work-graphs.md Outdated Show resolved Hide resolved
proposals/xxxx-work-graphs.md Outdated Show resolved Hide resolved
proposals/xxxx-work-graphs.md Outdated Show resolved Hide resolved
proposals/xxxx-work-graphs.md Outdated Show resolved Hide resolved
proposals/xxxx-work-graphs.md Outdated Show resolved Hide resolved
proposals/xxxx-work-graphs.md Outdated Show resolved Hide resolved
proposals/xxxx-work-graphs.md Outdated Show resolved Hide resolved
proposals/xxxx-work-graphs.md Outdated Show resolved Hide resolved
proposals/xxxx-work-graphs.md Outdated Show resolved Hide resolved
proposals/xxxx-work-graphs.md Outdated Show resolved Hide resolved
proposals/xxxx-work-graphs.md Outdated Show resolved Hide resolved
proposals/xxxx-work-graphs.md Outdated Show resolved Hide resolved
proposals/xxxx-work-graphs.md Outdated Show resolved Hide resolved
proposals/xxxx-work-graphs.md Outdated Show resolved Hide resolved
proposals/xxxx-work-graphs.md Outdated Show resolved Hide resolved
proposals/xxxx-work-graphs.md Outdated Show resolved Hide resolved
proposals/xxxx-work-graphs.md Outdated Show resolved Hide resolved
pow2clk and others added 5 commits March 26, 2024 11:25
Co-authored-by: Tex Riddell <[email protected]>
Added documentation for semantics

numbered to 0018 in preparation for merging this shipping feature.

Added documentation for SV_ semantics

Fixed a few minor nitpicks and clarifications
reformat to comply with md best practices. Demoting the attributes from
headers wasn't strictly necessary, but it solved a problem and I think
the appearance is better and has less weird characters in what is
ostensibly a linkable header.

Reclarify a few things resulting from reviewing older suggestions and
reformatting
Copy link
Collaborator

@tex3d tex3d left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@pow2clk pow2clk merged commit da8da68 into microsoft:main Mar 29, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Accepted
Archived in project
Development

Successfully merging this pull request may close these issues.

[Work Graphs] Remove SYNC_FLAG from Barrier intrinsics
3 participants