evaluateCUDA

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.

  1. Buffer[] evaluateCUDA(Operation[] ops, Buffer[Operation] args)
    evaluateCUDA
  2. Buffer evaluateCUDA(Operation op, Buffer[Operation] args)

Parameters

ops Operation[]

The operations to be evaluated.

args Buffer[Operation]

A set of optional variable assignments.

Return Value

Type: Buffer[]

The result of evaluating ops.

Meta