Used for performing a one-off evaluation of a set of operations.
If you are planning to operate the same set of operations multiple times, but with different variables assignments, then you should construct a CUDAPlan.
The operations to be evaluated.
A set of optional variable assignments.
The result of evaluating ops.
See Implementation
Used for performing a one-off evaluation of a set of operations.
If you are planning to operate the same set of operations multiple times, but with different variables assignments, then you should construct a CUDAPlan.