6 lines
185 B
MLIR
6 lines
185 B
MLIR
// RUN: mlir-opt %s --gpu-module-to-binary="format=invalid-format" --verify-diagnostics
|
|
|
|
// expected-error @+1 {{Invalid format specified}}
|
|
module attributes {gpu.container_module} {
|
|
}
|