[tests] opencl/convolution: fix linking of libsimx.so
Fixes linker error by following suggestion of `/usr/bin/ld: warning: libsimx.so, needed by /scratch/hansung/src/vortex/driver/simx/libvortex.so, not found (try using -rpath or -rpath-link)`.
This commit is contained in:
6
tests/opencl/convolution/.depend
Normal file
6
tests/opencl/convolution/.depend
Normal file
@@ -0,0 +1,6 @@
|
||||
main.o: main.cpp \
|
||||
/scratch/hansung/build/vortex-toolchain-prebuilt/pocl/runtime/include/CL/cl.h \
|
||||
/scratch/hansung/build/vortex-toolchain-prebuilt/pocl/runtime/include/CL/cl_version.h \
|
||||
/scratch/hansung/build/vortex-toolchain-prebuilt/pocl/runtime/include/CL/cl_platform.h \
|
||||
utils.h
|
||||
utils.o: utils.cpp utils.h
|
||||
Reference in New Issue
Block a user