Skip to content

Commit

Permalink
fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjunpark committed Dec 20, 2024
1 parent bf9727d commit 2005e72
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 8 deletions.
2 changes: 0 additions & 2 deletions tools/rocm-build/build_rocthrust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ build_rocthrust() {

init_rocm_common_cmake_params

init_rocm_common_cmake_params

CXX=$(set_build_variables CXX)\
cmake \
${LAUNCHER_FLAGS} \
Expand Down
2 changes: 0 additions & 2 deletions tools/rocm-build/build_rpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ build_rpp() {

mkdir -p $BUILD_DIR && cd $BUILD_DIR

init_rocm_common_cmake_params

init_rocm_common_cmake_params

cmake \
Expand Down
1 change: 0 additions & 1 deletion tools/rocm-build/rocm-6.2.1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
<project name="HIP" />
<project name="hip-tests" />
<project name="HIP-Examples" />
<project name="HIP-Examples" />
<project name="HIPIFY" />
<project name="clr" />
<project name="hipother" />
Expand Down
1 change: 0 additions & 1 deletion tools/rocm-build/rocm-6.2.2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<manifest>
<remote name="rocm-org" fetch="https://github.com/ROCm/" />
<default revision="refs/tags/rocm-6.2.2"
<default revision="refs/tags/rocm-6.2.1"
remote="rocm-org"
sync-c="true"
sync-j="4" />
Expand Down
3 changes: 1 addition & 2 deletions tools/rocm-build/rocm-6.3.0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<project name="ROCm" revision="roc-6.3.x" />
<project name="ROCK-Kernel-Driver" />
<project name="ROCR-Runtime" />
<project name="ROCT-Thunk-Interface" />
<project name="amdsmi" />
<project name="rdc" />
<project name="rocm_bandwidth_test" />
Expand Down Expand Up @@ -75,4 +74,4 @@
<project name="aomp" path="openmp-extras/aomp" />
<project name="aomp-extras" path="openmp-extras/aomp-extras" />
<project name="flang" path="openmp-extras/flang" />
</manifest>
</manifest>

0 comments on commit 2005e72

Please sign in to comment.