You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cuda::memory::host::register() currently takes 3 flags:
register_mapped_io_space,
map_into_device_space,
make_device_side_accessible_to_all
(the latter has a typo in the implementation name)
... but recently, it seems there is a new, fourth possible flags: CU_MEMHOSTREGISTER_READ_ONLY. We should add support for it, depending on the CUDA version.
The text was updated successfully, but these errors were encountered:
The
cuda::memory::host::register()
currently takes 3 flags:(the latter has a typo in the implementation name)
... but recently, it seems there is a new, fourth possible flags:
CU_MEMHOSTREGISTER_READ_ONLY
. We should add support for it, depending on the CUDA version.The text was updated successfully, but these errors were encountered: