GEVAL
From Jacket Wiki
Back to Function List, Jacket Basics
Evaluate computation and leave results on GPU
Usage
| Jacket for M Language | |||||||||||
| Supported Syntax | |||||||||||
GEVAL(A); % performs computation A and leaves result out on the GPU. GEVAL(A,B,C,...); % performs multiple computations. |
|||||||||||
|
|||||||||||
Notes
GEVAL is used for debugging and benchmarking only and can easily slow down your code. Please remove any instances of this in production code. Its typically only useful in timing short snippets of code where you want to be sure that an expression or variable has been evaluated before calling GSYNC and TOC.