Skip to content

dpctl should generate C headers for use of dpctl Python objects with Python C-API #171

Closed
@oleksandr-pavlyk

Description

@oleksandr-pavlyk

Torch extensions are built in C++ with use of pybind11 (c.f. custom-c++-torch-extensions).

One may want to recognize and work with SyclQueue, SyclDevice, and SyclContext objects, which requires a header.

Cython allows for generation of such headers: https://stackoverflow.com/questions/5710441/call-cython-function-from-c

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions