-
Notifications
You must be signed in to change notification settings - Fork 21
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 check memory leak for windows #201
Add check memory leak for windows #201
Conversation
3bd4cd2
to
db7f43e
Compare
@wangli69087 I can also add device leak checking for GPGMM-allocated DML resources if that's needed. The verifier code for GPGMM/DML tests I created is here [1], which runs against WebNN captured GPU memory traces [2]. LMK. [1] https://github.com/intel/GPGMM/blob/c52956998962b6481d99739eaf077997ef89abe2/src/tests/D3D12Test.cpp#L32 |
db7f43e
to
9467f45
Compare
All jobs are green, let's merge it, thanks. |
dda0f55
to
888a03c
Compare
888a03c
to
a90024c
Compare
|
||
job: | ||
|
||
runs-on: windows-latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wangli69087 CI would fail on windows-latest
(Windows Server 2022) #209, please use windows-2019
here.
.github/workflows/build_test_dml.yml
Outdated
@@ -6,7 +6,7 @@ jobs: | |||
|
|||
job: | |||
|
|||
runs-on: windows-latest | |||
runs-on: windows-2019 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wangli69087 This has already fixed in latest code, don't need to modify in your patch, please reabse your code, thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This issue has been solved. Thanks.
3e9a28f
to
f2123d7
Compare
f2123d7
to
0ccf9c2
Compare
LGTM, thanks @wangli69087 |
Merge it, thanks. |
No description provided.