Giter Club home page Giter Club logo

Comments (4)

amcamd avatar amcamd commented on June 20, 2024

@ckendrick Thank you for reporting this error and a special thanks for providing a workaround. We will reply to this issue when the workaround is implemented to fix the hipBLAS build on an NVIDIA machine with hip 4.5.

from hipblas.

daineAMD avatar daineAMD commented on June 20, 2024

Hi @ckendrick,

I'm trying to reproduce the issue that you're seeing, and I was wondering if you could help. What are the exact steps did you took to install HIP 4.5 on your machine? Is ROCm installed as well?

from hipblas.

ckendrick avatar ckendrick commented on June 20, 2024

Hi @daineAMD, thanks for your response! Here are the steps I took to install HIP 4.5 on my machine:

  1. Install the CUDA Toolkit by following the steps under the ".deb (local)" option for Ubuntu 20.04.
  2. Follow the Installation Guide to setup the ROCm repo:
wget -q -O - https://repo.radeon.com/rocm/rocm.gpg.key | sudo apt-key add -
echo 'deb [arch=amd64] https://repo.radeon.com/rocm/apt/debian/ ubuntu main' | sudo tee /etc/apt/sources.list.d/rocm.list
sudo apt-get update
  1. HIP was installed with sudo apt install hip-dev hip-runtime-nvidia
  2. Some tools seem to rely on /opt/rocm/, so I created a symbolic link from /opt/rocm-4.5.0/: sudo ln -s /opt/rocm-4.5.0/ /opt/rocm
  3. /opt/rocm/bin/ was added to my path in ~/.bashrc: export PATH="/opt/rocm/bin/:$PATH"

The ROCm stack is not fully installed (amdgpu drivers, dkms modules, etc), but the above steps do result in the rocm-core package being installed. I think this is all that should be required based on reading the HIP installation for NVIDIA guide.

Let me know if you need any more information!

from hipblas.

daineAMD avatar daineAMD commented on June 20, 2024

This should be resolved in #434 which will make it into a future release. Thank you @ckendrick for letting us know about this issue and having a fix ready.

from hipblas.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.