evaluateCUDA

A convenience overload that evaluates a single operation and returns a single Buffer.

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

Parameters

op Operation

The operation to be evaluated.

args Buffer[Operation]

A set of optional variable assignments.

Return Value

Type: Buffer

The result of evaluating op

Meta