@@ -12,7 +12,7 @@ The ``hpvm/test`` directory holds all tests in HPVM and is organized as follows:
This folder just contains the test fixtures and the test files to run.
The actual test cases live under ``${project_root}/hpvm/projects/hpvm-tensor-rt/tests/``.
* ``hpvm_c_dnn/`` contains the HPVM-C version of ten (10) DNN benchmarks supported by ApproxHPVM. Each subfolder contains a DNN with 2 versions (2 ``.cpp`` files):
* ``hpvm_c_dnn/``: contains the HPVM-C version of ten (10) DNN benchmarks supported by ApproxHPVM. Each subfolder contains a DNN with 2 versions (2 ``.cpp`` files):
the ``tensor``-targeted version which compiles to ``tensor_runtime``,
and the ``cudnn``-targeted version which compiles to operators in ``cuDNN``