Skip to content
Snippets Groups Projects
Commit 569820ff authored by hsharif3's avatar hsharif3
Browse files

Update Changes.md

parent 0ecdfa61
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
...@@ -11,14 +10,14 @@ ...@@ -11,14 +10,14 @@
* /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