Skip to content

Commit

Permalink
feat: Add intel-compute-runtime for Intel GPUs (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
zelikos authored Jun 3, 2024
1 parent 32dd96a commit 1a65844
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If you're less comfortable in the CLI, I recommend using the `setup.sh` script f

Currently, davincibox uses ROCm by default for AMD GPUs. However, [GPU support in ROCm is very limited](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/system-requirements.html#supported-gpus), and some users may have reported [issues](https://github.com/zelikos/davincibox/issues/65) when using it. Davincibox now also includes `mesa-libOpenCL`, and so `rusticl` can be tried as an alternative.

If you experience issues using ROCm and would like to test rusticl:
If you experience issues using ROCm and would like to [test rusticl](https://github.com/zelikos/davincibox/issues/72):

- **Make sure davincibox is [up-to-date](https://github.com/zelikos/davincibox?tab=readme-ov-file#upgrading)**
- Follow the davincibox setup instructions below as normal
Expand All @@ -34,6 +34,12 @@ If you experience issues using ROCm and would like to test rusticl:

If rusticl does work better for you and you would like to launch Resolve with rusticl automatically, you can also adjust the `DaVinciResolve.desktop` file in `$HOME/.local/share/applications`. Add `rusticl` to the end of the `Exec=` line, before `%u`. e.g. `Exec=/usr/bin/toolbox run -c davincibox /usr/bin/run-davinci rusticl %u`

### Intel

For Intel GPUs, the `intel-compute-runtime` package is included and used by default.

Like with AMD, `rusticl` is available to test as an alternative for Intel users. See the relevant instructions above.

### NVIDIA

NVIDIA users will need to install the `nvidia-container-toolkit`. If you are using a [Universal Blue](https://universal-blue.org/) image such as [Bluefin](https://projectbluefin.io/), this will already be installed. Otherwise, see [NVIDIA's installation guide](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html) for instructions for your distribution.
Expand Down
1 change: 1 addition & 0 deletions extra-packages
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ alsa-lib
apr
apr-util
dbus-libs
intel-compute-runtime
libglvnd-egl
libglvnd-glx
libICE
Expand Down

0 comments on commit 1a65844

Please sign in to comment.