Skip to content

Commit

Permalink
Expect _GLIBCXX_USE_CXX11_ABI=1 for ROCm manylinux2_28 wheels (#2043)
Browse files Browse the repository at this point in the history
  • Loading branch information
jithunnair-amd authored Nov 23, 2024
1 parent 37ac645 commit 5354a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ fi
echo "Checking that the gcc ABI is what we expect"
if [[ "$(uname)" != 'Darwin' ]]; then
function is_expected() {
if [[ "$DESIRED_DEVTOOLSET" == *"cxx11-abi"* ]]; then
if [[ "$DESIRED_DEVTOOLSET" == *"cxx11-abi"* || "$DESIRED_CUDA" == *"rocm"* ]]; then
if [[ "$1" -gt 0 || "$1" == "ON " ]]; then
echo 1
fi
Expand Down

0 comments on commit 5354a64

Please sign in to comment.