Skip to content

Latest commit

 

History

History
65 lines (53 loc) · 3.95 KB

File metadata and controls

65 lines (53 loc) · 3.95 KB

Examples

This page links to the cuda.bindings examples shipped in the cuda-python repository. Use it as a quick index when you want a runnable sample for a specific API area or CUDA feature.

Introduction

Concepts and techniques

CUDA features

Libraries and tools

Advanced and interoperability

  • iso_fd_modelling.py runs isotropic finite-difference wave propagation across multiple GPUs with peer-to-peer halo exchange.
  • jit_program.py JIT-compiles a SAXPY kernel with NVRTC and launches it through the Driver API.