История изменений
Исправление fehhner, (текущая версия) :
40Мб доставил. Насчёт этой куды, у меня сомнения
The kernel module and CUDA «driver» library are shipped in
nvidia
andopencl-nvidia
. The «runtime» library and the rest of the CUDA toolkit are available incuda
.
Я как понимаю, сам одноимённый пакет для разработки только нужен и кучу сорцов и примеров тянет:
Development
The cuda package installs all components in the directory /opt/cuda. For compiling CUDA code, add /opt/cuda/include to your include path in the compiler instructions. For example this can be accomplished by adding -I/opt/cuda/include to the compiler flags/options. To use nvcc, a gcc wrapper provided by NVIDIA, just add /opt/cuda/bin to your path.
Исходная версия fehhner, :
40Мб доставил. Насчёт этой куды, у меня сомнения
The kernel module and CUDA «driver» library are shipped in
nvidia
andopencl-nvidia
. The «runtime» library and the rest of the CUDA toolkit are available in cuda.
Я как понимаю, сам одноимённый пакет для разработки только нужен и кучу сорцов и примеров тянет:
Development
The cuda package installs all components in the directory /opt/cuda. For compiling CUDA code, add /opt/cuda/include to your include path in the compiler instructions. For example this can be accomplished by adding -I/opt/cuda/include to the compiler flags/options. To use nvcc, a gcc wrapper provided by NVIDIA, just add /opt/cuda/bin to your path.