8000 Default HIP_PATH does not work with ROCm >= 6.0 · Issue #1624 · ginkgo-project/ginkgo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Default HIP_PATH does not work with ROCm >= 6.0 #1624
Closed
@lahwaacz

Description

@lahwaacz

Bumping issue from #1529 (comment):

hip_path.cmake still defaults to /opt/rocm/hip for HIP_PATH which does not work with ROCm 6.0:

set(HIP_PATH "/opt/rocm/hip" CACHE PATH "Path to which HIP has been installed")

Furthermore, hip.cmake has a code path where $ENV{HIP_PATH}/.. is used for `ROCM_PATH:

set(ROCM_PATH "$ENV{HIP_PATH}/.." CACHE PATH "Path to which ROCM has been installed")

It would be nice if Ginkgo could auto-detect ROCm version and use the correct paths for 6.0 by default 😉

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0