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

Add performance/usage Hints #34

Open
yuhonglin opened this issue Mar 24, 2022 · 1 comment
Open

Add performance/usage Hints #34

yuhonglin opened this issue Mar 24, 2022 · 1 comment

Comments

@yuhonglin
Copy link
Contributor

Shall we add some "usage hints" to the options? For example,

  • frequent
  • one-shot
  • slow
  • quick

This can help the backend to automatically determine the running environment. For example, if it is just "one-shot" and "quick", the backend will just use CPU because setting up the hardware environment has overhead (like spawning new processes).

@yuhonglin
Copy link
Contributor Author

This may be easier for the web clients to understand and select than "GPU" "CPU" stuff.

The hints can be useful when the device/power preferences is "auto" or "default"

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

No branches or pull requests

1 participant