Skip to content

[MIOpen] Fixed warnings about unused parameters#5690

Closed
stulebae wants to merge 19 commits intodevelopfrom
users/stulebae/no_unused_parameter
Closed

[MIOpen] Fixed warnings about unused parameters#5690
stulebae wants to merge 19 commits intodevelopfrom
users/stulebae/no_unused_parameter

Conversation

@stulebae
Copy link
Copy Markdown
Contributor

Motivation

Attempt of reducing number warnings in build stage.

Technical Details

from file cmake/EnableCompilerWarnings.cmake option -Wno-unused-parameter was removed.

Part of effort to fix #4646

@stulebae stulebae requested review from a team as code owners March 21, 2026 00:51
@stulebae stulebae changed the title Fixed warnings about unused parameters [MIOpen] Fixed warnings about unused parameters Mar 21, 2026
Comment thread projects/composablekernel/include/ck/utility/env.hpp Outdated
Comment thread projects/miopen/driver/getitem_driver.hpp
Comment thread projects/miopen/driver/rope_driver.hpp
Comment thread projects/miopen/src/nogpu/handle.cpp
Comment thread projects/miopen/src/reducetensor_api.cpp Outdated
Comment thread projects/miopen/test/gtest/unit_FinInterface.cpp Outdated
Comment thread projects/miopen/test/gtest/unit_FinInterface.cpp
Comment thread projects/miopen/test/gtest/cpu_multi_head_attention.hpp
Comment thread projects/miopen/driver/getitem_driver.hpp
Comment thread projects/miopen/driver/getitem_driver.hpp
Copy link
Copy Markdown
Contributor

@vasily-vm vasily-vm left a comment

Choose a reason for hiding this comment

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

restore interface plz
even if it's design issue, warning removal PR isn't a right place to fix it

@stulebae stulebae requested review from randyspauldingamd and removed request for randyspauldingamd April 7, 2026 22:13
Copy link
Copy Markdown
Contributor

@randyspauldingamd randyspauldingamd left a comment

Choose a reason for hiding this comment

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

Please remove all changes, cleanups etc. that are not directly related to unused. After that I'll come back and review the unused fixes.

@stulebae stulebae closed this Apr 20, 2026
@stulebae stulebae deleted the users/stulebae/no_unused_parameter branch April 20, 2026 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MIOpen: 8,745 compiler warnings flooding CI build output

3 participants