diff --git a/docs/source/dev/backends.rst b/docs/source/dev/backends.rst index 71b31a24cded..e3c21b1609b2 100644 --- a/docs/source/dev/backends.rst +++ b/docs/source/dev/backends.rst @@ -360,7 +360,9 @@ The following tables list the functions available in the `CUDA Runtime API (queue, extents1D) | + +----------------------------+--------------------------------------------------------------------------------------------+ | cudaMallocHost | alpaka::allocMappedBuf(host, extents) 1D, 2D, 3D supported! | +----------------------------+--------------------------------------------------------------------------------------------+ | cudaMallocManaged | -- |