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 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"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments