Commit Graph

  • 31116ec3c2
    Merge pull request #18 from clang-ykt/matmul-shape Gheorghe-Teodor Bercea 2020-01-27 13:01:52 -0500
  • b450a763d1 Change variable names to use rank. Add aditional check for scalars. Doru Bercea 2020-01-27 12:08:23 -0500
  • 3f5c543782
    Merge branch 'master' into matmul-shape Gheorghe-Teodor Bercea 2020-01-27 11:37:40 -0500
  • 95cf939c5c
    Fix end-to-end tests. (#52) Gheorghe-Teodor Bercea 2020-01-27 11:35:45 -0500
  • c74f814f64 Add attributes as operation parameters (#45) chentong319 2020-01-27 10:09:14 -0500
  • 696da50d2a
    Merge branch 'master' into matmul-shape Gheorghe-Teodor Bercea 2020-01-24 15:53:02 -0500
  • 383a5c31ac Support Softplus and Softsign operations (#17) Yasushi Negishi 2020-01-24 13:18:38 +0900
  • 07d28769d3 Merge remote-tracking branch 'origin/master' into matmul-shape Doru Bercea 2020-01-23 11:53:53 -0500
  • 0ee7380edd
    Merge pull request #43 from clang-ykt/enable-reciprocal Gheorghe-Teodor Bercea 2020-01-23 10:43:18 -0500
  • 0ae8a0f23c
    Merge branch 'master' into enable-reciprocal Gheorghe-Teodor Bercea 2020-01-22 17:53:28 -0500
  • e64c63b07e
    Merge pull request #41 from clang-ykt/infer-conv Gheorghe-Teodor Bercea 2020-01-22 17:49:01 -0500
  • 7dda698e7e Add test with dilations and auto padding set to SAME_UPPER. Doru Bercea 2020-01-22 16:40:33 -0500
  • 68efd21064 Fix dilation formula in the code. Doru Bercea 2020-01-22 16:34:59 -0500
  • 050d7d277d Fix test. Doru Bercea 2020-01-22 16:12:09 -0500
  • 1784ec2314 Fix reference error. Doru Bercea 2020-01-22 16:09:19 -0500
  • 0bc07ef661 Merge remote-tracking branch 'origin/master' into matmul-shape Doru Bercea 2020-01-22 15:29:09 -0500
  • 94391a3cde Add comment. Doru Bercea 2020-01-22 15:05:56 -0500
  • ea45cbcca9 Add support for dilations attribute and add tests. Doru Bercea 2020-01-22 14:40:10 -0500
  • de77758faf Fix kernel dimensions. Doru Bercea 2020-01-22 10:10:06 -0500
  • 169236a8fc Handle SAME_LOWER and SAME_UPPER. Doru Bercea 2020-01-21 20:39:11 -0500
  • ec9e023f04 Add shape inference method. Doru Bercea 2020-01-20 18:50:21 -0500
  • 3fe0f2e735 Fix operand type access. Doru Bercea 2020-01-20 15:46:15 -0500
  • ab8e2f9a1b Add verifier to check for required attributes. Doru Bercea 2020-01-20 11:16:27 -0500
  • ff0e25fdc9 Re-enable Reciprocal tests. Tian Jin 2020-01-21 19:41:22 -0700
  • 51b0f4c9dd
    Chentong319 attribute with variant (#25) Tian Jin 2020-01-21 19:36:21 -0700
  • 0231bb83a2
    Properly link with ZLIB. (#40) Tian Jin 2020-01-21 11:08:16 -0500
  • e89e51699b Lowering softmax (#14) Tung D. Le 2020-01-21 11:57:32 +0900
  • 0aaab0d2d2
    Merge pull request #35 from clang-ykt/perm-transpose Gheorghe-Teodor Bercea 2020-01-20 15:53:14 -0500
  • 6b55bb43c7 Fix operand type access. Doru Bercea 2020-01-20 15:48:16 -0500
  • bd44d8402e Add verifier function for checking negative perms. Doru Bercea 2020-01-20 14:46:54 -0500
  • f0b484c0bc Add test for transpose with permutation. Doru Bercea 2020-01-14 10:37:05 -0500
  • 9d1078540d Transpose using perm attribute. Doru Bercea 2020-01-13 18:08:19 -0500
  • 8665ecd998
    Enable e2e tests (#29) Tian Jin 2020-01-20 12:30:08 -0500
  • a87f01747a
    Merge branch 'master' into matmul-shape Gheorghe-Teodor Bercea 2020-01-15 18:03:03 -0500
  • c2d31c0b78
    Merge pull request #32 from clang-ykt/fix-conv Gheorghe-Teodor Bercea 2020-01-15 18:01:41 -0500
  • d895670656
    Merge branch 'master' into fix-conv Gheorghe-Teodor Bercea 2020-01-15 17:56:57 -0500
  • 2ea0724e4d
    Merge pull request #33 from clang-ykt/fix-gemm Gheorghe-Teodor Bercea 2020-01-15 17:56:43 -0500
  • deb7a7c4bb
    Merge branch 'master' into matmul-shape Gheorghe-Teodor Bercea 2020-01-15 17:51:13 -0500
  • 969459ddcb
    Merge branch 'master' into fix-conv Gheorghe-Teodor Bercea 2020-01-15 17:50:36 -0500
  • 514cbcb1dc
    Merge branch 'master' into fix-gemm Gheorghe-Teodor Bercea 2020-01-15 17:50:15 -0500
  • b50fc1fdeb
    Merge pull request #34 from clang-ykt/fix-maxpool Gheorghe-Teodor Bercea 2020-01-15 17:49:50 -0500
  • a1b44905e2 Add documentation for handling optional arguments. Doru Bercea 2020-01-15 17:06:14 -0500
  • 3f6efdf4a4 Fix MaxPool translation to ONNX dialect. Doru Bercea 2020-01-15 15:16:45 -0500
  • d2a90e2923 Remove references to FullGemm. Doru Bercea 2020-01-15 14:27:21 -0500
  • a42fdd08f3 Fix Gemm translation to ONNX dialect. Doru Bercea 2020-01-15 14:11:32 -0500
  • 67ec9e9009 Fix convolution translation to MLIR. Doru Bercea 2020-01-15 13:26:50 -0500
  • fc352745e0 Make last argument of conv variadic. Doru Bercea 2020-01-14 11:17:52 -0500
  • 36475ac509 Code clean-up. Doru Bercea 2020-01-10 15:27:37 -0500
  • e091825896 Add check for matrix size match for 1 and 2 dimenisional cases. Doru Bercea 2020-01-10 15:26:29 -0500
  • da0e9b01b1 Fix 1 and 2 dimensional cases. Add test for 1 and 2 dimensional combinations. Doru Bercea 2020-01-10 15:16:45 -0500
  • 642f77abed Add additional dynamic dimension. Doru Bercea 2020-01-10 15:02:47 -0500
  • 95ebf3e23a Add test for multypling stacks of matrices. Doru Bercea 2020-01-10 15:00:56 -0500
  • ae966cdee9 Add tests for matrices and stack of matrices combinations. Doru Bercea 2020-01-10 14:56:01 -0500
  • a5f1d39c20 Add tests for matrices and stack of matrices combinations. Doru Bercea 2020-01-10 14:55:54 -0500
  • 6478c88cdc Add test for all one dimensional case. Doru Bercea 2020-01-10 14:36:02 -0500
  • 96551ef71e Fix conditions. Doru Bercea 2020-01-10 12:30:12 -0500
  • a3995b61e7 Add support for shape broadcast. Doru Bercea 2020-01-10 12:27:34 -0500
  • 38bffee619 Add support for broadcasting left matrix. Doru Bercea 2020-01-10 11:34:26 -0500
  • d176b84506 Add support for broadcasting right matrix. Doru Bercea 2020-01-10 11:22:41 -0500
  • 170296b7c6 Add special case for 1-D matrix multiplication. Doru Bercea 2020-01-09 15:30:57 -0500
  • deef363309
    Use a more compatible way to locate python interpreter executable. (#28) Tian Jin 2020-01-13 21:52:54 -0500
  • 22a6bdc574
    Sync with latest MLIR. (#26) Tian Jin 2020-01-13 12:21:29 -0500
  • f384e3187e
    Update README.md (#23) Tian Jin 2020-01-13 11:40:51 -0500
  • 1ebcc2eb64
    [RFC] Doc-check utility. (#12) Tian Jin 2020-01-09 18:35:52 -0500
  • 7607edefe9
    Merge pull request #11 from clang-ykt/naive-transpose Gheorghe-Teodor Bercea 2020-01-09 14:07:44 -0500
  • 151f4f8c44 Add the default shape inference for the transposition operation. Doru Bercea 2020-01-07 14:48:01 -0500
  • caeba371fb
    Merge pull request #15 from tungld/tanh_cos_log Tian Jin 2020-01-08 15:48:58 -0500
  • edcd506dde
    Merge branch 'master' into tanh_cos_log Tung D. Le 2020-01-08 13:39:24 +0900
  • 5bc0967175
    Merge pull request #13 from tungld/get_float_for_constants Tian Jin 2020-01-07 23:31:52 -0500
  • 44ec333dfa Update test cases Tung D. Le 2020-01-08 13:11:57 +0900
  • 3d4ad52011 Rewrite tanh using TanhOp, add log, cos Tung D. Le 2020-01-08 12:11:21 +0900
  • becb2add4a Do not get float attributes with fixed precision Tung D. Le 2020-01-07 17:39:34 +0900
  • 322002f509
    Merge pull request #9 from clang-ykt/use-mlir-in-llvm-project Tian Jin 2020-01-06 16:14:27 -0500
  • 38e7d2d068 Update LLVM_SRC, LLVM_BUILD env vars to LLVM_PROJ_SRC, LLVM_PROJ_BUILD since MLIR is now parallel to LLVM in llvm-project repository. Tian Jin 2020-01-06 15:59:19 -0500
  • 56e8c4c147 Pass MAKEFLAGS explicitly to CMake. Tian Jin 2019-12-31 14:13:02 -0500
  • 12b51339cd Add quotation marks to debug. Tian Jin 2019-12-31 14:01:18 -0500
  • 5c5efd142f Try setting Makeflags within installation scripts to debug. Tian Jin 2019-12-31 13:51:42 -0500
  • 706ff24d33 1. Remove quotes from strings in yaml file for better consistency. 2. Use MAKEFLAGS env variable to limit build parallelism so that mlir installation script remains clean. Tian Jin 2019-12-31 13:28:26 -0500
  • c4b990aed8 1. Simplify CircleCI build scripts. 2. Refactor mlir installation script to a standalone shell script. Tian Jin 2019-12-31 01:45:32 -0500
  • b63b6bfd99 Limit build parallelism because CI is running out of memory. Tian Jin 2019-12-30 22:57:51 -0500
  • 41b82556d6 Use new MLIR installation script. Tian Jin 2019-12-30 22:52:16 -0500
  • 0582846864 Transition to value-typed Value, rename Value* -> Value, in accordance with upstream MLIR style change. Tian Jin 2019-12-30 22:42:13 -0500
  • 33f988e18a Update CMake build script. Tian Jin 2019-12-30 21:27:33 -0500
  • 5b389384ca
    Merge pull request #7 from clang-ykt/setup-buildbot Tian Jin 2019-12-24 04:07:15 -0500
  • f873a87922 nit Tian Jin 2019-12-24 04:01:53 -0500
  • 2c8b1361a1 add minimum documentation Tian Jin 2019-12-24 03:59:48 -0500
  • d7a85cd7fa remove uncessary checks Tian Jin 2019-12-24 03:49:56 -0500
  • 2ef0f67859 revert unnecessary changes Tian Jin 2019-12-24 03:43:47 -0500
  • eadf33d816 explicit ordering among operands Tian Jin 2019-12-24 03:36:33 -0500
  • 44f9f8324c use tanh op Tian Jin 2019-12-24 03:31:19 -0500
  • 9eeb48addb more debug Tian Jin 2019-12-24 03:25:07 -0500
  • 9281f82181 fix build Tian Jin 2019-12-24 03:15:49 -0500
  • 17ecc53bbc dbueg Tian Jin 2019-12-24 03:07:01 -0500
  • 4eb95b2373 fix onnf build Tian Jin 2019-12-24 03:00:54 -0500
  • e4f95e2540 show all test results Tian Jin 2019-12-24 02:55:42 -0500
  • 7e72bd3885 switch to lit test Tian Jin 2019-12-24 02:50:08 -0500
  • 58c2f6de00 fix link Tian Jin 2019-12-24 02:46:14 -0500
  • c55020f6b6 fix build script Tian Jin 2019-12-24 02:29:28 -0500
  • b55387ae72 see what onnx-opt output is Tian Jin 2019-12-24 02:24:09 -0500
  • 37853cb61b remove tanh test Tian Jin 2019-12-24 02:22:48 -0500