gardenia icon indicating copy to clipboard operation
gardenia copied to clipboard

undefined reference to `BCSolver(Graph&, int, float*)'

Open zjin-lcf opened this issue 3 years ago • 1 comments

Could you please update the implementations when you can reproduce the following error ? Thanks.

make bc_ocl_base
g++ -Wall -fopenmp -O3 -std=c++11 -I../../include -I ../../cub main.o ocl_base.o verifier.o -o bc_ocl_base -lOpenCL
main.o: In function `main':
main.cc:(.text.startup+0x11a): undefined reference to `BCSolver(Graph&, int, float*)'

zjin-lcf avatar Dec 14 '20 04:12 zjin-lcf