Skip to content

Commit 5c70791

Browse files
committed
Add ExecutionSpace subclass enums to pk namespace
1 parent 1d20c6b commit 5c70791

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pykokkos/interface/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@
5959
)
6060
from .execution_space import (
6161
ExecutionSpace,
62+
DeviceExecutionSpace,
63+
HostParallelExecutionSpace,
64+
HostSerialExecutionSpace,
6265
ExecutionSpaceInstance,
6366
is_host_execution_space,
6467
)

0 commit comments

Comments
 (0)