From ee7e67f427153f88f47af6d29d7e73d7d81e0f16 Mon Sep 17 00:00:00 2001 From: Abdul Rafae Noor <arnoor2@tyler.cs.illinois.edu> Date: Thu, 8 Apr 2021 17:02:53 -0500 Subject: [PATCH] Replacing ApproxHPVM with HPVM in doc --- hpvm/docs/developerdocs/backend-passes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hpvm/docs/developerdocs/backend-passes.rst b/hpvm/docs/developerdocs/backend-passes.rst index ea740656b1..7cfff37e6f 100644 --- a/hpvm/docs/developerdocs/backend-passes.rst +++ b/hpvm/docs/developerdocs/backend-passes.rst @@ -197,7 +197,7 @@ Consider the following leaf node function which performs a tensor convolution: } -3. The rest of the pass can be viewed as a dictionary mapping from ApproxHPVM intrinsics representing tensor operations such as convolutions to their corresponding CuDNN functions. +3. The rest of the pass can be viewed as a dictionary mapping from HPVM intrinsics representing tensor operations such as convolutions to their corresponding CuDNN functions. .. code-block:: c @@ -235,7 +235,7 @@ codeGen(DFLeafNode* ) --------------------- While the pass is generic, we only support `TENSOR_TARGET` (this hint implies HPVM nodes with tensor operations) nodes for fusion. -Additionally each leaf node is first identified as being a valid HPVM tensor node (i.e. contains ApproxHPVM intrinsics as the first intrinsic). +Additionally each leaf node is first identified as being a valid HPVM tensor node (i.e. contains HPVM intrinsics as the first intrinsic). Consider the following consecutive leaf nodes: -- GitLab