Skip to content

Commit cc10052

Browse files
committed
[CI] Test with Poplar 3.3
1 parent 853a85d commit cc10052

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,12 @@ jobs:
2020
include:
2121
- julia_version: "1.9"
2222
docker_image: graphcore/poplar:2.5.1-ubuntu-20.04-20220629
23-
build_docs: true
24-
- julia_version: "^1.10.0-0"
23+
build_docs: false
24+
- julia_version: "1.10"
2525
docker_image: graphcore/poplar:3.2.0-ubuntu-20.04-20230314
26+
build_docs: true
27+
- julia_version: "^1.11.0-0"
28+
docker_image: graphcore/poplar:3.3.0-ubuntu-20.04-20230703
2629
build_docs: false
2730
steps:
2831
- name: "Install, g++, git, jq"

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Other versions of the Poplar SDK are not currently supported.
3030
* the Poplar SDK version 2.2 uses LLVM 13, which is available in Julia v1.8;
3131
* the Poplar SDK versions 2.3-2.5 use LLVM 14, which is available in Julia v1.9;
3232
* the Poplar SDK versions 2.6-3.2 use LLVM 15, which is available in Julia v1.10;
33-
* the Poplar SDK version 3.3 use LLVM 16, which as of 2023-07-05 is not available in any Julia version.
33+
* the Poplar SDK version 3.3 uses LLVM 16, which is available in Julia v1.11.
3434

3535
## Installation
3636

0 commit comments

Comments
 (0)