function show(io::IO, t::FusedComputeTask) (T1, T2) = get_types(t) print(io, "ComputeFuse(", T1(), ", ", T2(), ")") end