Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions meetings/2025-12-11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: 2025-12-11 - HLSL Working Group Minutes
---

* Discussion topics
* @farzonl gave an overview of the implementation proposal for Matrix Element
Expression, https://github.com/llvm/wg-hlsl/pull/357. There was general
agreement that this approach seems reasonable.
* We discussed @farzonl's PR to handle GEPs to vector elements in
SPIRVEmitIntrinsics in llvm/project#171682. We noted that we deliberately
omitted handling this case originally, but that this does seem like the
right place to handle this for now.