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
arrayfunbuiltin with GPU-aware semantics. - gather
- MATLAB-compatible
gatherbuiltin with provider-aware semantics. - gpuarray
- MATLAB-compatible
gpuArraybuiltin that uploads host data to the active accelerator. - gpudevice
- MATLAB-compatible
gpuDevicebuiltin with provider-aware semantics. - gpuinfo
- MATLAB-compatible
gpuInfobuiltin that formats the active GPU device metadata. - pagefun
- MATLAB-compatible
pagefunbuiltin.