-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Looks like output buffers don't match
WaveReadLaneAt.Float.64.test
# .---command stdout------------
# | Using DirectX API
# | Configuring execution on device: Radeon RX 580 Series
# | RootSignature created.
# | Descriptor heap created.
# | PSO created.
# | Command structures created.
# | Creating SRV: { Size = 96, Register = t4, Space = 0 }
# | Creating UAV: { Size = 288, Register = u5, Space = 0, HasCounter = 0 }
# | EltSize = 16 NumElts = 6
# | SRV: HeapIdx = 0 EltSize = 16 NumElts = 6
# | EltSize = 16 NumElts = 18
# | UAV: HeapIdx = 1 EltSize = 16 NumElts = 18 HasCounter = 0
# | Buffers created.
# | Event prepared.
# | Compute command list created.
# | Compute commands executed.
# | Read data back.
# `-----------------------------
# .---command stderr------------
# | Test failed: TestFloat
# | Comparison Rule: BufferExact
# | Expected:
# | ---
# | Name: ExpectedOutFloat
# | Format: Float64
# | Stride: 16
# | Data: [ 0, 1, 2, 3, 0, 1, 2, 3, 0, 1, 0, 0, 4, 5, 6, 7, 4, 5,
# | 6, 7, 4, 5, 0, 0, 8, 9, 10, 11, 8, 9, 10, 11, 8, 9,
# | 0, 0 ]
# | OutputProps:
# | Height: 0
# | Width: 0
# | Depth: 0
# | ...
# | Got:
# | ---
# | Name: OutFloat
# | Format: Float64
# | Stride: 16
# | Data: [ 0, 1, 0, 1, 0, 1, 2, 3, 2, 3, 2, 3, 4, 5, 4, 5, 4, 5,
# | 6, 7, 6, 7, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
# | OutputProps:
# | Height: 0
# | Width: 0
# | Depth: 0
# | ...
# | Full Hex 64bit representation of Expected Buffer Values:
# | [ 0x0, 0x1, 0x2, 0x3, 0x0, 0x1, 0x2, 0x3, 0x0, 0x1, 0x0, 0x0, 0x4, 0x5, 0x6, 0x7, 0x4, 0x5, 0x6, 0x7, 0x4, 0x5, 0x0, 0x0, 0x8, 0x9, 0x10, 0x11, 0x8, 0x9, 0x10, 0x11, 0x8, 0x9, 0x0, 0x0 ]
# | Full Hex 64bit representation of Actual Buffer Values:
# | [ 0x0, 0x1, 0x0, 0x1, 0x0, 0x1, 0x2, 0x3, 0x2, 0x3, 0x2, 0x3, 0x4, 0x5, 0x4, 0x5, 0x4, 0x5, 0x6, 0x7, 0x6, 0x7, 0x6, 0x7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 ]
# |
# `-----------------------------
# error: command failed with exit status: 1
Metadata
Metadata
Assignees
Labels
No labels