Skip to content

Commit bb754c8

Browse files
committed
Update repo for latest vaccel version.
1 parent 6549253 commit bb754c8

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22

33
This is a helper repo to accomodate
44
https://github.com/nubificus/vaccel-tutorials.
5+
6+
Set the vAccel installation path on the `VACCEL_INSTALL_PATH` variable in the `app/Makefile`.

app/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
CC=gcc
44
LD=gcc
55
CFLAGS=-Wall
6-
VACCEL_INSTALL_PATH=/ #Add here the <path> of vaccel meson setup --prefix option
6+
#Add here the <path> of vaccel meson setup --prefix option
7+
VACCEL_INSTALL_PATH=
78
VACCEL_CFLAGS=-I${VACCEL_INSTALL_PATH}/include
89
VACCEL_LDFLAGS=-L${VACCEL_INSTALL_PATH}/lib/x86_64-linux-gnu -lvaccel -ldl
910
VADD_LDFLAGS=-L${PWD}/opencl_examples/build/vector_add -lvector_add

vaccelrt

Submodule vaccelrt deleted from 12f8280

0 commit comments

Comments
 (0)