File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 20
20
include :
21
21
- julia_version : " 1.9"
22
22
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"
25
25
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
26
29
build_docs : false
27
30
steps :
28
31
- name : " Install, g++, git, jq"
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Other versions of the Poplar SDK are not currently supported.
30
30
* the Poplar SDK version 2.2 uses LLVM 13, which is available in Julia v1.8;
31
31
* the Poplar SDK versions 2.3-2.5 use LLVM 14, which is available in Julia v1.9;
32
32
* 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 .
34
34
35
35
## Installation
36
36
You can’t perform that action at this time.
0 commit comments