-
Notifications
You must be signed in to change notification settings - Fork 76
Add CI jobs with alpaka_DEBUG=2
#2130
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
Comments
I will fix it. When I created the job generator, I was not aware about the cmake flag. |
Thx a lot! It could be that this causes some tests to become very noisy, so we may need to have a look at the logs, whether this is still managable. |
Your are right: https://gitlab.com/hzdr/crp/alpaka/-/jobs/5021535754 Do you have an idea to handle it? |
Well, we could have a discussion whether anything but the 4th line here is meaningful to anyone:
and just reduce the amount of output. Especially all simple queries like But in general, we should just have very little CI runs with |
If I add the |
MAybe we should think about adding debug lvl 3 where all entries and exits of alpaka functions will be visible and disable this for debug lvl 2. |
But then we will need CI jobs for |
FYI in debug mode with the CUDA back-end I see: 93% tests passed, 2 tests failed out of 30
Total Test time (real) = 316.42 sec
The following tests FAILED:
3 - mandelbrotTest (ILLEGAL)
4 - matMulTest (ILLEGAL) Both the tests failed with : 'cudaErrorLaunchOutOfResources': 'too many resources requested for launch'!` |
Actual yes and no. It only tests, if a |
The |
Currently, all (but one analysis) Debug CI jobs run with
alpaka_DEBUG=0
. This means, that extra debugging code is never tested by the CI. We should add at least a few CI runs testing different debug levels.The text was updated successfully, but these errors were encountered: