-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Open
Labels
HLSLHLSL Language SupportHLSL Language Supportclang:HLSL:SPIRVClang HLSL SPIRV supportClang HLSL SPIRV support
Description
Discovered while running the offload-test-suite. The values returned imply an incorrect lowering for the 64bit overload. This only occurs for the Vulkan target which makes sense as it has the most complex lowering.
# | Name: ExpectedOut
# | Format: UInt32
# | Stride: 16
# | Data: [ 4294967295, 3, 63, 0, 4294967295, 3, 63, 0, 0, 3, 3,
# | 4294967295 ]
# | OutputProps:
# | Height: 0
# | Width: 0
# | Depth: 0
# | ...
# | Got:
# | ---
# | Name: Out
# | Format: UInt32
# | Stride: 16
# | Data: [ 31, 35, 31, 0, 31, 35, 31, 0, 0, 32, 31, 31 ]
# | OutputProps:
# | Height: 0
# | Width: 0
# | Depth: 0
See llvm/offload-test-suite#209 for more context
Metadata
Metadata
Assignees
Labels
HLSLHLSL Language SupportHLSL Language Supportclang:HLSL:SPIRVClang HLSL SPIRV supportClang HLSL SPIRV support
Type
Projects
Status
No status