Skip to content

Conversation

nsingh-habana
Copy link

@nsingh-habana nsingh-habana commented Sep 11, 2025

The goal is to make warnings throw error during the building process.

For this, all compilation warnings are to be handled, and any non-serious unavoidable warnings have to be suppressed.

@nsingh-habana nsingh-habana changed the title Fix compilation warnings Fix compilation warnings with Werror Sep 12, 2025
@nsingh-habana nsingh-habana force-pushed the fix_compilation_warnings branch from fa7f5c0 to 05c5c70 Compare September 12, 2025 05:59
joyalbin and others added 3 commits September 15, 2025 06:39
1. Tuple bindings passed by ref to lambda calls not natively handled by C++17
2. LOG_THREAD re-definition
3. Ignore unused build args
@nsingh-habana nsingh-habana force-pushed the fix_compilation_warnings branch from 05c5c70 to 57ff558 Compare September 15, 2025 06:41
1) Add -Wno-unknown-warning-option to handle
   "unknown warning option '-Wno-implicit-float-size-conversion'"

2) Add Winline to "don't raise error for this warning list" for Werror
@rolandschulz rolandschulz requested a review from tdeng5 September 16, 2025 04:56
@nsingh-habana nsingh-habana changed the title Fix compilation warnings with Werror Fix compilation warnings for enabling Werror Sep 16, 2025
@rolandschulz rolandschulz merged commit 25b13ed into intel:main Sep 17, 2025
2 of 3 checks passed
leonling-lly pushed a commit to leonling-lly/cutlass-sycl that referenced this pull request Sep 19, 2025
The goal is to make warnings throw error during the building process.

For this, all compilation warnings are to be handled, and any
non-serious unavoidable warnings have to be suppressed.

---------

Co-authored-by: Joy, Albin <albin.joy@intel.com>
sunjiweiswift pushed a commit to sunjiweiswift/cutlass-sycl that referenced this pull request Sep 22, 2025
The goal is to make warnings throw error during the building process.

For this, all compilation warnings are to be handled, and any
non-serious unavoidable warnings have to be suppressed.

---------

Co-authored-by: Joy, Albin <albin.joy@intel.com>
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.

4 participants