sciGPGPU >> sciGPGPU
sciGPGPU
- gpgpu_getToolboxPath — Return the path where is installed this toolbox.
- gpuAdd — Perform the sum between two matrix.
- gpuAlloc — Create a matrix in GPU memory with non-deterministic
values
- gpuApplyFunction — Execute a kernel.
- gpuBuild — Compile a file using Cuda or OpenCL language.
- gpuClone — Duplicate a matrix stored in GPU memory.
- gpuComplex — Create a complex with two real matrix.
- gpuDeviceInfo — Display infos of GPU device.
- gpuDeviceMemInfo — Return the quantity of free memory on GPU.
- gpuDotMult — Perform the elementwise product between two matrix.
- gpuDoubleCapability — Return the double capability of gpu.
- gpuExit — Free the context.
- gpuExtract — Extract a part of GPU matrix.
- gpuFFT — Perform the fast fourier transform of matrix.
- gpuFree — Free memory space allocated by a matrix in GPU
memory.
- gpuGetData — Retrieve a matrix stored in GPU memory, and convert it to
Scilab's matrix.
- gpuInit — Initialise the Context.
- gpuInsert — Insert data in a part of GPU matrix.
- gpuInterp — Cubic spline evaluation function.
- gpuInterp2d — Bicubic spline (2d) evaluation function.
- gpuKronecker — Perform the Kronecker multiplication between two matrix.
- gpuLoadFunction — Load a kernel created with Cuda/OpenCL and compiled with gpuBuild function.
- gpuMatrix — Reshape a vector or a matrix to a different size.
- gpuMax — Find the Maximum value of a matrix or between two matrix.
- gpuMin — Find the Minimum value of a matrix or between two matrix.
- gpuMult — Perform the product between two matrix.
- gpuNdgrid — Arrays for multidimensional function evaluation on grid.
- gpuNorm — Compute the norm of matrix.
- gpuOnes — Create a matrix of 1.
- gpuSetData — Upload a Scilab matrix to the GPU memory
- gpuSize — Retrieve the size of matrix stored in GPU memory.
- gpuSplin2d — Bicubic spline gridded 2d interpolation
- gpuSubtract — Perform the subtraction between two matrix.
- gpuSum — Perform the sum of a matrix.
- gpuTranspose — Perform the transpose of one matrix.
- gpuUseCuda — Allow to switch between Cuda and OpenCL if possible.
- isGpuPointer — Return if the pointer is a GPU pointer or not.