Skip to content

Latest commit

 

History

History

cython

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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, cimport dpctl.memory as c_dpm, or cimport dpctl.tensor as c_dpt 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.