From 569820ffe970a4f3ea0d4ed59b12cabb8ef3ff13 Mon Sep 17 00:00:00 2001 From: hsharif3 <hsharif3@illinois.edu> Date: Mon, 7 Dec 2020 13:56:20 -0600 Subject: [PATCH] Update Changes.md --- llvm/projects/hpvm-tensor-rt/docs/Changes.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/llvm/projects/hpvm-tensor-rt/docs/Changes.md b/llvm/projects/hpvm-tensor-rt/docs/Changes.md index 4247938b6c..cc8e4e6f03 100644 --- a/llvm/projects/hpvm-tensor-rt/docs/Changes.md +++ b/llvm/projects/hpvm-tensor-rt/docs/Changes.md @@ -1,8 +1,7 @@ - # Header Files Needing Modification - llvm/include/IR/IntrisicsVISC.td - * Add intrinsics here + * Add Tensor intrinsics here - bechmarks/common/include/visc.h - Benchmarks header * Include tensor intrinsic declarations @@ -11,14 +10,14 @@ * /include/SupportVISC/DFG2LLVM.h * /include/SupportVISC/VISCUtils.h * /include/SupportVISC/VISCHint.h -* + # Passes Needing Modification - GenVISC - * Handle Tensor Intrinsics + * Handle Tensor Intrinsics * Add Declarations for Intrinsic Functions called (at top) * Modify runOnModule to include rules for functions -> intrinsics @@ -35,7 +34,7 @@ ** Changes needed: - Modify paths to tensor_runtime.ll -- Use `hpvm' instead of `visc' intrinsics +- Use "hpvm" instead of "visc" intrinsics # Projects to Move -- GitLab