-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flatpak: add support for OpenCL (HPC)
It is possible to use GPU acceleration via OpenCL within flatpak: - https://gitlab.com/freedesktop-sdk/freedesktop-sdk/-/issues/1535 - flathub/com.openwall.John#13 (comment) However, it's not clear what is actually needed for this to work (poor documentation? or I'm failing to find it?). - what is the minimum required to run `cl-info` inside a flatpak? HPC (high performance computing) using GPU is very important to us. NVIDIA is the target at the moment. Our community does not have suitable hardware with CUDA installed to use/test this PR. => Note: Review/Revert/Improve: . Should I also add org.freedesktop.Platform.HIP.Nvidia? . Is the `add-extensions:` necessary or useful? I want to enable NVIDIA support but allow poor people (like me) to continue using flatpak, e.g., for CPU formats. . Test when possible: ``` + "--socket=x11", + "--device=all" ``` Signed-off-by: Claudio André <[email protected]>
- Loading branch information
1 parent
6206c67
commit 6ca51a1
Showing
6 changed files
with
74 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters