Skip to content
86 changes: 43 additions & 43 deletions cuda_bindings/pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cuda_core/cuda/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
finally:
del bindings, importlib, subdir, cuda_major, cuda_minor

from cuda.core import system, utils
from cuda.core import managed_memory, system, utils
from cuda.core._device import Device
from cuda.core._event import Event, EventOptions
from cuda.core._graph import (
Expand Down
1 change: 1 addition & 0 deletions cuda_core/cuda/core/_memory/_buffer.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ cdef struct _MemAttrs:
int device_id
bint is_device_accessible
bint is_host_accessible
bint is_managed


cdef class Buffer:
Expand Down
Loading
Loading