Do more. Code less. Free software for GPU computing.
<scroll to top>
Modules

Basics

Modules

 Create arrays from host or device data
 Create constant or random arrays
 

Generate constant or random values out on the device of specified type ty.


 Element-wise arithmetic
 Subscripted array indexing
 

Get or set part of an array.


 Array properties (dimensions, type, complexity, ...)
 Array manipulation (transpose, join, tile, shift, ...)
 Access or display array data
 Allocate and free memory
 Parallelized loops: gfor
 

Parallel loop iterations: gfor.


 Multi-GPU and device management
 Visualizing data
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines