mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-18 19:32:04 +08:00
Revert "params: safe and efficient async writing parameters (#25912)"
This reverts commit 0d797f4e8b.
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ Export('_common', '_gpucommon')
|
||||
|
||||
if GetOption('extras'):
|
||||
env.Program('tests/test_common',
|
||||
['tests/test_runner.cc', 'tests/test_params.cc', 'tests/test_util.cc', 'tests/test_swaglog.cc', 'tests/test_ratekeeper.cc'],
|
||||
['tests/test_runner.cc', 'tests/test_util.cc', 'tests/test_swaglog.cc', 'tests/test_ratekeeper.cc'],
|
||||
LIBS=[_common, 'json11', 'zmq', 'pthread'])
|
||||
|
||||
# Cython bindings
|
||||
|
||||
Reference in New Issue
Block a user