Add AB->AB Graph and fix many many things

This commit is contained in:
2023-05-26 19:25:21 +02:00
parent 55cf8e4f17
commit 572b0adf0f
10 changed files with 248 additions and 20 deletions

View File

@ -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