gpuArray

GPU Acceleration

Upload a CPU matrix to GPU memory. Returns a GPUTensor handle. First call is async (GPU init); subsequent calls are sync.

Syntax

G = gpuArray(A)

Examples

A = randn(1000, 1000); G = gpuArray(A)
▶ Run

See Also

Try SimLab — Free MATLAB® Alternative

466 functions. Runs in your browser. No install.

Open SimLab

Stay Updated

Get notified about new simulations and tools. We send 1-2 emails per month.