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
32 changes: 32 additions & 0 deletions meetings/2026-03-12.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: 2026-03-12 - HLSL Working Group Minutes
---

* Discussion topics
* @s-perron mentioned that [llvm/offload-test-suite#756] has been merged,
adding depth texture support for the test suite for SPIR-V.
* @icohedron mentioned [llvm/wg-hlsl#394], a proposal to move HLSL library
function definitions into tablegen, rather than implementing the header
entirely by hand.
* @farzonl pointed out that we're getting quite a few PRs from folks outside
of the meeting, and reminded people to watch for these so that they get
good and prompt reviews.
* @bogner pointed out that the vector elementwise-alignment datalayout
specifier is now available as of [llvm/llvm-project#180617]. He's
implementing this for DirectX but would like help for the SPIR-V side.
* @s-perron about the status around [llvm/llvm-project#183367]. @bogner
pointed out that we'd like to be consistent between DirectX and SPIR-V here
if possible, but if not we should follow @s-perron's suggestion to convert
the "unbounded" value when processing the intrinsic itself for SPIR-V.
* @s-perron reminded everyone that when writing Vulkan specific tests, the
flags to `spirv-val` need to be set appropriately so that it doesn't run
its validation under the wrong environment.

[llvm/offload-test-suite#756]:
https://github.com/llvm/offload-test-suite/pull/756
[llvm/wg-hlsl#394]:
https://github.com/llvm/wg-hlsl/pull/394
[llvm/llvm-project#180617]:
https://github.com/llvm/llvm-project/pull/180617
[llvm/llvm-project#183367]:
https://github.com/llvm/llvm-project/issues/183367