Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
zjin-lcf opened this issue Dec 14, 2020 · 1 comment
Open

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

zjin-lcf opened this issue Dec 14, 2020 · 1 comment

Comments

@zjin-lcf
Copy link

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*)'
@chenxuhao
Copy link
Owner

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*)'

Hi,
The OpenCL code is not well maintained, since we mostly focus on CUDA and OpenMP implementations.
I will let you know when this issue gets fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants