Skip to content

Commit

Permalink
[P2] Installation and Data Preloading Issue #11: add new cmd for const
Browse files Browse the repository at this point in the history
  • Loading branch information
yuqisun committed Jan 20, 2025
1 parent 6f5dde3 commit c6c2747
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/cmd_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
CMD_LOAD_REQUEST = 4
CMD_LOAD_RESPONSE = 5
CMD_STORE_REQUEST = 6
CMD_CONST = 7
CMD_CONST_CLEAR = 8


CMD_SYMBOL_DICT = {
CMD_LAUNCH: "(LAUNCH_KERNEL)",
Expand All @@ -28,5 +31,7 @@
CMD_LOAD_REQUEST: "(LOAD_REQUEST)",
CMD_LOAD_RESPONSE: "(LOAD_RESPONSE)",
CMD_STORE_REQUEST: "(STORE_REQUEST)",
CMD_CONST: "(CONST_DATA)",
CMD_CONST_CLEAR: "(CLEAR_CONST_MEM)"
}

0 comments on commit c6c2747

Please sign in to comment.