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 <Cordell.Bloor@amd.com>
* 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
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

1 similar comment
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

pfultz2 and others added 2 commits December 3, 2025 13:07
* fix: allow suppression of warning for third-party deps

* fix: analyzer issues
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.

8 participants