美文网首页
cuda runtime和devel的区别

cuda runtime和devel的区别

作者: 深度学习dlai | 来源:发表于2018-12-10 15:08 被阅读0次

Description

CUDA images come in three flavors and are available through the NVIDIA public hub repository.

  • base: starting from CUDA 9.0, contains the bare minimum (libcudart) to deploy a pre-built CUDA application.
    Use this image if you want to manually select which CUDA packages you want to install.
  • runtime: extends the base image by adding all the shared libraries from the CUDA toolkit.
    Use this image if you have a pre-built application using multiple CUDA libraries.
  • devel: extends the runtime image by adding the compiler toolchain, the debugging tools, the headers and the static libraries.
    Use this image to compile a CUDA application from sources.

链接:https://github.com/NVIDIA/nvidia-docker/wiki/CUDA

相关文章

网友评论

      本文标题:cuda runtime和devel的区别

      本文链接:https://www.haomeiwen.com/subject/kuorhqtx.html