Add basic execution function
This commit is contained in:
@@ -96,7 +96,11 @@ end
|
||||
"""
|
||||
get_expression()
|
||||
"""
|
||||
function get_expression(t::FusedComputeTask, inSymbol::Symbol, outSymbol::Symbol)
|
||||
function get_expression(
|
||||
t::FusedComputeTask,
|
||||
inSymbol::Symbol,
|
||||
outSymbol::Symbol,
|
||||
)
|
||||
#TODO
|
||||
computeExp = quote
|
||||
$outSymbol = compute($t, $inSymbol)
|
||||
|
Reference in New Issue
Block a user