Add basic execution function
This commit is contained in:
@@ -50,7 +50,7 @@ export ComputeTaskV
|
||||
export ComputeTaskU
|
||||
export ComputeTaskSum
|
||||
|
||||
export gen_code
|
||||
export execute
|
||||
export ParticleValue
|
||||
export Particle
|
||||
|
||||
@@ -108,8 +108,6 @@ include("operation/validate.jl")
|
||||
include("properties/create.jl")
|
||||
include("properties/utility.jl")
|
||||
|
||||
include("code_gen/main.jl")
|
||||
|
||||
include("task/create.jl")
|
||||
include("task/compare.jl")
|
||||
include("task/print.jl")
|
||||
@@ -121,4 +119,6 @@ include("models/abc/compute.jl")
|
||||
include("models/abc/properties.jl")
|
||||
include("models/abc/parse.jl")
|
||||
|
||||
include("code_gen/main.jl")
|
||||
|
||||
end # module MetagraphOptimization
|
||||
|
Reference in New Issue
Block a user