-
Notifications
You must be signed in to change notification settings - Fork 116
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
[Bindless][Exp] Rename interop related structs/funcs with "external" #1819
[Bindless][Exp] Rename interop related structs/funcs with "external" #1819
Conversation
Corresponding DPC++ PR: intel/llvm#14444 |
2875c7e
to
b7c174f
Compare
Friendly ping @oneapi-src/unified-runtime-native-cpu-write @oneapi-src/unified-runtime-cuda-write @oneapi-src/unified-runtime-level-zero-write @GeorgeWeb |
4c2cee1
to
4095b4a
Compare
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.
lgtm, just a minor nit.
4095b4a
to
d1a7c66
Compare
d1a7c66
to
c799e69
Compare
Friendly ping @oneapi-src/unified-runtime-native-cpu-write @oneapi-src/unified-runtime-cuda-write @GeorgeWeb |
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.
Native CPU lgtm, thank you
c799e69
to
e895655
Compare
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.
The CUDA adapter changes look good to me.
Only aside is @npmiller's comment about the function symbols not being in the ur_interface_loader
for HIP. It is not directly related to this PR but it will be good to know if his concern is actually the case, so we may follow-up.
HIP is currently not supported at all in bindless images. Though the function symbols should exist. A new task will be created to fix this later. |
Yeah that makes sense. Thanks for clarifying. For the purposes of this PR, Cuda and HIP changes look good then. |
@npmiller Created an internal ticket to add the missing functions to HIP's 'ur_interface_loader.cpp`. |
32c7b49
to
8270ca3
Compare
8bf7f48
to
9d6b7d8
Compare
|
9d6b7d8
to
9e87503
Compare
Rename interop related structs, functions, and enums with the "external" keyword over "interop".
9e87503
to
572c22f
Compare
Rename interop related structs, functions, and enums with the "external" keyword over "interop".