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

Replace RAJA_COMPILER_XXX with compiler-specific defines #140

Closed
davidbeckingsale opened this issue Oct 27, 2016 · 3 comments
Closed

Replace RAJA_COMPILER_XXX with compiler-specific defines #140

davidbeckingsale opened this issue Oct 27, 2016 · 3 comments

Comments

@davidbeckingsale
Copy link
Member

Don't detect and hardcode the compiler in CMake, since these defines are used in headers by the user code.

This subsumes issue #102

@willkill07
Copy link
Member

Are there any parts of the API that would break by using one compiler to build RAJA and another compiler to use it (note: I'm assuming binary compatibility with compilers here -- focus is primarily on feature loss)

@davidbeckingsale
Copy link
Member Author

In terms of feature loss, I don't think there will be any. The biggest problem would be libRAJA being compiled with nvcc vs. a host compiler.

@trws
Copy link
Member

trws commented Aug 19, 2017

This has been done, closing.

@trws trws closed this as completed Aug 19, 2017
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