-
Notifications
You must be signed in to change notification settings - Fork 74
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
use specific commit of amalgamate for single-header branch #2437
base: develop
Are you sure you want to change the base?
use specific commit of amalgamate for single-header branch #2437
Conversation
There are some files which has #include directive inside #ifdef directive like the file
|
@mehmetyusufoglu Do you know, why it is not working anymore? I checked the next commit and it is only adding test cases. Therefore it should also work. In general it is better to find out what was changed in the |
The error is introduced by a904e3255cf05a92d32036e636e21378a2681071, the second after the one i used to go back to solve the problem. It is quite long. I am trying to understand what is the reason introduced by this commit. |
I was already in fear that this PR introduced the problem :-( |
Ok, they restricted the #included file name search and file paths which includes "_" can not be detected. Hence #include file path which consists "_" can not found.
|
7c7e34b
to
632fb95
Compare
632fb95
to
8430f8b
Compare
This is a solution to issue #2431
Problem [Updated]
#include "alpaka/queue/cuda_hip/QueueUniformCudaHipRt.hpp"
Solution