Skip to content

Silence certain warnings stemming from CK#2055

Merged
valarLip merged 1 commit intomainfrom
zain/TE-nwarn
Feb 23, 2026
Merged

Silence certain warnings stemming from CK#2055
valarLip merged 1 commit intomainfrom
zain/TE-nwarn

Conversation

@Micky774
Copy link
Copy Markdown
Contributor

Motivation

TE builds CK kernels AOT and build logs are drowned out by repeated cases of "unknown-warning-option". This silences those warnings.

Technical Details

Silence warnings stemming from CK

Test Plan

N/A

Test Result

N/A

Submission Checklist

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR silences "unknown-warning-option" warnings from Composable Kernel (CK) compilation that were cluttering TE (TransformerEngine) build logs during ahead-of-time (AOT) kernel builds. The fix adds the -Wno-unknown-warning-option compiler flag to suppress these repeated warnings.

Changes:

  • Added -Wno-unknown-warning-option flag to C++ compiler flags in the JIT build system

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread aiter/jit/core.py
@valarLip valarLip merged commit 4590d2b into main Feb 23, 2026
26 checks passed
@valarLip valarLip deleted the zain/TE-nwarn branch February 23, 2026 07:13
AMD-yanfeiwang pushed a commit to AMD-yanfeiwang/aiter that referenced this pull request Mar 18, 2026
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.

3 participants