Fixed marginal memory leak in singleton class dpctl_capi #1000
Fixed marginal memory leak in singleton class dpctl_capi #1000oleksandr-pavlyk merged 1 commit intomasterfrom
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.