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

More special treatment for implementations in CMakeLists.txt #20

Open
illuhad opened this issue Jan 28, 2020 · 0 comments
Open

More special treatment for implementations in CMakeLists.txt #20

illuhad opened this issue Jan 28, 2020 · 0 comments

Comments

@illuhad
Copy link
Collaborator

illuhad commented Jan 28, 2020

We should:

  • Add -march=native when compiling with hipSYCL for CPU. Unlike ComputeCpp+OpenCL CPU backend, hipSYCL cannot do runtime compilation, so it's important to optimize when compiling. This may also be relevant for Intel SYCL and ComputeCpp if we want to also benchmark their host fallbacks.
  • Define TRISYCL preprocessor macro when compiling for triSYCL, so that we can add some workarounds in the code.
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