Module gpu

Module gpu 

Source
Expand description

Acceleration builtins: gpuArray, gather, gpuDevice, gpuInfo.

These builtins provide explicit GPU array support using the runmat-accelerate-api provider interface. If no provider is registered, calls will return an error.

Modulesยง

arrayfun
MATLAB-compatible arrayfun builtin with GPU-aware semantics.
gather
MATLAB-compatible gather builtin with provider-aware semantics.
gpuarray
MATLAB-compatible gpuArray builtin that uploads host data to the active accelerator.
gpudevice
MATLAB-compatible gpuDevice builtin with provider-aware semantics.
gpuinfo
MATLAB-compatible gpuInfo builtin that formats the active GPU device metadata.
pagefun
MATLAB-compatible pagefun builtin.