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

String operations leaking in 0.11.0 #766

Open
karllessard opened this issue Jul 18, 2024 · 1 comment
Open

String operations leaking in 0.11.0 #766

karllessard opened this issue Jul 18, 2024 · 1 comment

Comments

@karllessard
Copy link

karllessard commented Jul 18, 2024

Hi, using 0.11.0 release code, I'm observing a memory leak that is happening when using the following operations from the onnxruntime extensions:

StringEqual, StringToHashBucketFast, StringJoin

When running a benchmark of 30K inference/second, the leak appears quite obviously. Removing these operations from our graph stops the leak. Also if I downgrade to 0.10.0, the issue seems to be resolved.

I don't think it matters but I'm using the Java client 1.16.3 of the onnxruntime.

Copy link

This issue has been automatically marked as stale due to inactivity and will be closed in 30 days if no further activity occurs. If further support is needed, please provide an update and/or more details.

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