-
Notifications
You must be signed in to change notification settings - Fork 795
[SYCL][Driver] Link Native Bfloat16 device library for WCL AOT #20645
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
base: sycl
Are you sure you want to change the base?
Conversation
Signed-off-by: jinge90 <ge.jin@intel.com>
| // RUN: --sysroot=%S/Inputs/SYCL -### 2>&1 \ | ||
| // RUN: | FileCheck %s -check-prefix=BFLOAT16-NATIVE | ||
| // RUN: %clang_cl -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend \ | ||
| // RUN: "-device wcl" %s --sysroot=%S/Inputs/SYCL -### 2>&1 \ |
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.
| // RUN: "-device wcl" %s --sysroot=%S/Inputs/SYCL -### 2>&1 \ | |
| // RUN: "-device wcl" -- %s --sysroot=%S/Inputs/SYCL -### 2>&1 \ |
There is a separate effort to try and clean up the driver tests that are using clang-cl where we need to add -- before %s to address potential parsing problems of the source filenames that can potentially start with /. Please update all of the lines you are adding that use clang-cl to keep things in sync.
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, @mdtoguchi
All clang_cl cases in sycl-device-lib-bfloat16 are cleaned.
Signed-off-by: jinge90 <ge.jin@intel.com>
WCL target supports native bfloat16 conversions, we should link native bfloat16 device library for it.