-
Notifications
You must be signed in to change notification settings - Fork 796
[SYCL][Driver] Link Native Bfloat16 devicelib for PTL #19940
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][Driver] Link Native Bfloat16 devicelib for PTL #19940
Conversation
|
Hi, @bashbaug |
Signed-off-by: jinge90 <[email protected]>
| // RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_lnl_m,spir64_gen \ | ||
| // RUN: --sysroot=%S/Inputs/SYCL -Xsycl-target-backend=spir64_gen "-device ptl_h" \ | ||
| // RUN: %s -### 2>&1 | FileCheck %s -check-prefix=BFLOAT16-NATIVE-NATIVE | ||
| // RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_lnl_m,spir64_gen \ |
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.
Are these supported in clang_cl mode?
If yes, please add test cases for the same.
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.
Hi, @srividya-sundaram
Yes, these tests should work with clang_cl mode.
Thanks very much.
Signed-off-by: jinge90 <[email protected]>
|
Hi, @intel/llvm-gatekeepers |
PTL also supports native bfloat16 conversions, we need to link native bfloat16 devicelib for AOT compilation for this target.