Search Criteria
Package Details: opencl-nvidia-vulkan 455.50.07-1
Git Clone URL: | https://aur.archlinux.org/nvidia-vulkan.git (read-only, click to copy) |
---|---|
Package Base: | nvidia-vulkan |
Description: | OpenCL implemention for NVIDIA |
Upstream URL: | https://developer.nvidia.com/vulkan-driver |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | jcstryker |
Maintainer: | jcstryker |
Last Packager: | jcstryker |
Votes: | 27 |
Popularity: | 0.24 |
First Submitted: | 2018-06-23 01:17 |
Last Updated: | 2021-02-15 17:11 |
Dependencies (5)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git)
- libglvnd (libglvnd-git) (make)
- linux (linux-surfacepro3-git, linux-aarch64-rock64-bin, linux-ec2, linux-galliumos, linux-zest-git, linux-lts49-kallsyms, linux-bootsplash, linux-odroid, linux-phicomm-n1) (make)
- linux-headers (linux-surfacepro3-git-headers, linux-aarch64-rock64-bin-headers, linux-ec2-headers, linux-galliumos-headers, linux-zest-git-headers, linux-lts49-kallsyms-headers, linux-bootsplash-headers, linux-fbcondecor-headers, linux-ck-fbcondecor-headers, linux-odroid-headers, linux-phicomm-n1-headers) (make)
- opencl-headers (opencl-headers-git) (optional) – headers necessary for OpenCL development
Required by (56)
- aftershotpro2 (requires opencl-nvidia) (optional)
- aftershotpro3 (requires opencl-nvidia) (optional)
- butterflow (requires opencl-nvidia) (optional)
- caffe-opencl-git (requires opencl-driver)
- cgminer-gpu (requires opencl-nvidia) (optional)
- computecpp (requires opencl-driver)
- cuda-10.0 (requires opencl-nvidia)
- cuda-10.1 (requires opencl-nvidia)
- cuda-10.2 (requires opencl-nvidia)
- cuda-11.0 (requires opencl-nvidia)
- cuda-7.0 (requires opencl-nvidia)
- cuda-7.5 (requires opencl-nvidia)
- cuda-8.0 (requires opencl-nvidia)
- cuda-9.0 (requires opencl-nvidia)
- cuda-9.1 (requires opencl-nvidia)
- cuda-9.2 (requires opencl-nvidia)
- cuda11.1 (requires opencl-nvidia)
- davinci-resolve (requires opencl-driver)
- davinci-resolve-beta (requires opencl-driver)
- davinci-resolve-studio (requires opencl-driver)
- davinci-resolve-studio-beta (requires opencl-driver)
- foldingathome (requires opencl-driver) (optional)
- foldingathome-beta (requires opencl-driver) (optional)
- futhark-nightly (requires opencl-driver) (optional)
- gpu_burn-git (requires opencl-nvidia)
- gr-fosphor (requires opencl-driver)
- gromacs (requires opencl-nvidia) (optional)
- gromacs-2019-complete (requires opencl-nvidia) (optional)
- gromacs-2020-complete (requires opencl-nvidia) (optional)
- gromacs-plumed (requires opencl-nvidia) (optional)
- kristforge-bin (requires opencl-driver) (optional)
- kristforge-git (requires opencl-driver) (optional)
- lc0 (requires opencl-driver)
- lczero-nvidia-git (requires opencl-nvidia)
- leela-zero (requires opencl-driver)
- leela-zero-git (requires opencl-driver)
- luxcorerender (requires opencl-driver) (optional)
- luxcorerender-git (requires opencl-driver) (optional)
- luxmark (requires opencl-driver)
- mandelbulber2-opencl-git (requires opencl-nvidia)
- mfakto (requires opencl-driver)
- mtsieve (requires opencl-driver)
- nvidia-docker-1.0.1 (requires opencl-nvidia) (optional)
- nvidia-vulkan-utils (optional)
- preconf-intel-nvidia-prime-render-offloading-common (requires opencl-nvidia)
- python-pyfai (requires opencl-driver)
- python-silx (requires opencl-driver) (optional)
- scallion (requires opencl-nvidia) (optional)
- sgminer (requires opencl-nvidia) (optional)
- sgminer-gm (requires opencl-nvidia) (optional)
- siftgpu (requires opencl-nvidia) (optional)
- silentarmy-nvmod-git (requires opencl-nvidia)
- viennacl (requires opencl-nvidia) (optional)
- visual-sfm (requires opencl-nvidia) (optional)
- vramfs-git (requires opencl-driver)
- zivid (requires opencl-driver)
Latest Comments
1 2 3 4 5 6 ... Next › Last »
damachine commented on 2021-02-17 03:07
hello build with new 5.11 Kernel fails because "modules not found" mkinitcpio.
Estebanium commented on 2020-08-18 20:04
@mr4ffe: You need to issue two commands:
Have a look at your modules folder to get the right versioning. This workaround is also described one page before here. Tested on Manjaro
mr4ffe commented on 2020-08-17 14:14
When installing I get:
and this command:
returns:
Only solution I could find searching around the web was a this comment on Reddit but it's for Gentoo and not Manjaro. :(
sburt commented on 2020-06-25 20:57
I'm trying to compile this with Manjaro but I'm getting Errors.
Any suggestions on modifications I should be making?
Leeo97one commented on 2020-06-20 00:28
The
.SRCINFO
is not up to date.Grimish commented on 2020-06-13 00:10
Functioned until today on 5.7.2-2.
Getting ‘set_memory_array_uc’. Appears to very much be the kernel.
EDIT & Clipped!
Had more time to review posts and after reading mistertux post it works as stated. To simplify, Add the patch to the PKGBUILD. There is already a 5.6 patch so follow that and its simple to do. Here is a summary: Add 3 lines to the PKGBUILD file.
Under 'Source' ADD: 'kernel-5.7.patch::https://gitlab.com/snippets/1965550/raw'
Under 'sha512sum' ADD:'a010fc217ace313350aca05e3225c328ca98d5ce636d3742fc7a9e353e9af8d9cdd5424bee6dadbe57c8c0cb58f1f204129bf8ac25848256053cae31c286b8cd'
Under 'prepare' ADD: patch -p1 -i '../kernel-5.7.patch'
Compiled packages and packages installed fine! Thanks all
mistertux commented on 2020-06-08 21:55
This can be installed on the 5.7 kernels with the patch on gitlab, Download the snapshot, add the kernel-5.7.patch, and update the PKGBUILD, build and reinstall. This worked just fine for me. Thanks for supplying everyone with this package. The patch can be found here https://gitlab.com/snippets/1965550 and also https://forums.developer.nvidia.com/t/nvidia-440-82-kernel-5-7-patch/125815 Cheers
rtentser commented on 2020-06-05 11:48
Can't build after upgrading to some testing packages. Probably, kernel's fault (5.7).
Yes, why? nvidia-dkms blocks the installation.
Leeo97one commented on 2020-04-26 13:23
Why does the
nvidia-vulkan-dkms
package conflict withnvidia
and not withnvidia-dkms
?caffe1neadd1ct commented on 2020-04-25 18:50
Freezing while using PRIME Sync and vsync enabled caused by alt-tabbing out of a window has now been fixed: https://forums.developer.nvidia.com/t/hangs-freezes-when-vulkan-v-sync-vk-present-mode-fifo-khr-is-enabled/67751/24