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

Software fallback prints excessively #113

Open
bryanzhang-bytedance opened this issue Mar 1, 2024 · 1 comment
Open

Software fallback prints excessively #113

bryanzhang-bytedance opened this issue Mar 1, 2024 · 1 comment

Comments

@bryanzhang-bytedance
Copy link

bryanzhang-bytedance commented Mar 1, 2024

When using software fallback, it seems that the qzInit call in qzCompress results in the following print, or something similar, every time qzCompress is called:

Error no hardware, switch to SW if permitted
g_process.qz_init_status = QZ_NO_HW

Can a change be made to only print once whenever the hardware status changes? That is, print the first time it looks like hardware is down, and keep probing silently but only print again when the hardware comes back up?

Thanks.

@XingHongChenIntel
Copy link
Contributor

sure, the next qatzip release will update the log machinism, you could change the log level on runtime to avoid massive print.

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

2 participants