Skip to content
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

Void linux install issue #50

Open
binarylinuxx opened this issue Dec 19, 2024 · 0 comments
Open

Void linux install issue #50

binarylinuxx opened this issue Dec 19, 2024 · 0 comments

Comments

@binarylinuxx
Copy link

###Environment

Hardware Description
GPU AMD Radeon RX 7600
CPU Intel i7-8700K (12 cores)
Software Version
OS Void Linux x86_64
ROCm N/A (not installed or errors during installation)
Python Python 3.13

###What is the expected behavior

  • ROCm OpenCL runtime should be installed successfully, enabling the use of OpenCL with the GPU.

###What actually happens

  • The installation process encounters errors, including issues with missing directories or source paths (e.g., /ROCm-OpenCL-Runtime not found).
  • The ROCm OpenCL runtime installation fails due to missing source directories during the cmake process.
  • There may be issues with paths or dependencies in the 31.rocm-opencl-runtime.sh build script.

###How to reproduce

  1. Clone the rocm-build repository:
    git clone https://github.com/xuhuisheng/rocm-build.git
    cd rocm-build
  2. Run the build script for the ROCm OpenCL runtime:
    sudo ./31.rocm-opencl-runtime.sh
  3. Encounter the following error during the build process:
    CMake Error: The source directory "/ROCm-OpenCL-Runtime" does not exist.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant