Skip to content

Commit

Permalink
nvidia_current: Install libnvidia-ptxjitcompiler.so.390.87
Browse files Browse the repository at this point in the history
This is needed by pygpu to run `pygpu.test()`.

For whatever reason, it still does not find the compiler.

    GpuArrayException: cuLinkCreate: CUDA_ERROR_JIT_COMPILER_NOT_FOUND: PTX
JIT compiler library not found
  • Loading branch information
pmenzel committed Dec 12, 2018
1 parent ec9dad8 commit 265a71c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ mee_install() {
"libnvidia-glcore.so.${PKGVERSION}"
"libnvidia-ml.so.${PKGVERSION}"
"libnvidia-opencl.so.${PKGVERSION}"
"libnvidia-ptxjitcompiler.so.${PKGVERSION}"
"tls/libnvidia-tls.so.${PKGVERSION}"
"libnvidia-wfb.so.${PKGVERSION}"
"libvdpau_nvidia.so.${PKGVERSION}"
Expand Down

0 comments on commit 265a71c

Please sign in to comment.