From b70f8171ca8a87296c41692417aa5e4595869bbf Mon Sep 17 00:00:00 2001 From: Jacob Bohlin Date: Thu, 11 Feb 2021 17:05:39 +0100 Subject: Corrected the help string of --force-block-config Made the same correction in OPTIONS.md Signed-off-by: Jacob Bohlin Change-Id: If79ee5c4c7464b40a72bbe6871b52a9eb0b308e1 --- ethosu/vela/vela.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ethosu') diff --git a/ethosu/vela/vela.py b/ethosu/vela/vela.py index 72710025..64a3381a 100644 --- a/ethosu/vela/vela.py +++ b/ethosu/vela/vela.py @@ -294,7 +294,7 @@ def main(args=None): choices=[True, False], help="Controls the packing of multiple passes into a cascade (default: %(default)s)", ) - parser.add_argument("--force-block-config", type=str, default="", help="Force a specific block configuration HxWxC") + parser.add_argument("--force-block-config", type=str, default="", help="Force a specific block configuration WxHxC") parser.add_argument("--timing", action="store_true", help="Time the compiler doing operations") parser.add_argument( "--accelerator-config", -- cgit v1.2.1