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.
- gpuDeviceInfo — Display infos of GPU device.
- gpuDeviceMemInfo — Return the quantity of free memory on GPU.
- gpuDoubleCapability — Return the double capability of gpu.
- gpuExit — Free the context.
- 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.
- gpuInterp — Cubic spline evaluation function.
- gpuInterp2d — Cubic spline (2d) evaluation function.
- gpuLoadFunction — Load a kernel created with Cuda/OpenCL and compiled with gpuBuild function.
- gpuMax — Find the Maximum value of matrix.
- gpuMin — Find the minimum value of matrix.
- gpuMult — Perform the product between two matrix.
- gpuNorm — Compute the norm of matrix.
- gpuSetData — Upload a Scilab matrix to the GPU memory
- gpuSize — Retrieve the size of matrix stored in GPU memory.
- 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.