| applyTo |
|
|---|
See dpctl/AGENTS.md for full conventions.
# distutils: language = c++
# cython: language_level=3
# cython: linetrace=Truecimportfor C-level,importfor Python-level- Store C refs as
_*_ref, clean up in__dealloc__with NULL check - Use
with nogil:for blocking C operations