summaryrefslogtreecommitdiffstats
path: root/mlir/test
Commit message (Expand)AuthorAgeFilesLines
* [mlir] NFC: Rename index_t to index_typeRainer Orth2020-03-061-5/+5
* Revert "[mlir] Create a gpu.module operation for the GPU Dialect."Benjamin Kramer2020-01-1611-34/+35
* [mlir] : Fix ViewOp shape folder for identity affine mapsAhmed Taei2020-01-151-1/+2
* [mlir][spirv] Properly support SPIR-V conversion targetLei Zhang2020-01-143-10/+281
* [mlir] Enable printing of FuncOp in the generic form.River Riddle2020-01-141-1/+2
* [mlir][Linalg] Update the semantics, verifier and test for Linalg with tensors.Nicolas Vasilache2020-01-142-59/+59
* [mlir] Use double format when parsing bfloat16 hexadecimal valuesRiver Riddle2020-01-142-7/+26
* Make helper functions static or move them into anonymous namespaces. NFC.Benjamin Kramer2020-01-141-2/+3
* [mlir] Fix translation of splat constants to LLVM IRAlex Zinenko2020-01-141-0/+28
* [mlir] Create a gpu.module operation for the GPU Dialect.Tres Popp2020-01-1411-35/+34
* [mlir] Add loop.parallel, loop.reduce and loop.reduce.return operations.Adrian Kuegel2020-01-142-0/+225
* [mlir] NFC: Remove unused variable.River Riddle2020-01-131-1/+1
* [mlir] Add support for attaching a visibility to symbols.River Riddle2020-01-132-1/+31
* [mlir] Update the CallGraph for nested symbol references, and simplify Callab...River Riddle2020-01-132-8/+24
* [mlir] Update the use-list algorithms in SymbolTable to support nested refere...River Riddle2020-01-133-50/+129
* [mlir] Change the syntax of AffineMapAttr and IntegerSetAttr to avoid conflic...River Riddle2020-01-1369-1466/+1467
* [mlir] m_Constant()Lorenzo Chelini2020-01-132-0/+4
* [mlir] Added missing GPU lowering ops.Julian Gross2020-01-132-0/+90
* [mlir][Linalg] Update ReshapeOp::build to be more idiomaticNicolas Vasilache2020-01-131-0/+27
* Add zero_extendi and sign_extendi to intrinsic namespacePruthvi2020-01-131-0/+26
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-118-21/+21
* [mlir] mlir-cpu-runner test's cblas_interface should export functions on WindowsKern Handa2020-01-095-7/+66
* [mlir] fix test failure in EDSC/builder-api-testHiroshi Inoue2020-01-091-3/+4
* [mlir][GPU] introduce utilities for promotion to workgroup memoryAlex Zinenko2020-01-093-0/+162
* [mlir][VectorOps] Implement insert_strided_slice conversionNicolas Vasilache2020-01-091-1/+41
* [mlir][VectorOps] Implement strided_slice conversionNicolas Vasilache2020-01-091-0/+61
* [MLIR] Don't use SSA names directly for std.view canonicalization testAhmed Taei2020-01-081-5/+5
* Canonicalize static alloc followed by memref_cast and std.viewAhmed Taei2020-01-081-3/+8
* [mlir][Linalg] Lower linalg.reshape to LLVM for the static caseNicolas Vasilache2020-01-081-0/+60
* [mlir][spirv] Add lowering for std.fpext, std.fptrunc, std.sitofp.Denis Khalikov2020-01-071-0/+33
* Revert "[mlir][spirv] Add lowering for std.fpext, std.fptrunc, std.sitofp."Lei Zhang2020-01-071-33/+0
* [mlir][spirv] Add lowering for std cmp ops.Denis Khalikov2020-01-072-0/+68
* [mlir][spirv] Add lowering for standard bit opsDenis Khalikov2020-01-072-18/+57
* [mlir][spirv] Add lowering for std.fpext, std.fptrunc, std.sitofp.Lei Zhang2020-01-071-0/+33
* [mlir][Linalg] Add a linalg.reshape opNicolas Vasilache2020-01-062-1/+145
* [mlir][Linalg] Reimplement and extend getStridesAndOffsetNicolas Vasilache2020-01-061-0/+10
* [mlir][linalg] Lower linalg to affine loopsAhmed Taei2020-01-031-0/+55
* [mlir][spirv] Fix shader ABI attribute prefix and add verificationLei Zhang2020-01-035-39/+140
* [mlir] Rewrite the internal representation of OpResult to be optimized for me...River Riddle2020-01-021-1/+1
* [mlir][spirv] Update SPIR-V enums and ops with availability specLei Zhang2020-01-021-1/+1
* [mlir][Linalg] Extend generic ops to allow tensorsNicolas Vasilache2020-01-023-11/+91
* [mlir][spirv] Allow specifying availability on enum attribute casesLei Zhang2020-01-022-4/+25
* [mlir][Linalg] NFC - Cleanup Linalg Declarative TransformationsNicolas Vasilache2020-01-021-59/+59
* [mlir] Fix the wrong computation of dynamic strides for lowering AllocOp to LLVMTung Le Duc2019-12-281-3/+3
* [mlir][spirv] Add basic definitions for supporting availabilityLei Zhang2019-12-275-0/+120
* [mlir] Convert std.and/std.or ops to spv.LogicalAnd/spv.LogicalOrMaheshRavishankar2019-12-271-0/+40
* [mlir] Floating constants for import-llvmAlex Zinenko2019-12-271-0/+29
* [mlir] Fix -Wunneeded-internal-declarationFangrui Song2019-12-241-1/+1
* Refactor the way that pass options are specified.River Riddle2019-12-233-46/+31
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-2311-50/+49