| 1859 | "GPU kernel execution. Useful for testing slice handling after re-allocation."; |
| 1860 | |
| 1861 | static PyObject *module_to_device(PyObject *self, PyObject *strs_obj) { |
| 1862 | if (!try_swap_to_unified_allocator(strs_obj)) return NULL; |
| 1863 | |
| 1864 | Py_INCREF(strs_obj); |
| 1865 | return strs_obj; |
| 1866 | } |
| 1867 | |
| 1868 | static void stringzillas_cleanup(PyObject *m) { |
| 1869 | sz_unused_(m); |
nothing calls this directly
no test coverage detected
searching dependent graphs…