Skip to content

Conversation

@jinge90
Copy link
Contributor

@jinge90 jinge90 commented Nov 14, 2025

WCL target supports native bfloat16 conversions, we should link native bfloat16 device library for it.

@jinge90 jinge90 requested a review from a team as a code owner November 14, 2025 03:16
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 \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants