-
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
GitLab CI: set alpaka_DEBUG
#2133
base: develop
Are you sure you want to change the base?
Conversation
@@ -287,6 +288,11 @@ def job_variables(job: Dict[str, Tuple[str, str]]) -> Dict[str, str]: | |||
variables["ALPAKA_CI_CMAKE_VER"] = job[CMAKE][VERSION] | |||
variables["ALPAKA_BOOST_VERSION"] = job[BOOST][VERSION] | |||
|
|||
if job[BUILD_TYPE][VERSION] == CMAKE_DEBUG: | |||
variables["alpaka_DEBUG"] = 2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is also alpaka_DEBUG = 1
. Or is this enabled somewhere else?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we want to test both, I need to add the alpaka debug variable to the parameter set of the job generator. Or extend the BUILD_TYPE
type to CMAKE_DEBUG1
and CMAKE_DEBUG2
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the parameter set would be the best fit here.
Please rebase, I think you are missing my PR that fixed one of the bugs: #2127 |
0636d67
to
a49b74d
Compare
@bernhardmgruber I rebased. But there is still the problem with the heavy job output. |
@SimeonEhrig thx! I don't have a quick solution ready and unfortunately no time the next days. Let's discuss this in the next alpaka VC. |
@SimeonEhrig let's think about this after the release! |
@SimeonEhrig Is this PR outdated or should it be finished? |
fixes: #2130