diff --git a/hpvm/test/README.md b/hpvm/test/README.md index e709ef04195c90e0f91c2a4b4a4b1d2f0b716d1f..94103affb668afc29d32e52d85d0d60182bd16d8 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`.