A typed struct representing a pipeline command.
Fields
:op— the operation type (currently only:run_kernel):kernel— the kernel name (e.g."elementwise_add"):inputs— list of input buffer references:output— output buffer reference:params— optional map of kernel parameters (default%{})
Summary
Functions
Creates a new Command struct for running a kernel.
Returns a human-readable string representation of the command.