- allocate
DeviceBuffer allocate(size_t numBytes)
Undocumented in source. Be warned that the author may not have intended to support it.
- buffer
DeviceBuffer buffer(void[] vals)
Undocumented in source. Be warned that the author may not have intended to support it.
- compile
Plan compile(Operation[] outputs)
Compile an Operation graph into a reusable execution plan.
- defaultArgAllocator
Allocator defaultArgAllocator()
Undocumented in source. Be warned that the author may not have intended to support it.
- defaultArgAllocator
void defaultArgAllocator(Allocator da)
Undocumented in source. Be warned that the author may not have intended to support it.
- defaultCompiler
Compiler defaultCompiler()
Undocumented in source. Be warned that the author may not have intended to support it.
- defaultCompiler
void defaultCompiler(Compiler de)
Undocumented in source. Be warned that the author may not have intended to support it.
- defaultEvaluator
Evaluator defaultEvaluator()
Undocumented in source. Be warned that the author may not have intended to support it.
- defaultEvaluator
void defaultEvaluator(Evaluator de)
Undocumented in source. Be warned that the author may not have intended to support it.
- defaultVarAllocator
Allocator defaultVarAllocator()
Undocumented in source. Be warned that the author may not have intended to support it.
- defaultVarAllocator
void defaultVarAllocator(Allocator da)
Undocumented in source. Be warned that the author may not have intended to support it.
- evaluate
DeviceBuffer[] evaluate(Operation[] ops, DeviceBuffer[Operation] args)
Evaluates a several nodes from the operation graph.
- evaluate
DeviceBuffer evaluate(Operation op, DeviceBuffer[Operation] args)
Evaluates an operation graph with a single root node.
This package contains the framework for constructing and executing operation graphs.