You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
* 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