From 1ca40f80530ff98c4330e98b66ca61f51cffede8 Mon Sep 17 00:00:00 2001 From: Ben Schreiber <bjschre2@illinois.edu> Date: Wed, 22 Jan 2020 21:59:28 -0600 Subject: [PATCH] Update test README --- hpvm/test/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hpvm/test/README.md b/hpvm/test/README.md index e709ef0419..94103affb6 100644 --- a/hpvm/test/README.md +++ b/hpvm/test/README.md @@ -22,9 +22,9 @@ TODO ## Pipeline ``` make TARGET={seq, gpu} - ./pipeline-{seq, gpu} datasets/big/input/formula1_scaled.mp4 + ./pipeline-{seq, gpu} datasets/formula1_scaled.mp4 ``` ## Your own project See `template/` for an example Makefile and config. -Include `visc.h` to use HPVM intrinsics, found in the `test/include/visc.h`. +Include `visc.h` to use HPVM C api functions, found in the `test/include/visc.h`. -- GitLab