We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 595f94b commit c87a94bCopy full SHA for c87a94b
numba_dppy/dppy_rt.c
@@ -76,7 +76,6 @@ void usmarray_memsys_init(void) {
76
}
77
78
void * usmarray_get_ext_allocator(void) {
79
- printf("usmarray_get_ext_allocator %p\n", &usmarray_allocator);
80
return (void*)&usmarray_allocator;
81
82
0 commit comments