OTP application supervisor for ex_systolic.
Starts the supervision tree at application boot. The tree currently contains:
Task.SupervisornamedExSystolic.TaskSupervisor-- supervises asynchronous tile-execution tasks spawned byExSystolic.Backend.Partitioned.- Poolex pool named
:systolic_pool-- pool of statelessExSystolic.Backend.PoolexWorkerGenServers used by the partitioned backend whenpool: trueis selected.
The pool size and overflow default to System.schedulers_online().
This module is intended for OTP infrastructure; library users should not need to reference it directly.
Summary
Functions
Starts the application supervision tree.
Functions
Starts the application supervision tree.
Implements the Application behaviour. Returns {:ok, pid} on
success.