Add scheduling arguments to FP16 example
@@ -105,12 +105,17 @@ bool is_output_correct(
@@ -186,22 +191,39 @@ int main() {
@@ -213,7 +235,6 @@ int main() {
Translation of a 1x1 Convolution into a GEMM use case is shown along with breaking the output matrix calculation into smaller blocks as per the underlying microkernel used.
Signed-off-by: Felix Thomasmathibalan felixjohnny.thomasmathibalan@arm.com