aboutsummaryrefslogtreecommitdiff
path: root/utils/bazel
AgeCommit message (Expand)AuthorFilesLines
2022-01-31[Bazel] Don't fail the build on usage of deprecated APIsGeoffrey Martin-Noble1-4/+10
2022-01-31[ModuleUtils] Move EmbedBufferInModule to LLVMTransformsUtilsFangrui Song1-1/+0
2022-01-31[Bazel] Add include/llvm/Transforms/Utils/ModuleUtils.h to work around layer ...Fangrui Song1-0/+1
2022-01-31[async] Get the number of worker threads from the runtime.bakhtiyar1-0/+2
2022-02-01[mlir][bufferize][NFC] Move vector BufferizableOpInterface impl to vector dia...Matthias Springer2-20/+2
2022-01-31[mlir][vector][NFC] Split into IR, Transforms and UtilsMatthias Springer2-16/+80
2022-01-30[mlir][bufferize][NFC] Move std BufferizableOpInterfaceImpl to std dialectMatthias Springer2-20/+1
2022-01-30[mlir][bufferize][NFC] Move scf BufferizableOpInterface impl to scf dialectMatthias Springer2-21/+2
2022-01-30Update BUILD.bazel.Matthias Springer1-0/+1
2022-01-28[mlir][sparse] Adding standard pipeline for tests.wren romano1-0/+18
2022-01-28[libc] Add missing sqrt deps for layering checksJordan Rupprecht1-3/+5
2022-01-28[libc] Refactor sqrt implementations and add tests for generic sqrt implement...Tue Ly1-16/+34
2022-01-28[mlir] Move SCF utils implementations to SCF/Utils.Adrian Kuegel2-3/+42
2022-01-28[mlir][Bazel][cmake] Add missing dependency.Adrian Kuegel1-0/+1
2022-01-27[libc] Revert "Refactor sqrt implementations and add tests for generic sqrt i...Siva Chandra Reddy1-34/+16
2022-01-27[libc] Refactor sqrt implementations and add tests for generic sqrt implement...Tue Ly1-16/+34
2022-01-28[mlir][bufferize] Move arith BufferizableOpInterface impl to arith dialectMatthias Springer2-24/+9
2022-01-27[mlir][Bazel] Add TestMemRef target.Adrian Kuegel2-0/+15
2022-01-27[mlir][Bazel] Add missing dependency to ArithmeticTransforms.Adrian Kuegel1-0/+1
2022-01-26[bazel] Port 480cd4cbBenjamin Kramer1-1/+1
2022-01-26[bazel] Enable layering_check for MLIR test directoryJordan Rupprecht1-0/+1
2022-01-26Initialize terminfo.bzl linkopts to Nonejonmeow1-0/+1
2022-01-26[Bazel] Update config.h to add the new define.Adrian Kuegel1-0/+3
2022-01-26[mlir][Bazel] Remove unnecessary dependenciesAdrian Kuegel1-18/+0
2022-01-25[mlir][Bazel] Update BUILD.bazel fileAdrian Kuegel1-1/+2
2022-01-25[bazel] Adjust dependencies after a70aa7bbBenjamin Kramer2-0/+3
2022-01-24[bazel] Update MLIR depsJordan Rupprecht1-1/+13
2022-01-24[libc] Add bazel definition for hypot/hypotf.Clint Caywood1-0/+5
2022-01-25[mlir][bufferize][NFC] Implement BufferizableOpInterface on bufferization ops...Matthias Springer2-36/+16
2022-01-24[mlir][tensor] Move BufferizableOpInterface impl to tensor dialectMatthias Springer2-22/+7
2022-01-21[mlir] Move linalg::PadTensorOp to tensor::PadOp.Alexander Belyaev1-1/+37
2022-01-21Match bazel config with cmake after f29256a64Tres Popp1-3/+0
2022-01-20[mlir][bufferization] Move one-shot bufferization to Bufferization dialectMatthias Springer2-25/+24
2022-01-19[mlir][linalg][bufferize][NFC] Move analysis-related code to Comprehensive Bu...Matthias Springer1-0/+2
2022-01-19[bazel] Fix the python bindings for 7ceffae18c43Benjamin Kramer2-4/+5
2022-01-19[bazel] Port 7ceffae18c43Benjamin Kramer1-3/+38
2022-01-19[mlir][linalg][bufferize] Generalize destination-passing style detectionMatthias Springer1-0/+1
2022-01-19[bazel] Port 755dc07d69edBenjamin Kramer3-0/+33
2022-01-18[mlir] Fix bazel build of GPU dialectMogball1-14/+14
2022-01-18[mlir] Replace StrEnumAttr -> EnumAttr in core dialectsMogball1-2/+58
2022-01-14[bazel] Separate capi_deps from deps in mlir_c_api_cc_library.Stella Laurenzo2-31/+44
2022-01-13[mlir] Introduce C API for PDL dialect typesDenys Shabalin1-0/+20
2022-01-12[tosa][mlir] Support dynamic batch dimension for ops where the batch dim is e...natashaknk1-1/+2
2022-01-12[mlir] Update BUILD rule for MathDialect.Chia-hung Duan1-0/+1
2022-01-12[mlir][linalg][bufferize] Support std.select bufferizationMatthias Springer2-0/+20
2022-01-11Fix bazel build after f77d115cc136585f39d30a78c741eb296f9e804d.James Y Knight2-1/+1
2022-01-11Fix bazel build after 8503c688d555014b88849e933bf096035a351586.James Y Knight1-0/+1
2022-01-07[mlir][linalg][bufferize][NFC] Use RewritePatterns instead of custom traversalMatthias Springer1-0/+1
2022-01-06Update Bug report URL to Github IssuesChuanqi Xu2-3/+3
2022-01-06[mlir] Split out Python bindings for dialects into separate libsAlex Zinenko1-40/+72