Sign in
opensecura
/
sw
/
vec_iree
/
8914dd615a5ca9861e9a6c891af83e8f98bf2abf
/
.
/
samples
/
simple_vec_mul
/
simple_int_mul.mlir
blob: af6e845c0039fd993b877dc203397b1c484728d4 [
file
] [
log
] [
blame
]
func
.
func
@simple_mul
(%
arg0
:
tensor
<
1024xi32
>,
%
arg1
:
tensor
<
1024xi32
>)
->
tensor
<
1024xi32
>
{
%
0
=
"stablehlo.multiply"
(%
arg0
,
%
arg1
)
:
(
tensor
<
1024xi32
>,
tensor
<
1024xi32
>)
->
tensor
<
1024xi32
>
return
%
0
:
tensor
<
1024xi32
>
}