diff --git a/Project.toml b/Project.toml index f2f856b..350c091 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "IPUToolkit" uuid = "92e0b95a-4011-435a-96f4-10064551ddbe" authors = ["Emily Dietrich ", "Luk Burchard ", "Mosè Giordano "] -version = "1.6.1" +version = "1.6.2" [deps] Clang = "40e3b903-d033-50b4-a0cc-940c62c95e31" @@ -19,7 +19,7 @@ libcxxwrap_julia_jll = "3eaa8342-bff7-56a5-9981-c04077f7cee7" [compat] Clang = "0.14, 0.17.4, 0.18" -CxxWrap = "0.14" +CxxWrap = "0.14, 0.16" GPUCompiler = "0.23, 0.24, 0.25, 0.26" JSON = "0.21.4" LLVM = "6, 7" @@ -30,4 +30,4 @@ Scratch = "1.1" TOML = "1" UUIDs = "1" julia = "1.9" -libcxxwrap_julia_jll = "0.11" +libcxxwrap_julia_jll = "0.11, 0.13.2" diff --git a/docs/src/index.md b/docs/src/index.md index 748d4f5..7ad93b4 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -19,7 +19,7 @@ This package requires * Julia v1.6+ (currently tested up to Julia v1.10), * the Poplar SDK v1.3 or v2.0-v3.2 including the `popc` compiler, -* a C++ compiler supporting C++17 standard for compiling the wrapper around the Poplar SDK (e.g. g++ 9 or following releases). +* a C++ compiler supporting C++17 standard for compiling the wrapper around the Poplar SDK (e.g. G++ 9 or following releases). Other versions of the Poplar SDK are not currently supported. @@ -30,7 +30,7 @@ Other versions of the Poplar SDK are not currently supported. * the Poplar SDK version 2.2 uses LLVM 13, which is available in Julia v1.8; * the Poplar SDK versions 2.3-2.5 use LLVM 14, which is available in Julia v1.9; * the Poplar SDK versions 2.6-3.2 use LLVM 15, which is available in Julia v1.10; - * the Poplar SDK version 3.3 uses LLVM 16, which is available in Julia v1.11 (NOTE: this combination has ***not** been tested yet and is likely not to work at the moment). + * the Poplar SDK version 3.3 uses LLVM 16, which is available in Julia v1.11 (NOTE: this combination has ***not*** been tested yet and is likely not to work at the moment). ## Installation