Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 786 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 786 Bytes

GPU

Demonstrate how to interrogate and use GPU on OS platforms.

Ref: docker_examples/A2_gpu

Terminology

  • CUDA - Compute Unified Device Architecture
  • OpenCL - Open Computing Language
  • METAL - Apple's GPU API
  • Vulkan - Vulkan is a modern, cross-platform graphics and compute API.

Systems

MACOS.md
LINUX.md

Resources

  • Open Computing Language OpenCL here
  • CUDA Zone here
  • Metal here
  • Vulkan here
  • MIG - Multi instance GPU here