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
9 changes: 8 additions & 1 deletion proposals/infra/INF-0006-Long-Vector-ExecutionTest-Plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,14 @@ We break coverage down into five test categories.
Testing will cover the following vector element data types:

* bool, int16_t, uint16_t, int32_t, uint32_t, int64_t, uint64_t, float16_t,
float32_t, float64_t, packed_int16_t, and packed_uint16_t.
float32_t, and float64_t.

**Note on packed data types:** `packed_int16_t` and `packed_uint16_t` do not
require HLK coverage. Although tests for these types were originally planned
(see [DXC issue #7683](https://github.com/microsoft/DirectXShaderCompiler/issues/7683)),
we determined that DXIL represents packed data types as 32-bit types. Because
no distinct DXIL-level behavior exists for them, dedicated HLK coverage is
unnecessary.

## Vector sizes and alignments to test

Expand Down
Loading