Skip to content

[SM68] Add proposal for Work Graphs#62

Merged
pow2clk merged 13 commits into
microsoft:mainfrom
llvm-beanz:cbieneman/sm68-work-graphs
Mar 29, 2024
Merged

[SM68] Add proposal for Work Graphs#62
pow2clk merged 13 commits into
microsoft:mainfrom
llvm-beanz:cbieneman/sm68-work-graphs

Conversation

@llvm-beanz
Copy link
Copy Markdown
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 pow2clk and tex3d June 22, 2023 19:05
Comment thread proposals/xxxx-work-graphs.md Outdated
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
Comment thread proposals/xxxx-work-graphs.md Outdated
This updates the barrier definition with the new design.

Partial fix for microsoft#101.
Copy link
Copy Markdown
Contributor

@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.

Comment thread proposals/xxxx-work-graphs.md Outdated
Comment thread proposals/xxxx-work-graphs.md Outdated
Comment thread proposals/xxxx-work-graphs.md Outdated
Comment thread proposals/xxxx-work-graphs.md Outdated
Comment thread proposals/xxxx-work-graphs.md Outdated
Comment thread proposals/xxxx-work-graphs.md Outdated
Comment thread proposals/xxxx-work-graphs.md Outdated
Comment thread proposals/xxxx-work-graphs.md Outdated
Comment thread proposals/xxxx-work-graphs.md Outdated
Comment thread proposals/xxxx-work-graphs.md
Comment thread proposals/xxxx-work-graphs.md Outdated
Comment thread proposals/xxxx-work-graphs.md Outdated
Comment thread proposals/xxxx-work-graphs.md Outdated
Comment thread proposals/xxxx-work-graphs.md Outdated
Comment thread proposals/xxxx-work-graphs.md Outdated
Comment thread proposals/xxxx-work-graphs.md Outdated
Comment thread proposals/xxxx-work-graphs.md Outdated
Comment thread proposals/xxxx-work-graphs.md Outdated
Comment thread proposals/xxxx-work-graphs.md Outdated
Comment thread proposals/xxxx-work-graphs.md Outdated
Comment thread proposals/xxxx-work-graphs.md Outdated
Comment thread proposals/xxxx-work-graphs.md Outdated
Comment thread proposals/xxxx-work-graphs.md Outdated
Comment thread proposals/xxxx-work-graphs.md Outdated
Greg Roth and others added 5 commits March 26, 2024 11:25
Co-authored-by: Tex Riddell <texr@microsoft.com>
Co-authored-by: Tex Riddell <texr@microsoft.com>
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
Copy Markdown
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
llvm-beanz added a commit to llvm-beanz/hlsl-specs that referenced this pull request Feb 9, 2025
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.

This feature is available in the DXC 1.8.2403 release.

---------

Co-authored-by: Greg Roth <grroth@microsoft.com>
Co-authored-by: Tex Riddell <texr@microsoft.com>
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