Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2022-05-19[mlir][python] Add Python bindings for ml_program dialect.Stella Laurenzo
2022-05-19[mlir] Add GlobalOp, GlobalLoadConstOp to ml_program.Stella Laurenzo
2022-05-18[mlir][complex] Add pow/sqrt/tanh ops and lowering to libmBenjamin Kramer
2022-05-16[mlir][sparse] introduce complex type to sparse tensor supportAart Bik
2022-05-14[bazel] Port ae8bbc43f470Benjamin Kramer
2022-05-13[mlir] Add TensorToLinalgPassTres Popp
2022-05-12[libc] fix uint includes and libc bazelMichael Jones
2022-05-12[mlir][vector] Add lowering pattern for vector.warp_execute_on_lane_0 opThomas Raoux
2022-05-12[mlir][linalg] Add lowering of named ops on complex numbersBenjamin Kramer
2022-05-12[bazel] Add support for configuring the bazel build for PPCBenjamin Kramer
2022-05-11[Bazel] Add support for s390x build targetVibhuti Sawant
2022-05-11[mlir][gpu] Move async copy ops to NVGPU and add caching hintsThomas Raoux
2022-05-10[mlir][AMDGPU] Add AMDGPU conversion patterns to ConvertGPUToROCDLKrzysztof Drewniak
2022-05-10[MLIR][AMDGPU] Add AMDGPU dialect, wrappers around raw buffer intrinsicsKrzysztof Drewniak
2022-05-04[bazel] Fix the build after 2c3326608460Benjamin Kramer
2022-05-03[bazel] Add test targets for dataflow frameworkEric Li
2022-04-29[mlir][linalg][transform] Add TileOp to transform dialectMatthias Springer
2022-04-28[bazel] Port 92a836da0759Benjamin Kramer
2022-04-28[bazel] Port 84fe39a45b73Benjamin Kramer
2022-04-27[mlir][bazel] Add suport for PDLL tests.Stephan Herhut
2022-04-25[mlir][Bazel] Add missing dependencies.Adrian Kuegel
2022-04-23[Bazel] Add more mlir dependencies after D124298Fangrui Song
2022-04-23[Bazel] Make mlir:BufferizationDialect depend on mlir:ArithmeticDialect after...Fangrui Song
2022-04-23[mlir] use side effects in the Transform dialectAlex Zinenko
2022-04-22[Bazel] Make mlir/test:TestShapeDialect depend on mlir:FuncDialectFangrui Song
2022-04-22[mlir] Add shape.funcJacques Pienaar
2022-04-22[mlir][bufferization] Move ModuleBufferization to bufferization dialectMatthias Springer
2022-04-21[bazel] try to adapt a7691dee2d3c0ea3f9f4d1, againSam McCall
2022-04-21[bazel] try to adapt a7691dee2d3c0ea3f9f4d1Sam McCall
2022-04-21[mlir] Connect Transform dialect to PDLAlex Zinenko
2022-04-21[Pipelines] Remove Legacy Passes in CoroutinesChuanqi Xu
2022-04-20[bazel] Port f26c41e8dd28Benjamin Kramer
2022-04-19[mlir][transform] Introduce transform.sequence opAlex Zinenko
2022-04-16[mlir] Refactor LICM into a utilityMogball
2022-04-16Revert "[mlir] Refactor LICM into a utility"Stella Stamenova
2022-04-16[mlir] Refactor LICM into a utilityMogball
2022-04-15[mlir] Fix BUILD issues and dependencies.rdzhabarov
2022-04-15Adjust Bazel BUILD files for 6d45558c1Dmitri Gribenko
2022-04-15[mlir] Update bazel file after adding nvgpu to nvvm conversionThomas Raoux
2022-04-15[mlir][vector] Add operations used for Vector distributionThomas Raoux
2022-04-14[mlir][nvgpu] Add NVGPU dialect (architectural specific gpu dialect)Thomas Raoux
2022-04-14[mlir] Introduce Transform dialectAlex Zinenko
2022-04-14[mlir] Split intrinsics out of LLVMOps.tdAlex Zinenko
2022-04-14[mlir] Introduce ml_program dialect.Stella Laurenzo
2022-04-14[bazel] Set CLANG_ENABLE_OPAQUE_POINTERS_INTERNAL to 1Arthur Eubanks
2022-04-12Update the Bazel build files for "[mlir][Math] Replace some constant ..."Dmitri Gribenko
2022-04-12Fix BUILD dependency for ExecutionEngineUtilsrdzhabarov
2022-04-12[mlir] Add msan memory unpoisoning macros to mlir ExecutionEngineEugene Zhulenev
2022-04-12Fixing BUILD dependency on the DialectBase.rdzhabarov
2022-04-12[CMake][gn][Bazel] Remove HAVE_PTHREAD_GETSPECIFICFangrui Song