Tung D. Le
4e66488ad3
Change the name and signature of mapToLowerScalarOp ( #67 )
...
* Revise mapToLowerScalarOp()
* Update TanhOp
Co-authored-by: Tian Jin <tjingrant@gmail.com>
2020-04-09 16:06:56 +08:00
Byron Changuion
b65e77305c
Move to more recent LLVM commit ID ( #64 )
...
* Move to more recent LLVM commit ID
* Update LLVM cache version from V9 to V10
* Update to latest LLVM commit id from master, roll back conditions in util scripts
* Update circlci LLVM cache tag to ensure ci updates builds with latest LLVM commit id
* Update README.md to have matching LLVM commit id
* Update doc/Dialtects/onnx.md
2020-04-01 12:38:34 -04:00
Alexandre Eichenberger
b422116f12
clean operands using names provided by operandAdaptors ( #56 )
...
* clean operands using names provided by operandAdaptors
* reverted changes that were erronerous, from Tung's comment
* clang format issues
2020-03-31 11:55:27 -04:00
Tian Jin
0aafb3e72f
[WIP][NFC]Rename files to llvm style ( #35 )
...
* Change naming style for builder directory.
* Change naming style for conversion folder.
* Fix case sensitivity issue.
* Fix missing onnx header onnx_pb.h issue.
* Rename files in Conversion to llvm style.
* Rename files in Dialect to llvm style.
* Path fix.
* Rename files in Pass to llvm style.
* Rename files in Runtime to llvm style.
* Rename files in Tool to llvm style.
* Rename files in Transform to llvm style.
* Change comments about filenames.
* Fix case.
* Rename interface directory to use llvm file naming convention.
2020-03-19 16:48:09 +08:00