-
Notifications
You must be signed in to change notification settings - Fork 770
[SYCL] Test bfloat16 devicelib with dlopen/dlclose #18106
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
[SYCL] Test bfloat16 devicelib with dlopen/dlclose #18106
Conversation
Hi, @steffenlarsen and @jopperm |
Signed-off-by: jinge90 <[email protected]>
Signed-off-by: jinge90 <[email protected]>
Signed-off-by: jinge90 <[email protected]>
Hi, @intel/llvm-gatekeepers |
@jinge90 Can you add a test or augment existing one to also test dlopen/dlclose with image compression enabled (--offload-compress)? The code path for handling compressed BF16 devicelibs is different so, it would be a good idea to also test that with explicit dlopen/dlclose |
Hi, @uditagarwal97 |
Add test to cover bfloat16 devicelib usage in dlopen/dlclose scenario.