Skip to content

Commit

Permalink
[mlir] [VectorOps] Add vector.broadcast to EDSC
Browse files Browse the repository at this point in the history
Reviewers: nicolasvasilache, andydavis1

Reviewed By: nicolasvasilache

Subscribers: mehdi_amini, rriddle, jpienaar, burmako, shauheen, antiagainst, nicolasvasilache, arpith-jacob, mgester, lucyrfox, liufengdb, Joonsoo, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D75320
  • Loading branch information
aartbik committed Feb 28, 2020
1 parent bfa0aaf commit a8a7ee1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mlir/include/mlir/Dialect/VectorOps/EDSC/Intrinsics.h
Expand Up @@ -14,6 +14,7 @@ namespace mlir {
namespace edsc {
namespace intrinsics {

using vector_broadcast = ValueBuilder<vector::BroadcastOp>;
using vector_contract = ValueBuilder<vector::ContractionOp>;
using vector_print = OperationBuilder<vector::PrintOp>;

Expand Down

0 comments on commit a8a7ee1

Please sign in to comment.