Skip to content

Commit

Permalink
bump llvm_prev and llvm_curr versions
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Jul 28, 2023
1 parent 9b31350 commit b2b9648
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
20 changes: 10 additions & 10 deletions features/test/llvm/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@
}
}
},
// "llvm_15": {
// "image": "ubuntu:22.04",
// "features": {
// "llvm": {
// "version": "15"
// }
// }
// },
"llvm_16": {
"llvm_17": {
"image": "ubuntu:22.04",
"features": {
"llvm": {
"version": "16"
"version": "17"
}
}
},
"llvm_dev": {
"image": "ubuntu:22.04",
"features": {
"llvm": {
"version": "dev"
}
}
}
Expand Down
6 changes: 4 additions & 2 deletions matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ x-llvm-11: &llvm_11 { name: "llvm", version: "11" }
x-llvm-12: &llvm_12 { name: "llvm", version: "12" }
x-llvm-13: &llvm_13 { name: "llvm", version: "13" }
x-llvm-14: &llvm_14 { name: "llvm", version: "14" }
x-llvm-prev: &llvm_prev { name: "llvm", version: "15" }
x-llvm-curr: &llvm_curr { name: "llvm", version: "16" }
x-llvm-15: &llvm_15 { name: "llvm", version: "15" }
x-llvm-prev: &llvm_prev { name: "llvm", version: "16" }
x-llvm-curr: &llvm_curr { name: "llvm", version: "17" }
x-llvm-env: &llvm_env {CC: "clang", CXX: "clang++"}

x-nvhpc-prev: &nvhpc_prev { name: "nvhpc", version: "23.3" }
Expand Down Expand Up @@ -67,6 +68,7 @@ include:
- {features: [*nvhpc_curr, *python, *lit], env: *nvhpc_env}
- {features: [*gcc_11, *cuda_curr_max, *python, *lit], env: *gcc_env}
- {features: [*gcc_12, *cuda_curr_max, *python, *lit], env: *gcc_env}
- {features: [*llvm_15, *cuda_curr_max, *python, *lit], env: *llvm_env}
- {features: [*llvm_prev, *cuda_curr_max, *python, *lit], env: *llvm_env}
- {features: [*llvm_curr, *cuda_curr_max, *python, *lit], env: *llvm_env}
- {features: [*oneapi_2022, *cuda_curr_max, *python, *lit], env: *onapi_env}
Expand Down

0 comments on commit b2b9648

Please sign in to comment.