Add AB->AB Graph and fix many many things
This commit is contained in:
@ -4,7 +4,7 @@ abstract type AbstractComputeTask <: AbstractTask end
|
||||
abstract type AbstractDataTask <: AbstractTask end
|
||||
|
||||
struct DataTask <: AbstractDataTask
|
||||
data::UInt32
|
||||
data::UInt64
|
||||
end
|
||||
|
||||
# S task with 1 child
|
||||
|
Reference in New Issue
Block a user