top | item 33145886 (no title) bertr4nd | 3 years ago By “fully fused” do you mean no function call boundaries? (“Fused” is such an overloaded term) discuss order hn newest 37ef_ced3|3 years ago Convolutions are fused into convolutions, elementwise operations are fused into convolutions, everything is inlined except where function calls are needed for pthread work units (and those work units are all custom/arbitrary).
37ef_ced3|3 years ago Convolutions are fused into convolutions, elementwise operations are fused into convolutions, everything is inlined except where function calls are needed for pthread work units (and those work units are all custom/arbitrary).
37ef_ced3|3 years ago