gibad.blogg.se

Amdgpu
Amdgpu










An interface for compiling and running kernels written in Julia through LLVM's AMDGPU backend.An interface for working with the HSA runtime API, necessary for launching compiled kernels and controlling the GPU.This package contains everything necessary to program for AMD GPUs in Julia, including:

amdgpu

Julia support for programming AMD GPUs is currently provided by the AMDGPU.jl package.

  • Gentoo - Check Portage for the rocr-runtime package and justxi's rocm repo for unofficial ROCm package ebuilds.Įven though you don't need HIP to use Julia on AMDGPU, it might be wise to make sure that you can build and run simple HIP programs to ensure that your ROCm installation works properly before trying to use it from Julia.
  • Arch Linux - See the rocm-arch repository or the slightly older PKGBUILDs in the AUR.
  • Even though the only platforms officially supported by AMD are certain versions of Ubuntu, CentOS, RHEL, and SLES, there are options to install ROCm on other Linux distributions, including: For more information, consult the official installation guide. A quick way to verify this is to check the output of rocminfo. ROCm works solely on Linux and no plans to support either Windows or macOS have been announced by AMD.Ī necessary prerequisite to use this Julia package is to have a working ROCm stack installed.

    amdgpu

    ROCm (short for Radeon Open Compute platforM) is AMD's open-source GPU computing platform, supported by most modern AMD GPUs ( detailed hardware support) and some AMD APUs. For a much more gentle introduction to GPGPU with Julia consult the well-written CUDA.jl documentation. This documentation assumes that you are familiar with the main concepts of GPU programming and mostly describes the specifics of running Julia code on AMD GPUs.












    Amdgpu