SymbolicCUDACalculateKernelIndex[dim] is a symbolic representation of a CUDA kernel index calculation.
SymbolicCUDAKernelIndex[dim] is a symbolic representation of a CUDA kernel index call.
SymbolicCUDAThreadIndex[dim] is a symbolic representation of a CUDA kernel thread index call.
Introduction Library Structure and Life Cycle Interaction with Mathematica
BeginNETBlock[] and EndNETBlock[] are equivalent to the NETBlock function, except that they work across a larger span than the evaluation of a single expression.
DoNETModal[form] displays the specified .NET form in the foreground and does not return until the form window is closed.DoNETModal[form, expr] evaluates expr just before the ...
EndNETBlock[] and a preceding BeginNETBlock are equivalent to the NETBlock function, except that they work across a larger span than the evaluation of a single expression.
SymbolicOpenCLBlockDimension[dim] is a symbolic representation of an OpenCL kernel block dimension call.
SymbolicOpenCLBlockIndex[dim] is a symbolic representation of an OpenCL kernel block index call.
SymbolicOpenCLCalculateKernelIndex[dim] is a symbolic representation of an OpenCL kernel index calculation.