-
Notifications
You must be signed in to change notification settings - Fork 17
Agenda and minutes for 2025-08-21 meeting #329
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
Open
llvm-beanz
wants to merge
7
commits into
llvm:main
Choose a base branch
from
llvm-beanz:cbieneman/meetings/2025-08-21
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 5 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
f702f5a
Agenda and minutes for 2025-08-21 meeting
llvm-beanz 11846d3
Update meetings/2025-08-21.md
llvm-beanz 856b03b
Update meetings/2025-08-21.md
llvm-beanz b5184c1
Update meetings/2025-08-21.md
llvm-beanz a3ab047
Add notes cleaned up from the AI notes.
llvm-beanz 67a39e8
Update meetings/2025-08-21.md
llvm-beanz dd51c09
Update meetings/2025-08-21.md
llvm-beanz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# 2025-08-21 - HLSL Working Group Minutes | ||
|
||
> Propose a discussion topic by making an edit suggestion on the GitHub PR. | ||
llvm-beanz marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
||
* Discussion topics | ||
* CBuffer status. | ||
* Justin explained that the CBuffer feature is mostly working but has bugs related to the timing of CBuffer type creation, which can result in incorrect array offsets. | ||
* Design for simple matrix use status. | ||
* Steven noted that most of the simple matrix samples don't rely on matrix orientation attributes which allows for a simpler implementation. | ||
* MSFT team has no plans to start on matrices this month, may begin planning in September. | ||
* Steven will keep us posted and reassess the timelines as we go. | ||
* Tracking Bugs vs Unimplemented Features in offload test suite | ||
* Sarah presented a proposal to use XFAIL to mark tests that are failing due to incomplete Clang implementation. | ||
* The proposed suggestion is to have all XFAILs refer to links to issues tracking either feature implementaiton or bugs. | ||
* Using XFAIL allows us to know when things start passing and enable tests. | ||
* Sarah will review existing tests to ensure proper XFAIL usage. | ||
* Chris has been doing recent cleanups to XFAILs to get the tests passing. | ||
* wg-hlsl website generation (see #330) | ||
* Damyan has a PR up to generate a website from the markdown. | ||
* Damyan has experimented with parsing marksdown files to extract status information vs using FrontMatter. | ||
* General consensus was that FrontMatter renders well enough and simplifies the tooling. | ||
* Chris raised concerns about validating the state information, and Damyan confirmed that it requires precise spelling and formatting. | ||
* Steven suggested a pre-submit check to verify the status information formatting, and Chris supported the idea of a linting step for FrontMatter. | ||
* Action item: Damyan will update the PR to stop using regexes to parse Markdown, and to provide clear diagnostics. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.