Skip to content

Commit f3f407f

Browse files
committed
import memory, program, and utils
means dpctl.memory, .program, and .utils can always resolve
1 parent 8dca526 commit f3f407f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dpctl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import os
2828
import os.path
2929

30-
from . import _init_helper
30+
from . import _init_helper, memory, program, utils
3131
from ._device_selection import select_device_with_aspects
3232
from ._sycl_context import SyclContext, SyclContextCreationError
3333
from ._sycl_device import (

0 commit comments

Comments
 (0)