-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"No processes were matched" after set parameter KINETO_DAEMON_INIT_DELAY_S #286
Comments
Hi @KepingYan , do you see this print "INFO:2022-10-22 00:59:13 151209:151209 init.cpp:98] Registering daemon config loader" docs Also to help debug, does the machine have GPUs? Ideally, this should work for both CPU only and CPU+GPU systems but just checking |
i have met the same thing,i have gpu,and i also see "INFO:2024-10-01 12:29:42 271363:271364 init.cpp:131] Registering daemon config loader, cpuOnly = 0",but i also see "response = {"activityProfilersBusy":0,"activityProfilersTriggered":[],"eventProfilersBusy":0,"eventProfilersTriggered":[],"processesMatched":[]} |
@KepingYan ,i have resolved this problem by add time.sleep(5) before i use GPU device in my script. you should have a try. |
Hi @briancoutinho, this is the log of
I've tried @htbig advice, but it doesn't work for my environment. |
Test script:
scripts/pytorch/linear_model_example.py
If I run it with command
KINETO_USE_DAEMON=1 python3 scripts/pytorch/linear_model_example.py
, I will meet this error as described in docs manifests as a segfault.Then I add parameter KINETO_DAEMON_INIT_DELAY_S to run this script
KINETO_USE_DAEMON=1 KINETO_DAEMON_INIT_DELAY_S=3 python3 scripts/pytorch/linear_model_example.py
, but the trace file won't be generated as expected.Environment:
The text was updated successfully, but these errors were encountered: