Skip to content

Commit 3cef9d7

Browse files
llvm-beanzs-perrondamyanp
authored
Agenda and minutes for 2025-08-21 meeting (#329)
This is the agenda and meeting minutes for the 2025-08-21 HLSL working group meeting. --------- Co-authored-by: Steven Perron <stevenperron@google.com> Co-authored-by: Damyan Pepper <damyanp@microsoft.com>
1 parent 7f794e0 commit 3cef9d7

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

meetings/2025-08-21.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: 2025-08-21 - HLSL Working Group Minutes
3+
---
4+
5+
6+
* Discussion topics
7+
* CBuffer status.
8+
* 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.
9+
* Design for simple matrix use status.
10+
* Steven noted that most of the simple matrix samples don't rely on matrix orientation attributes which allows for a simpler implementation.
11+
* MSFT team has no plans to start on matrices this month, may begin planning in September.
12+
* Steven will keep us posted and reassess the timelines as we go.
13+
* Tracking Bugs vs Unimplemented Features in offload test suite
14+
* Sarah presented a proposal to use XFAIL to mark tests that are failing due to incomplete Clang implementation.
15+
* The proposed suggestion is to have all XFAILs refer to links to issues tracking either feature implementaiton or bugs.
16+
* Using XFAIL allows us to know when things start passing and enable tests.
17+
* Sarah will review existing tests to ensure proper XFAIL usage.
18+
* Chris has been doing recent cleanups to XFAILs to get the tests passing.
19+
* wg-hlsl website generation (see #330)
20+
* Damyan has a PR up to generate a website from the markdown.
21+
* Damyan has experimented with parsing marksdown files to extract status information vs using FrontMatter.
22+
* General consensus was that FrontMatter renders well enough and simplifies the tooling.
23+
* Chris raised concerns about validating the state information, and Damyan confirmed that it requires precise spelling and formatting.
24+
* Steven suggested a pre-submit check to verify the status information formatting, and Chris supported the idea of a linting step for FrontMatter.
25+
* Action item: Damyan will update the PR to stop using regexes to parse Markdown, and to provide clear diagnostics.

0 commit comments

Comments
 (0)