summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Dialect
Commit message (Expand)AuthorAgeFilesLines
* Revert "[mlir] Create a gpu.module operation for the GPU Dialect."Benjamin Kramer2020-01-162-58/+19
* [mlir] : Fix ViewOp shape folder for identity affine mapsAhmed Taei2020-01-151-2/+5
* [mlir][spirv] Properly support SPIR-V conversion targetLei Zhang2020-01-144-28/+151
* [mlir][Linalg] Update the semantics, verifier and test for Linalg with tensors.Nicolas Vasilache2020-01-147-123/+182
* Make helper functions static or move them into anonymous namespaces. NFC.Benjamin Kramer2020-01-1412-41/+57
* [mlir] Create a gpu.module operation for the GPU Dialect.Tres Popp2020-01-142-19/+58
* [mlir] Ran git-clang-format.Adrian2020-01-141-2/+2
* [mlir] Add loop.parallel, loop.reduce and loop.reduce.return operations.Adrian Kuegel2020-01-141-2/+195
* [mlir] Fix -WunusedSam McCall2020-01-141-2/+2
* [mlir] [VectorOps] fixed typo in verifier of slice opAart Bik2020-01-131-1/+1
* [mlir] Change the syntax of AffineMapAttr and IntegerSetAttr to avoid conflic...River Riddle2020-01-131-9/+11
* [mlir][Linalg] Update ReshapeOp::build to be more idiomaticNicolas Vasilache2020-01-131-5/+43
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-1126-443/+425
* [mlir][spirv] Fix typos related to (de)serialization.Denis Khalikov2020-01-102-5/+5
* Sprinkle some constexpr on default ctors so the compiler can diagnose unused ...Benjamin Kramer2020-01-102-2/+0
* [mlir][GPU] introduce utilities for promotion to workgroup memoryAlex Zinenko2020-01-093-2/+209
* Canonicalize static alloc followed by memref_cast and std.viewAhmed Taei2020-01-081-1/+21
* [mlir][Linalg] Add a linalg.reshape opNicolas Vasilache2020-01-061-1/+202
* [NFC] Fixes -Wrange-loop-analysis warningsMark de Wever2020-01-061-1/+1
* [mlir][Linalg] NFC - Post-commit format fixNicolas Vasilache2020-01-031-2/+3
* [mlir][Linalg] NFC - Hotfix GenericLoopNestBuilder compilation error on older...Nicolas Vasilache2020-01-031-2/+7
* [mlir][spirv] Fix ADDITIONAL_HEADER_DIRS for SPIR-V librariesLei Zhang2020-01-033-2/+5
* [mlir][Linalg] NFC - Hotfix GenericLoopNestBuilder compilation error (-fpermi...Nicolas Vasilache2020-01-031-4/+6
* [mlir][linalg] Lower linalg to affine loopsAhmed Taei2020-01-032-2/+24
* [mlir][spirv] Fix shader ABI attribute prefix and add verificationLei Zhang2020-01-032-2/+62
* [mlir][Linalg] Extend generic ops to allow tensorsNicolas Vasilache2020-01-024-35/+116
* [mlir][spirv] Allow specifying availability on enum attribute casesLei Zhang2020-01-022-0/+3
* [mlir][Linalg] NFC - Make consistent use of op.emitOpErrorNicolas Vasilache2020-01-022-31/+31
* [mlir][Linalg] NFC - Cleanup Linalg Declarative TransformationsNicolas Vasilache2020-01-021-3/+3
* [mlir][Linalg] NFC - Rename LinalgGeneric -> GenericLinalgNicolas Vasilache2020-01-021-6/+6
* [mlir][spirv] NFC: Move shader ABI attributes to a new fileLei Zhang2020-01-014-41/+54
* [mlir] Fix -Wrange-loo-analysis warningsFangrui Song2020-01-012-2/+2
* [mlir] Fix compilation warningsAlexandre Ganea2020-01-011-1/+2
* [mlir][spirv] Add basic definitions for supporting availabilityLei Zhang2019-12-272-0/+9
* [MLIR] [NFC] fix unused var warningUday Bondhugula2019-12-271-0/+1
* Remove an unused static function.Eric Christopher2019-12-261-15/+0
* Fix a -Wcovered-switch-default warning by moving the unreachable out of theEric Christopher2019-12-261-2/+1
* Remove unused static function.Eric Christopher2019-12-261-15/+0
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-2325-379/+363
* Change the `notifyRootUpdated` API to be transaction based.River Riddle2019-12-232-20/+17
* Resubmit: ReImplement the Value classes as value-typed objects wrapping an in...River Riddle2019-12-234-7/+7
* Automated rollback of commit f603a50109107b447b835dac11f0eb541288393eMLIR Team2019-12-234-7/+7
* ReImplement the Value classes as value-typed objects wrapping an internal poi...River Riddle2019-12-234-7/+7
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-2356-728/+224
* NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...River Riddle2019-12-2225-415/+418
* Add integer bit-shift operations to the standard dialect.Manuel Freiberger2019-12-221-10/+10
* [VectorOps] unify vector dialect "subscripts"Aart Bik2019-12-201-15/+15
* fix isValidDim for block arg caseUday Bondhugula2019-12-201-7/+7
* Add gpu.shuffle op.Christian Sigg2019-12-201-0/+41
* [VectorOps] Update vector transfer_read/write ops to operatate on memrefs wit...Andy Davis2019-12-191-34/+87
OpenPOWER on IntegriCloud