You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 10, 2023. It is now read-only.
We are currently trying to run hipcl on our test base: https://github.com/jz10/hip-test_suite
Most simple examples are fine, and auto-tools build systems can also be configured without too much issues.
Problems start arising when trying to build CMake based projects. The FindHIP.cmake of hipcl file seems to have diverged quite a bit from what HIP proposes nowadays: https://github.com/ROCm-Developer-Tools/HIP/blob/main/cmake/FindHIP.cmake
In most cases this causes cmake to crash when a macro like hip_add_executable is missing, or reject hipcl:
The following configuration files were considered but not accepted:
/soft/compilers/hipcl/master-202010107/lib/hipcl/cmake/hip-config.cmake, version: unknown
As I already mentioned, I am no CMake expert so I don't feel confident adequately solving those issues. Nonetheless, it seems like a worthwhile investment, as hipcl is becoming increasingly stable, using it with bigger projects seems the likely next step.