You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. installation script copies backends/include/* into dpctl/
2. Use MANIFEST.in to include dpctl/include and dpctl/libDPPL*Inteface.* into
installation layout
3. Added dpctl.get_include() function to provide location of includes
needed to build extension linked to dpCtl
4. Provide dpctl/__init__.pxd allowing to do `cimport dptcl` to access
relevant entities like dpctl.SyclQueue, etc.
0 commit comments