GPU Requirements

Either a CUDA (12 or later) or an OpenCL driver (1.2 or later) for the GPU is necessary to use Zivid.

  • For Windows, the driver is usually installed together with the graphics driver: NVIDIA, Intel.

  • For Linux, install the GPU driver for your backend: see About GPU for installing the NVIDIA driver (CUDA backend) or the OpenCL driver.

Follow the instructions on how to check whether you have OpenCL. For the CUDA backend, check that nvidia-smi reports an NVIDIA driver that supports CUDA 12 or later.

A dedicated GPU gives the best performance with Zivid. It is also the best choice if the GPU will be used for more than Zivid’s computations. A medium to high-end NVIDIA GPU with at least 3 GB of memory is required for optimal performance. This is the preferred solution for Zivid.

Requirements:

  • NVIDIA GPUs must have compute capability higher than a minimum required value of 3.3. This applies to both the CUDA and the OpenCL backend. If this requirement is not fulfilled, the SDK will throw an exception:

    NVIDIA 컴퓨팅 장치의 compute capability X.Y가 최소 필수 compute capability 3.3(또는 최소 필수 SM 버전은 3.3입니다. 장치에 버전 X.Y가 있음)보다 낮습니다.

    NVIDIA GPU 및 해당 compute capability에 대한 개요는 https://developer.nvidia.com/cuda-gpus 에서 찾을 수 있습니다.

Recommendations:

  • 데스크탑용 NVIDIA GeForce GTX 1060 이상

  • 노트북용 NVIDIA GeForce MX150 이상

    조심

    SDK 2.10부터 Ubuntu 18.04에 대한 지원이 종료되었습니다. 이전 SDK 버전에 대한 Ubuntu 18.04 지침을 보려면 왼쪽 상단 모서리에서 기술 자료 버전을 변경하십시오.

This is the most cost-efficient solution for Zivid. The benefit of an integrated GPU is that the data transfer from GPU to CPU is fast. It is also beneficial for applications that require low power consumption, e.g., battery-powered mobile platforms. A high-end integrated GPU with at least 3 GB of memory available is required for optimal performance.

Recommendations:

  • HD630 이상의 Intel i7

    조심

    SDK 2.10부터 Ubuntu 18.04에 대한 지원이 종료되었습니다. 이전 SDK 버전에 대한 Ubuntu 18.04 지침을 보려면 왼쪽 상단 모서리에서 기술 자료 버전을 변경하십시오.

저전력 소비가 필요한 애플리케이션에 CPU with integrated GPU 를 사용을 추천합니다. 예: battery powered mobile platforms with cameras.

Version History

SDK

Changes

2.18.0

Added support for the CUDA compute backend for NVIDIA GPUs.

2.11.0

AMD는 더 이상 권장되지 않습니다. SDK에서 공식 지원이 종료되었습니다. Enable Unsupported Compute Device for Zivid Software 을 참조하세요.

2.10.0

Ubuntu 18.04 지원이 종료되었습니다.