bolt/deps/llvm-18.1.8/mlir/test/IR/dense-resource-elements-attr.mlir
2025-02-14 19:21:04 +01:00

13 lines
448 B
MLIR

// RUN: mlir-opt -allow-unregistered-dialect %s -verify-diagnostics -split-input-file | FileCheck %s
// CHECK: attr = dense_resource<blob1> : tensor<3xi64>
"test.user_op"() {attr = dense_resource<blob1> : tensor<3xi64> } : () -> ()
{-#
dialect_resources: {
builtin: {
// CHECK: blob1: "0x08000000010000000000000002000000000000000300000000000000"
blob1: "0x08000000010000000000000002000000000000000300000000000000"
}
}
#-}