Skip to content

Remove unused PLATFORM argument from ais_add_executable()#240

Merged
derobins merged 1 commit into
developfrom
derobins/remove_PLATFORM_arg
Mar 27, 2026
Merged

Remove unused PLATFORM argument from ais_add_executable()#240
derobins merged 1 commit into
developfrom
derobins/remove_PLATFORM_arg

Conversation

@derobins

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Removes the (currently unused) PLATFORM keyword argument from the internal ais_add_executable() CMake helper and relies exclusively on the project-wide CMAKE_HIP_PLATFORM setting to select HIP platform-specific compile definitions.

Changes:

  • Drop PLATFORM from cmake_parse_arguments() for ais_add_executable().
  • Remove the per-call defaulting/override logic for arg_PLATFORM.
  • Switch platform conditionals to use CMAKE_HIP_PLATFORM directly.

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

@derobins
derobins merged commit c163fb6 into develop Mar 27, 2026
46 checks passed
@derobins
derobins deleted the derobins/remove_PLATFORM_arg branch March 27, 2026 16:20
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