Skip to content

Instantly share code, notes, and snippets.

View danisojo's full-sized avatar
🙆‍♂️
no way

Daniel Sojo danisojo

🙆‍♂️
no way
  • Catalonia
  • 16:26 (UTC +02:00)
View GitHub Profile
@kytulendu
kytulendu / install-opencl-amd.sh
Last active April 24, 2024 17:34
A shell script to install AMDGPU-PRO OpenCL driver.
#!/bin/bash
# This script will install AMDGPU-PRO OpenCL and Vulkan support.
#
# For Ubuntu and it's flavor, just install the package using this command
# in extracted driver directory instread.
#
# ./amdgpu-pro-install --opencl=legacy,pal --headless --no-dkms
#
# For Arch Linux or Manjaro, use the opencl-amd or rocm-opencl-runtime on AUR instread.