Skip to content

Commit

Permalink
Move to the MIOpen branch that supports this calling convention
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysz00 committed Jul 19, 2022
1 parent ada0675 commit 9a59e17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mlir/utils/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ void buildMIOpen(String cmakeOpts) {
}

void getAndBuildMIOpen(String prefixOpt, String cmakeOpts) {
git branch: 'find-MLIR', poll: false,\
git branch: 'bare-ptr-api-miir', poll: false,\
url: 'https://github.com/ROCmSoftwarePlatform/MIOpen.git'
buildMIOpen(cmakeOpts)
}
Expand All @@ -36,7 +36,7 @@ void buildMIOpenWithMLIR() {
installation: 'InSearchPath', workingDir: 'build'

dir('MIOpen') {
git branch: 'find-MLIR', poll: false,\
git branch: 'bare-ptr-api-miir', poll: false,\
url: 'https://github.com/ROCmSoftwarePlatform/MIOpen.git'
// Note: setting cxxflags here works around https://github.com/ROCmSoftwarePlatform/MIOpen/issues/1604
buildMIOpen("""-DMIOPEN_USE_MLIR=On
Expand Down
2 changes: 1 addition & 1 deletion mlir/utils/jenkins/Jenkinsfile.downstream
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ pipeline {
stage("Build MIOpen with libMLIRMIOpen") {
steps {
dir('MIOpen') {
git branch: 'find-MLIR', poll: false,\
git branch: 'bare-ptr-api-miir', poll: false,\
url: 'https://github.com/ROCmSoftwarePlatform/MIOpen.git'
buildMIOpen("""-DMIOPEN_USE_MLIR=On
-DMIOPEN_BACKEND=HIP
Expand Down

0 comments on commit 9a59e17

Please sign in to comment.