-
Notifications
You must be signed in to change notification settings - Fork 28
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
IPC API does not work with the proxy library #864
Labels
bug
Something isn't working
Comments
3 tasks
ldorau
added a commit
to ldorau/unified-memory-framework
that referenced
this issue
Nov 5, 2024
Disable the provider_file_memory_ipc test with the proxy library, because the IPC tests do not work with the proxy library. Ref: oneapi-src#864 Signed-off-by: Lukasz Dorau <[email protected]>
ldorau
added a commit
to ldorau/unified-memory-framework
that referenced
this issue
Nov 5, 2024
Disable the provider_file_memory_ipc test with the proxy library, because the IPC tests do not work with the proxy library. Ref: oneapi-src#864 Signed-off-by: Lukasz Dorau <[email protected]>
This was referenced Nov 5, 2024
ldorau
added a commit
to ldorau/unified-memory-framework
that referenced
this issue
Nov 5, 2024
Disable the provider_file_memory_ipc test with the proxy library, because the IPC tests do not work with the proxy library. Ref: oneapi-src#864 Signed-off-by: Lukasz Dorau <[email protected]>
ldorau
changed the title
IPC tests do not work with the proxy library
IPC API does not work with the proxy library
Nov 5, 2024
ldorau
added a commit
to ldorau/unified-memory-framework
that referenced
this issue
Nov 6, 2024
Disable the provider_file_memory_ipc test with the proxy library, because the IPC tests do not work with the proxy library. Ref: oneapi-src#864 Signed-off-by: Lukasz Dorau <[email protected]>
ldorau
added a commit
to ldorau/unified-memory-framework
that referenced
this issue
Nov 6, 2024
Disable the provider_file_memory_ipc test with the proxy library, because the IPC tests do not work with the proxy library. Ref: oneapi-src#864 Signed-off-by: Lukasz Dorau <[email protected]>
ldorau
added a commit
to ldorau/unified-memory-framework
that referenced
this issue
Nov 6, 2024
Disable the provider_file_memory_ipc test with the proxy library, because the IPC tests do not work with the proxy library. Ref: oneapi-src#864 Signed-off-by: Lukasz Dorau <[email protected]>
4 tasks
ldorau
added a commit
to ldorau/unified-memory-framework
that referenced
this issue
Nov 6, 2024
Disable the provider_file_memory_ipc test with the proxy library, because the IPC tests do not work with the proxy library. Ref: oneapi-src#864 Signed-off-by: Lukasz Dorau <[email protected]>
ldorau
added a commit
to ldorau/unified-memory-framework
that referenced
this issue
Nov 7, 2024
Disable the provider_file_memory_ipc test with the proxy library, because the IPC tests do not work with the proxy library. Ref: oneapi-src#864 Signed-off-by: Lukasz Dorau <[email protected]>
ldorau
added a commit
to ldorau/unified-memory-framework
that referenced
this issue
Nov 14, 2024
Fix trackingFree() for providers not supporting free() op: do not add memory back to the tracker, if the provider does not support the free() operation. Fixes: oneapi-src#864 Signed-off-by: Lukasz Dorau <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
IPC API does not work with the proxy library.
IPC tests:
umf-provider_devdax_memory_ipc
andumf-provider_file_memory_ipc
fail with the proxy library.The reason: issues with the tracker (ref: #761).
See: https://github.com/oneapi-src/unified-memory-framework/actions/runs/11680149618/job/32522557687
See: https://github.com/ldorau/unified-memory-framework/actions/runs/11681287895/job/32526033443
Ref: #863 (commented out IPC test
umf-provider_devdax_memory_ipc
)Ref: #847 (commented out IPC test
umf-provider_file_memory_ipc
)Ref: #868
See: https://github.com/oneapi-src/unified-memory-framework/actions/runs/11683497460
Environment Information
Please provide a reproduction of the bug:
Run the
umf-provider_devdax_memory_ipc
with the proxy library:See: https://github.com/oneapi-src/unified-memory-framework/actions/runs/11680149618/job/32522557687
or
run the
umf-provider_file_memory_ipc
with the proxy library:See: https://github.com/ldorau/unified-memory-framework/actions/runs/11681287895/job/32526033443
How often bug is revealed:
always
The text was updated successfully, but these errors were encountered: