-
Notifications
You must be signed in to change notification settings - Fork 30
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
Fixed marginal memory leak in singleton class dpctl_capi #1000
Conversation
View rendered docs @ https://intelpython.github.io/dpctl/pulls/1000/index.html |
19b1a52
to
31215e6
Compare
Array API standard conformance tests for dpctl=0.14.0=py310h8c27c75_10 ran successfully. |
31215e6
to
29bb71b
Compare
Array API standard conformance tests for dpctl=0.14.0=py310h8c27c75_12 ran successfully. |
This addressed accessing uninitialized variables SDL tool warnings.
29bb71b
to
0942321
Compare
Array API standard conformance tests for dpctl=0.14.0=py310h8c27c75_12 ran successfully. |
Additional scan of this PR by the tool confirmed that access of uninitialized variable warnings and memory leak warnings are gone. |
Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞 |
Array API standard conformance tests for dpctl=0.14.0=py310h8c27c75_16 ran successfully. |
dpctl_capi ctor initialize all members, dtor resets smart pointers
This addressed accessing uninitialized variables SDL tool warnings.