Linux
Cuda (Run & Devel)
MJSon
2017. 6. 2. 16:48
CUDA를 다운 받다보면 Runtime 버전이 있고 Devel 버전이 있다.
Run은
Runtime- lightweight image containing the bare minumum to deploy a pre-build application which uses CUDA
bare minimum이 핵심이다
Devel - > Devleopment
Devel extends the runtime image by adding the compiler toolchain, the debugging tools and the development files for the standra CUDA libraries. Use this image to compile a CUDA application from Sources
Compiler toolchain, the debugging tools, development file이 들어있는 파일이다.