CudaExprWorkspace
Namespace: SymTensor.Compiler.Cuda
Parent Module: CudaExprWorkspaceTypes
Workspace for evaluation of an expression compiled to a CudaRecipeT.
Constructors
Constructor | Description |
new(recipe)
Signature: recipe:CudaRecipeT -> CudaExprWorkspace
|
CompiledName: |
Instance members
Instance member | Description |
Eval(varEnv)
Signature: varEnv:VarEnvT -> unit
|
evaluates the workspace using the specified variable environment |