Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 428 Bytes

File metadata and controls

8 lines (5 loc) · 428 Bytes

Examples of data-parallel Python extensions written in Cython

The dpctl package provides Cython definition files for types it defines.

Use cimport dpctl as c_dpctl or cimport dpctl.memory as c_dpm to use these definitions.

Cython definition fille dpctl.sycl provides incomplete definitions of core SYCL runtime classes as well as conversion routine between SyclInterface reference types and SYCL runtime classes.