Skip to content
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

[RPC] android process isolation/watchdog #1387

Merged
merged 9 commits into from
Jul 8, 2018

Conversation

eqy
Copy link
Contributor

@eqy eqy commented Jul 5, 2018

Summary: add more robustness to android RPC to facilitate automated schedule optimization via autotvm.

Previously the android RPC app would crash if passed a bad schedule as the RPC server ran in the same process as the app (different thread). This PR moves the RPC service to an android service that runs in a separate process to provide process isolation.

There is also now a watchdog which periodically polls the RPC service to check if it is alive. The watchdog starts a new RPC service if a bad schedule crashed the service.

The watchdog also instructs the RPC service to check if it is currently in a session that has timed out (currently a hard timeout of 30 seconds is enforced). The RPC service kills itself in this case; the app will wait for a respawn from the watchdog. This step is necessary as some bad schedules have been found to leave OpenCL in a bad state where the entire process must be completely restarted while locking up the RPC service.

@eqy
Copy link
Contributor Author

eqy commented Jul 5, 2018

CC @yzhliu

@tqchen
Copy link
Member

tqchen commented Jul 6, 2018

@PariksheetPinjari909 @srkreddy1238 can you also help review this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants