Skip to content
Snippets Groups Projects
Commit ee7e67f4 authored by Abdul Rafae Noor's avatar Abdul Rafae Noor
Browse files

Replacing ApproxHPVM with HPVM in doc

parent 0c446fbf
No related branches found
No related tags found
No related merge requests found
...@@ -197,7 +197,7 @@ Consider the following leaf node function which performs a tensor convolution: ...@@ -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 .. code-block:: c
...@@ -235,7 +235,7 @@ codeGen(DFLeafNode* ) ...@@ -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. 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: Consider the following consecutive leaf nodes:
......
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