aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/driver_actions.py
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu/vela/driver_actions.py')
-rw-r--r--ethosu/vela/driver_actions.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/ethosu/vela/driver_actions.py b/ethosu/vela/driver_actions.py
index 90af02c2..4ad2a334 100644
--- a/ethosu/vela/driver_actions.py
+++ b/ethosu/vela/driver_actions.py
@@ -119,8 +119,7 @@ def emit_dump_shram(data: List[int]):
def create_driver_payload(register_command_stream: List[int], arch: ArchitectureFeatures) -> bytes:
- """Creates driver header and includes the given command
- """
+ """Creates driver header and includes the given command"""
# Prepare driver actions for this command tensor
da_list: List[int] = []
emit_fourcc(da_list, "COP1")