add session id generator

This commit is contained in:
luwenpeng
2024-01-31 14:45:50 +08:00
parent 2766b3cfeb
commit 97ef872d9a
21 changed files with 385 additions and 167 deletions

View File

@@ -1,7 +1,11 @@
[system]
app_symbol = stellar
dev_symbol = nf_0_fw
nr_threads = 1
device_base = 1 # [0, 31]
device_offset = 2 # [0, 127]
nr_threads = 1 # [1, 256]
cpu_mask = [5, 6, 7, 8, 9, 10, 11, 12]
[session_manager]