Skip to content

Commit 9fcdeeb

Browse files
committed
fix merge
1 parent 8ae1236 commit 9fcdeeb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cuda_core/cuda/core/experimental/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
from cuda.core.experimental._event import EventOptions
88
from cuda.core.experimental._launcher import LaunchConfig, launch
99
from cuda.core.experimental._linker import Linker, LinkerOptions
10-
from cuda.core.experimental._memory import Mempool, ObjectCode
10+
from cuda.core.experimental._memory import Mempool
11+
from cuda.core.experimental._module import ObjectCode
1112
from cuda.core.experimental._program import Program, ProgramOptions
1213
from cuda.core.experimental._stream import Stream, StreamOptions
1314
from cuda.core.experimental._system import System

0 commit comments

Comments
 (0)