Alfio Lazzaro

Results 115 comments of Alfio Lazzaro

So, the problem here is that we use `FROM rocm/dev-ubuntu-22.04:latest` which moved from ROCM 6.0.1 to 6.1.0 and now some HIP functions are deprecated... I wonder if we should set...

@hfp , you can also add `-Wno-error=deprecated-declarations` for the moment...

Thanks @gsitaram I have no idea how to answer to your question... I spent some time to understand how to replace them, but I cannot get it from the AMD...

> @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...

Oh, oh, I didn't pay much attention... https://github.com/cp2k/dbcsr/issues/810 is related to CUDA... Then, for rocm, the deprecated functions are: https://github.com/cp2k/dbcsr/actions/runs/9636368793/job/26574254231 Search for "deprecated and may"...