Skip to content

Conversation

lawruble13
Copy link
Collaborator

No description provided.

lawruble13 and others added 4 commits March 13, 2025 15:03
* Fix handling of hyphens in base target ID

* Fixup and comment _rocm_sanitize_target_id

* Handle empty target feature list

---------

Co-authored-by: Cordell Bloor <[email protected]>
* Update upper end of cmake_minimum_required range

CMake 3.31 is dropping support for cmake_minimum_required for versions less than 3.10, but adding 3.25 (which is tested on math-ci) indicates that we test compatibility with 3.25, which causes those warnings to be suppressed.

* Add CMake version 3.31.0 to testing

* Change CMP0079 behaviour

* Update upper end of range to latest version tested (3.31.0)

* Update CMake versions in test.yml
@lawruble13 lawruble13 requested review from cgmb and pfultz2 as code owners April 10, 2025 21:41
@lawruble13
Copy link
Collaborator Author

Request for review on this @cgmb @pfultz2

Copy link
Collaborator

@cgmb cgmb left a comment

Choose a reason for hiding this comment

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

Are we still using this branch?

eidenyoshida and others added 3 commits June 19, 2025 15:16
* Add --hip-link to target_id check

The new driver in clang does not automatically link against the HIP libraries, so we need to add a --hip-link option here to enforce linking. Otherwise we'll get an error on the link stem of check_cxx_compiler_flag() when calling with "-xhip" and "--offload-arch"

Note: The link step isn't really needed for this use case, as invalid targets will fail the compilation step. But check_cxx_compiler_flag() performs both compiling and linking by default

* Update test.yml
* Lintian Warning Fix, License Folder Name Update

* Prioritizing Lintian Warning Fixes

* UT FIX Update

* Update comments
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.

5 participants