-
Notifications
You must be signed in to change notification settings - Fork 47
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
Consider to drop -Werror for tests/configs pulling external APIs/frameworks #783
Comments
So, the problem here is that we use @hfp I would say, for the moment, please ignore this problem. |
@hfp , you can also add |
I'll take a look and get back. |
Hi @alazzaro, @hfp, I see the following message in the ROCm docs:
Are these functions necessary in DBCSR? Or could we replace them with equivalent hipDevice* functionality? |
Thanks @gsitaram I have no idea how to answer to your question... |
@alazzaro , could you point me to all the functions that DBCSR is using but is deprecated now? Is there an error report from CI that I could refer to? |
Oh, oh, I didn't pay much attention... #810 is related to CUDA... https://github.com/cp2k/dbcsr/actions/runs/9636368793/job/26574254231 Search for "deprecated and may"... |
in principle CMake should be adding header files from external packages with |
moving our docker image to use a tagged upstream and then use something like the pre-commit bot to scan the images periodically might be a better method? |
Are your comments meant for this issue? |
yes, but it seems I omitted some part: by passing the include dirs for external API/frameworks with |
As we pull latest bits/dependencies into tests, our CI is prone to break automatically. For example, some recent ROCm deprecation seems to cause warnings (turned into errors). This may be wanted but if not,
-Werror
may be disabled for certain configs.The text was updated successfully, but these errors were encountered: