-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Closed
Labels
Description
The test llvm-project/mlir/test/Target/SPIRV/constant.mlir
fails to validate with spirv-val:
/home/jakub/llvm/build/bin/mlir-translate --no-implicit-module --serialize-spirv /home/jakub/llvm/llvm-project/mlir/test/Target/SPIRV/constant.mlir | /home/jakub/llvm/build/./bin/spirv-v
al
# executed command: /home/jakub/llvm/build/bin/mlir-translate --no-implicit-module --serialize-spirv /home/jakub/llvm/llvm-project/mlir/test/Target/SPIRV/constant.mlir
# executed command: /home/jakub/llvm/build/./bin/spirv-val
# .---command stderr------------
# | error: line 191: OpConstantComposite Constituent count does not match the shape of Result Type <id> '226[%226]' along its outermost dimension, expected 2 but got 6.
# | %231 = OpConstantComposite %226 %uint_2 %uint_2 %uint_2 %uint_2 %uint_2 %uint_2
# |
# `-----------------------------
# error: command failed with exit status: 1