[PATCH] D74056: [mlir][AVX512] Start an AVX512 dialect
Aart Bik via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 5 13:30:54 PST 2020
aartbik added inline comments.
================
Comment at: mlir/include/mlir/Dialect/Targets/AVX512/AVX512Ops.td:28
+ AllTypesMatch<["source", "result"]>]>,
+ // Supports either vector<16xf32> or vector<8xf64>.
+ Arguments<(ins VectorOfLengthAndType<[16], [F32]>:$source)>,
----------------
Bit new to this syntax, so please forgive this question ;-)
I see the 16xf32, but where is the 8xf64?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74056/new/
https://reviews.llvm.org/D74056
More information about the llvm-commits
mailing list