Commit Graph

  • fd3ee81bcf
    fix wrong tag on docker image (#193) Kevin O'Brien 2020-06-26 11:43:32 -0400
  • 2e08b2112c
    String type (Ready for Review) (#182) chentong319 2020-06-25 16:34:37 -0400
  • f811718144
    Add new passes related to Linalg and Affine dialects (#181) Gheorghe-Teodor Bercea 2020-06-25 13:36:39 -0400
  • cc68f77d8d
    Merge onnx ml into onnx (#176) chentong319 2020-06-22 20:01:56 -0400
  • f81f44662b
    Remove whole archive linkage (#173) Tian Jin 2020-06-19 00:21:27 +0800
  • 1fc43fa181
    support map and seq in tablegen (#159) chentong319 2020-06-18 09:49:40 -0400
  • b28fcbc745
    Do not push empty string as a command argument, it breaks on Linux. (#174) Tian Jin 2020-06-18 21:04:55 +0800
  • 82d2caa542
    constant folding for transpose of constant tensors (#171) Alexandre Eichenberger 2020-06-17 10:42:06 -0400
  • 742e817722
    Constprop2 (#167) Alexandre Eichenberger 2020-06-15 14:56:15 -0400
  • a7781791e9
    [NFC] Fix comment style, shorten file names. (#169) Tian Jin 2020-06-15 11:49:09 +0800
  • 60c648ae39
    Avoid hardcoding ops with shape inference in ShapeInferencePass (#165) Tung D. Le 2020-06-12 16:42:05 +0900
  • e0ae583da0
    Compiling Models with Large Constant Arrays (#146) Tian Jin 2020-06-12 10:27:05 +0800
  • 8c4d527eea
    Lower SplitOp to Krnl dialect (#155) Tung D. Le 2020-06-11 11:57:20 +0900
  • 4ab96fbc6c
    Add basic support for memory pool (#161) Gheorghe-Teodor Bercea 2020-06-09 16:48:33 -0400
  • ca185002f2
    Add shape inference for several ops (#163) Aman LaChapelle 2020-06-08 23:55:49 -0700
  • 43dc1a1e01
    Fix header dep (#150) gongsu832 2020-06-08 22:38:32 -0400
  • e2af505746
    Constprop (#162) Alexandre Eichenberger 2020-06-08 15:45:32 -0400
  • dedd5f4a12
    Minor bugfix. (#166) Tian Jin 2020-06-09 02:03:35 +0800
  • bb17fa965f
    Add AffineScope trait to KrnlIterateOp and enable affine-loop-fusion pass (#140) Tung D. Le 2020-06-08 16:36:27 +0900
  • cde1157d62
    Rapid check test (#141) Tian Jin 2020-06-08 10:18:55 +0800
  • e2e1fbfd3b
    Add type inference for CastOp (#156) Tung D. Le 2020-06-04 22:05:04 +0900
  • 2a1fe9e1e7
    Believe all errors now results in meaningful actions (#153) Alexandre Eichenberger 2020-06-01 13:55:19 -0400
  • 536a20695f
    Multi build - add build for IBM Systems Z and P (#157) Kevin O'Brien 2020-05-29 17:22:13 -0400
  • 20dd6544aa
    conv bug fix (#154) Alexandre Eichenberger 2020-05-27 19:34:58 -0400
  • 2b6befce87
    Fix importing variadic output (#152) Tung D. Le 2020-05-27 22:33:53 +0900
  • 4f8fd9d1bf
    Error fix3 (#145) Alexandre Eichenberger 2020-05-26 22:09:28 -0400
  • c20aa6980e
    Include link to project website. (#123) Tian Jin 2020-05-27 08:12:34 +0800
  • 028276ac0e
    Fix cruntime not existed (#149) Tung D. Le 2020-05-26 17:05:00 +0900
  • 5a542e78a0
    fix type inference (#144) chentong319 2020-05-25 21:54:19 -0400
  • 6099efd91b
    Express some basic features of an Operation in TableGen file (#103) chentong319 2020-05-21 22:03:16 -0400
  • df18efcb48
    Fix travis build (#142) Kevin O'Brien 2020-05-21 10:41:00 -0400
  • a270af5ce0
    Support model debugging (#138) Tian Jin 2020-05-21 13:02:48 +0800
  • be62d85a32
    Support onnx-mlir installation. (#139) Tian Jin 2020-05-21 11:03:06 +0800
  • a98c723b11
    save and check the version of ONNX operation (#125) chentong319 2020-05-20 13:48:45 -0400
  • ad61eee908
    Move to more recent LLVM commit ID (#131) Tung D. Le 2020-05-20 16:45:42 +0900
  • 5d85843be4
    Detect llvm-project commit change in utils/clone-mlir.sh and rebuild llvm-project (#132) gongsu832 2020-05-19 23:39:37 -0400
  • 661fa601ee
    add Github workflow to build the prereq Docker image for TravisCI build (#137) Kevin O'Brien 2020-05-19 15:48:47 -0400
  • c476f05a45
    Fix comment [NFC] (#134) Gheorghe-Teodor Bercea 2020-05-19 14:21:59 -0400
  • 463efb736d
    Fix name of intermediate file (#133) Gheorghe-Teodor Bercea 2020-05-19 12:28:09 -0400
  • 4cdc0873ca
    Call llc, ld from within onnx-mlir. (#127) Tian Jin 2020-05-19 10:15:48 +0800
  • 30a9070c8d
    Add TravisCI build using docker (#130) Kevin O'Brien 2020-05-18 10:24:05 -0400
  • 1d5adc555d
    Do not leave temporary files when invoking gen_doc.py. (#129) Tian Jin 2020-05-18 21:44:31 +0800
  • ade694a1e9
    Tabulate Build Status. (#122) Tian Jin 2020-05-15 19:51:14 +0800
  • 23bea50404
    Implement PadOp based on attribute promotion (#71) chentong319 2020-05-15 01:19:28 -0400
  • 4a68597417
    Fix elision error (#121) Gheorghe-Teodor Bercea 2020-05-14 19:45:15 -0400
  • 4d8b855c17
    Unify codes in shape inference and conversion (#98) Tung D. Le 2020-05-14 18:31:33 +0900
  • d65a6e72dd
    Specialize the op lowering logic for element-wise operations (#118) Tung D. Le 2020-05-14 14:00:15 +0900
  • 4dd3c809c7
    Support importing tensor proto. (#116) Tian Jin 2020-05-14 11:05:02 +0800
  • adc08fb93e
    Specify in linking stage, where runtime shared library is located. (#120) Tian Jin 2020-05-14 09:04:16 +0800
  • 7f2bffb27d
    [NFC] Set up clang-format Github Action (#119) Tian Jin 2020-05-13 22:37:51 +0800
  • 24343177b8
    Lower LSTMOp to Krnl dialect (#73) Tung D. Le 2020-05-13 22:08:06 +0900
  • 9a874007ce
    Implement shape inference for SplitOp (#95) Tung D. Le 2020-05-13 19:07:27 +0900
  • 7c29da191e
    import onnx ml operations as a separate dialect (#97) chentong319 2020-05-12 18:43:44 -0400
  • 41b595fc1e
    Enable Build on Windows again and Update CI badge (#115) Chun-Wei Chen 2020-05-12 08:00:19 -0700
  • da80e67bfe
    Add buildbot on Windows via Azure Pipeline (#107) Chun-Wei Chen 2020-05-07 21:18:40 -0700
  • 2625e178df
    Fix garbled filename output (#114) Kevin Wu 2020-05-07 13:07:47 -0500
  • de9e9edc4d
    implement shape inference for negate (#108) David Byrd 2020-05-06 17:42:43 -1000
  • 922b6b6c91
    Fix Transform cmake (#111) Tian Jin 2020-05-07 00:11:04 +0800
  • f5f336db08
    Fix running backend tests triggered by preloading cruntime dynamic library (#104) Gheorghe-Teodor Bercea 2020-05-04 08:37:58 -0400
  • e785a75705
    Makes the DynMemRef.h usable from C (#101) Miguel de Icaza 2020-04-30 02:54:19 -0400
  • 64ed03295f
    Fix converting type for functions with no argument (#96) Tung D. Le 2020-04-28 00:01:51 +0900
  • fad2ad7d03
    Make onnx-mlir work with latest mlir. (#93) Tian Jin 2020-04-27 17:03:56 +0800
  • 137ce767e6
    Rework output to improve readability of intermediate MLIR code. (#87) Gheorghe-Teodor Bercea 2020-04-24 16:15:36 -0400
  • 363ee26a52
    Update SharingWork.md (#92) Tung D. Le 2020-04-20 23:25:46 +0900
  • c567781fa3
    Add support for Windows using Visual Studio Compiler (#86) Byron Changuion 2020-04-19 07:11:24 -0700
  • eac2297624
    Lower MaxPooling and AveragePool to Krnl dialect using AffineMap (#38) Tung D. Le 2020-04-19 22:39:34 +0900
  • e32f531546
    Add the split marker to test files (#90) Tung D. Le 2020-04-16 16:17:27 +0900
  • 72de6eb004
    Fix check-onnx-backend build on x86 Linux. (#91) gongsu832 2020-04-16 02:38:52 -0400
  • 46ef7996f7
    Concat doc (#84) Alexandre Eichenberger 2020-04-14 08:45:00 -0400
  • d06dbfefdd
    Specify each lib only once; allow llvm build in shared libs mode. (#77) Tian Jin 2020-04-14 17:40:05 +0800
  • fa8962753c
    Concat lower (#82) Alexandre Eichenberger 2020-04-13 11:40:39 -0400
  • 81d8c5e2ea
    Fix documentation path issue. (#80) Tian Jin 2020-04-13 22:09:41 +0800
  • 3119aebb50
    fix the cmakefile (#81) chentong319 2020-04-11 04:03:41 -0400
  • caeaa390e2
    Bug fix, ensure krnl.iterate can lower in the degenerate case. (#78) Tian Jin 2020-04-10 23:27:00 +0800
  • 7dba324404
    Setup Documentation Page using Github Pages (#76) Tian Jin 2020-04-09 23:37:04 +0800
  • 4e66488ad3
    Change the name and signature of mapToLowerScalarOp (#67) Tung D. Le 2020-04-09 17:06:56 +0900
  • f4fefcf713
    Re-add tanh lowering (#75) Tung D. Le 2020-04-09 15:22:36 +0900
  • c9199c9061
    Programmatically ensure ONNX Dialect related generated files are up-to-date. (#58) Tian Jin 2020-04-08 15:00:34 +0800
  • f5bed72e13
    implement shape inference for concat (#74) Alexandre Eichenberger 2020-04-07 16:13:41 -0400
  • 37399fd8b8
    Update README.md (#72) Tian Jin 2020-04-07 15:00:49 +0800
  • 29e48add74
    Update progress in SharingWork.md (#61) Alexandre Eichenberger 2020-04-06 18:13:28 -0400
  • 8532a10614
    Fix input argument indexing error (#69) Gheorghe-Teodor Bercea 2020-04-06 11:35:17 -0400
  • 83eb15bfae
    Fix src/Dialect/ONNX/ONNXOps.td.inc (#68) Tung D. Le 2020-04-03 19:18:35 +0900
  • f16e79d744
    Emit constant tensors as global constants (#66) Gheorghe-Teodor Bercea 2020-04-01 13:51:06 -0400
  • b65e77305c
    Move to more recent LLVM commit ID (#64) Byron Changuion 2020-04-01 09:38:34 -0700
  • b422116f12
    clean operands using names provided by operandAdaptors (#56) Alexandre Eichenberger 2020-03-31 11:55:27 -0400
  • 844dcd8b1f
    Name change for tests, to be check-onnx-(lit | backend) (#62) Alexandre Eichenberger 2020-03-31 10:06:14 -0400
  • c8758545e7
    Import optional outputs as NoneType (#57) Tung D. Le 2020-03-31 10:21:18 +0900
  • 55cbe316fd
    Handle error shape inference (#47) chentong319 2020-03-30 11:22:55 -0400
  • 867406191f
    Replace SplitConvOpPattern by a declarative rewriting rule (#46) Tung D. Le 2020-03-30 15:23:14 +0900
  • bab2241b20
    Update ImportONNXDefs.md according to new changes in file name (#45) Tung D. Le 2020-03-27 01:10:54 +0900
  • 653fa69102
    Unify Conv implementation (#54) Alexandre Eichenberger 2020-03-26 11:03:19 -0400
  • 1777c07b1e
    [NFC] Reorganize main function. (#44) Gheorghe-Teodor Bercea 2020-03-24 13:48:54 -0400
  • ddff0f1256
    Fix a bug in createArrayAttribute (#43) Tung D. Le 2020-03-24 15:04:23 +0900
  • b3719d486b
    Make path relative to onnx-mlir project only (#40) Gheorghe-Teodor Bercea 2020-03-20 12:04:22 -0400
  • febee542ee
    [NFC] Breakdown CMake Build Scripts to Smaller Parts (#39) Tian Jin 2020-03-20 22:40:51 +0800
  • 0aafb3e72f
    [WIP][NFC]Rename files to llvm style (#35) Tian Jin 2020-03-19 16:48:09 +0800
  • 549af8f0b2
    Support attribute promotion. (#34) Tian Jin 2020-03-19 15:03:37 +0800
  • 2814ea3898
    Support dilations and enable the remaining e2e tests for MaxPoolSingleOut (#31) Tung D. Le 2020-03-18 22:55:50 +0900
  • 4763e8a8bc
    Lower ONNXAbsOp to Krnl dialect and enable e2e tests for ONNXReduceL1 (#18) Tung D. Le 2020-03-18 00:12:45 +0900