Search Criteria
Package Details: opencl-nvidia-beta 575.51.02-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/nvidia-utils-beta.git (read-only, click to copy) |
---|---|
Package Base: | nvidia-utils-beta |
Description: | OpenCL implemention for NVIDIA (beta version) |
Upstream URL: | https://www.nvidia.com/ |
Licenses: | LicenseRef-custom |
Conflicts: | opencl-nvidia |
Provides: | opencl-driver, opencl-nvidia |
Submitter: | None |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 348 |
Popularity: | 1.71 |
First Submitted: | 2008-08-19 21:42 (UTC) |
Last Updated: | 2025-04-19 12:09 (UTC) |
Dependencies (3)
- nvidia-utils-betaAUR
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- opencl-headers (opencl-headers-gitAUR) (optional) – headers necessary for OpenCL development
Required by (66)
- aftershotpro3 (requires opencl-nvidia) (optional)
- arrayfire-git (requires opencl-driver) (optional)
- bfgminer-git (requires opencl-driver) (optional)
- computecpp (requires opencl-driver)
- cpu-x-git (requires opencl-driver) (optional)
- crark (requires opencl-driver) (optional)
- cuda-10.2 (requires opencl-nvidia)
- cuda-11.1 (requires opencl-nvidia)
- cuda-11.7 (requires opencl-nvidia)
- cuda-8.0 (requires opencl-nvidia)
- cuda-9.0 (requires opencl-nvidia)
- cuda11.1 (requires opencl-nvidia)
- cuda11.4 (requires opencl-nvidia)
- cuda11.4-versioned (requires opencl-nvidia)
- cuda12.0 (requires opencl-nvidia)
- cuda12.0-versioned (requires opencl-nvidia)
- cytoscape (requires opencl-driver) (optional)
- davinci-resolve (requires opencl-driver)
- davinci-resolve-beta (requires opencl-driver)
- davinci-resolve-studio (requires opencl-driver)
- Show 46 more...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 24 Next › Last »
llamajacker commented on 2021-10-29 19:48 (UTC) (edited on 2021-10-29 19:50 (UTC) by llamajacker)
Hey there's a bug in your PKGBUILD on line 33:
's/(.).so./\1.so/'
Should be:
's/(.)\.so./\1.so/'
As it's matching any path that has "so" in it (like my arch username), instead of matching ".so" literally.
dbermond commented on 2021-10-29 17:24 (UTC)
@VitalyR Done.
VitalyR commented on 2021-10-27 18:40 (UTC)
Could you include libnvidia-vulkan-producer.so for nvidia's vulkan support? reference: https://bugs.archlinux.org/task/72560, https://github.com/NVIDIA/egl-wayland/issues/34#issuecomment-953094061. For now, I add this line to package_nvidia-utils-beta():
And add symlink:
This makes the driver works normally.
dbermond commented on 2021-10-14 21:33 (UTC)
@JDAturbo These config files are part of package egl-wayland, which is a dependency here, so they are not missed. I have already added '15_nvidia_gbm.json' to egl-wayland-git, and this file is most likely to be added to the repository egl-wayland package when it update to the 1.1.8 version. See also my previous comment about egl-wayland/egl-wayland-git.
dbermond commented on 2021-10-14 19:07 (UTC)
Note: gbm egl support requires egl-wayland 1.1.8. The repository egl-wayland is currently at version 1.1.7. Use egl-wayland-git if you need this feature until 1.1.8 reaches the official repositories.
dbermond commented on 2021-07-04 02:38 (UTC)
@ToadKing Implemented, thanks.
ToadKing commented on 2021-07-01 19:05 (UTC)
Can this package be updated to install the new
nvngx.dll
and_nvngx.dll
files for Proton DLSS support? It looks like they're only included in the full download, not the-no-compat32
one at the moment which is probably a bug since those files are 64-bit only.marcBarbier commented on 2021-06-25 19:47 (UTC)
8c8 < pkgver=470.42.01
```
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 24 Next › Last »