Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CompatHelper: bump compat for CxxWrap to 0.16 #66

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "IPUToolkit"
uuid = "92e0b95a-4011-435a-96f4-10064551ddbe"
authors = ["Emily Dietrich <[email protected]>", "Luk Burchard <[email protected]>", "Mosè Giordano <[email protected]>"]
version = "1.6.1"
version = "1.6.2"

[deps]
Clang = "40e3b903-d033-50b4-a0cc-940c62c95e31"
Expand All @@ -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"
Expand All @@ -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"
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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

Expand Down
Loading