Skip to content

Disable Kineto for older XPU SYCL compilers - #39

Draft
chuanqi129 with Copilot wants to merge 2 commits into
chuanqi129-patch-3from
copilot/restore-build-script-change
Draft

chuanqi129 with Copilot wants to merge 2 commits into
chuanqi129-patch-3from
copilot/restore-build-script-change

Conversation

Copilot AI commented Sep 8, 2026

Copy link
Copy Markdown

Fixing an Issue

Before submitting, please review:


Issue

Summary

  • Build configuration: Set USE_KINETO=0 when SYCL_COMPILER_VERSION is below 20260100.
  • Newer compiler versions retain the existing Kineto behavior.
if(SYCL_COMPILER_VERSION LESS 20260100)
  set(USE_KINETO 0)
endif()

Checklist

  • Passes lint (spin fixlint)
  • Added/updated tests
  • Updated documentation (if applicable)
  • Included benchmark results (for PRs impacting perf)

BC-breaking?

No.

Original prompt

Restore the change of the build script in the latest commit and reuse the commit message. Go to xpu.cmake, use sycl_compiler_version to control the USE_KINETO value as 0 if the compiler version low than 20260100

Co-authored-by: chuanqi129 <13608516+chuanqi129@users.noreply.github.com>
Copilot AI changed the title [WIP] Restore build script change and update USE_KINETO value Disable Kineto for older XPU SYCL compilers Sep 8, 2026
Copilot AI requested a review from chuanqi129 September 8, 2026 13:15
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