CUDAInformation[] queries information on all CUDA devices detected.CUDAInformation[dev] queries information on CUDA dev.CUDAInformation[dev, prop] queries prop on CUDA dev.
In some cases, such as in a cluster environment, the machine may be run in headless mode, that is, not starting the GUI server (such as X). The operating system may ...
OpenCLMemoryAllocate[t, len] allocates a new one-dimensional list of type t returning OpenCLMemory.OpenCLMemoryAllocate[t, {d_1, d_2, ...}] allocates a new list of dimensions ...
Google.com is a well-known web search engine. Google has made a web service available that allows developers to interface with their search engine within their own ...
Mathematica has over 3000 built-in functions and other objects, all based on a single unified framework, and all carefully designed to work together, both in simple ...
This example illustrates how to take advantage of Widget["Action"] objects and easily connect and construct typical user interface elements, such as menu items, toolbars, ...
GraphPlot functionality is now available in the newly added built-in Mathematica kernel functions GraphPlot and LayeredGraphPlot. GraphPlot3D is now available as the newly ...
ZTransform[expr, n, z] gives the Z transform of expr. ZTransform[expr, {n_1, n_2, ...}, {z_1, z_2, ...}] gives the multidimensional Z transform of expr.
OpenCLMemoryLoad[list] loads list into OpenCLMemory manager, returning an OpenCLMemory.OpenCLMemoryLoad[list, type] loads list with specified type into OpenCLMemory manager, ...
OpenCLLink allows you to use the Mathematica language to query OpenCL system information and execute OpenCL programs using Mathematica. In this section, an overview is ...