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
The SyclProgram class is really very specific to Numba and does not really belong under dpctl. Although, having the ability create a kernel from source like CuPy can be useful. For now, let us move it out of sycl_core.pyx and directly inside dpctl into a sub-module called dpctl.program module.