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

make doesn't works #1

Open
benjaminlinken opened this issue May 30, 2018 · 0 comments
Open

make doesn't works #1

benjaminlinken opened this issue May 30, 2018 · 0 comments

Comments

@benjaminlinken
Copy link

Hi!
@mgharbi
When I run make in gradient_apps/gapps, the following errors occurred:

Generator conv2d_forward
src/conv2d_forward.hl.cxx: In member function ‘void gradient_apps::Conv2dForwardGenerator::generate()’:
src/conv2d_forward.hl.cxx:18:7: error: ‘SimpleAutoscheduleOptions’ was not declared in this scope
SimpleAutoscheduleOptions options;
^
src/conv2d_forward.hl.cxx:18:33: error: expected ‘;’ before ‘options’
SimpleAutoscheduleOptions options;
^
src/conv2d_forward.hl.cxx:19:7: error: ‘options’ was not declared in this scope
options.gpu = get_target().has_gpu_feature();
^
src/conv2d_forward.hl.cxx:43:16: error: ‘simple_autoschedule’ was not declared in this scope
options);
^
make: *** [build/conv2d_forward] Error 1

How can we solve this problem?

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

1 participant