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

OCL inclusions in pipeline.hpp #2

Open
fa-vio opened this issue Jan 25, 2018 · 2 comments
Open

OCL inclusions in pipeline.hpp #2

fa-vio opened this issue Jan 25, 2018 · 2 comments
Assignees

Comments

@fa-vio
Copy link

fa-vio commented Jan 25, 2018

pipeline.hpp:38
inclusion #include <ff/ocl/clEnvironment.hpp> should be within

#if defined(FF_OPENCL)

#endif

pipeline.hpp:414
the code

 if (fftree_ptr->hasOpenCLNode()) {
     // setup openCL environment
     clEnvironment::instance();
  }

should be within

#if defined(FF_OPENCL)

#endif
@mdrocco mdrocco self-assigned this Jan 25, 2018
@jdgarciauc3m
Copy link
Contributor

I created pull-request #5 for this one.

@mdrocco
Copy link
Contributor

mdrocco commented Feb 28, 2018

Temporarily resolved by c2ab105.
Investigation is needed to understand why this is necessary.

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

No branches or pull requests

3 participants