Skip to content
Snippets Groups Projects
Commit 76a76cea authored by Hashim Sharif's avatar Hashim Sharif
Browse files

merging

parents cef579bf c5bd9985
No related branches found
No related tags found
No related merge requests found
# Header Files Needing Modification # Header Files Needing Modification
- llvm/include/IR/IntrisicsVISC.td - llvm/include/IR/IntrisicsVISC.td
* Add intrinsics here - Add Tensor intrinsics here
- bechmarks/common/include/visc.h - Benchmarks header - bechmarks/common/include/visc.h - Benchmarks header
* Include tensor intrinsic declarations - Include tensor intrinsic declarations
- Header files for "PROMISE_TARGET" and "CUDNN_TARGET" Hints - Header files for "PROMISE_TARGET" and "CUDNN_TARGET" Hints
* /include/SupportVISC/DFG2LLVM.h - /include/SupportVISC/DFG2LLVM.h
* /include/SupportVISC/VISCUtils.h - /include/SupportVISC/VISCUtils.h
* /include/SupportVISC/VISCHint.h - /include/SupportVISC/VISCHint.h
*
# Passes Needing Modification # Passes Needing Modification
- GenVISC - GenVISC
* Handle Tensor Intrinsics * Handle Tensor Intrinsics
* Add Declarations for Intrinsic Functions called (at top) * Add Declarations for Intrinsic Functions called (at top)
* Modify runOnModule to include rules for functions -> intrinsics * Modify runOnModule to include rules for functions -> intrinsics
...@@ -35,7 +34,7 @@ ...@@ -35,7 +34,7 @@
** Changes needed: ** Changes needed:
- Modify paths to tensor_runtime.ll - Modify paths to tensor_runtime.ll
- Use `hpvm' instead of `visc' intrinsics - Use "hpvm" instead of "visc" intrinsics
# Projects to Move # Projects to Move
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment