Skip to content

Commit

Permalink
Bump minimum hipSYCL version and CI tested CUDA versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fknorr committed Aug 7, 2023
1 parent 85b7479 commit b174df7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
{ "sycl": "dpcpp", "sycl-version": "61e51015", "ubuntu-version": "20.04", "platform": "intel", "build-type": "Debug" },
{ "sycl": "dpcpp", "sycl-version": "latest", "ubuntu-version": "22.04", "platform": "intel", "build-type": "Debug" },
{ "sycl": "dpcpp", "sycl-version": "latest", "ubuntu-version": "22.04", "platform": "intel", "build-type": "Release" },
{ "sycl": "hipsycl", "sycl-version": "24980221", "ubuntu-version": "20.04", "platform": "nvidia", "build-type": "Debug" },
{ "sycl": "hipsycl", "sycl-version": "24980221", "ubuntu-version": "22.04", "platform": "nvidia", "build-type": "Debug" },
{ "sycl": "hipsycl", "sycl-version": "24980221", "ubuntu-version": "22.04", "platform": "nvidia", "build-type": "Release" },
{ "sycl": "hipsycl", "sycl-version": "d2bd9fc7", "ubuntu-version": "20.04", "platform": "nvidia", "build-type": "Debug" },
{ "sycl": "hipsycl", "sycl-version": "d2bd9fc7", "ubuntu-version": "22.04", "platform": "nvidia", "build-type": "Debug" },
{ "sycl": "hipsycl", "sycl-version": "d2bd9fc7", "ubuntu-version": "22.04", "platform": "nvidia", "build-type": "Release" },
{ "sycl": "hipsycl", "sycl-version": "latest", "ubuntu-version": "23.04", "platform": "nvidia", "build-type": "Debug" },
{ "sycl": "hipsycl", "sycl-version": "latest", "ubuntu-version": "23.04", "platform": "nvidia", "build-type": "Release" }
],
Expand Down
8 changes: 4 additions & 4 deletions docs/platform-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_label: Platform Support

The most recent version of Celerity aims to support the following environments:

* hipSYCL ≥ revision [`24980221`](https://github.com/illuhad/hipSYCL/commit/24980221), with
* hipSYCL ≥ revision [`d2bd9fc7`](https://github.com/illuhad/hipSYCL/commit/d2bd9fc7), with
* CUDA ≥ 11.0
* Clang ≥ 10.0 for CUDA < 12.0, Clang ≥ 16.0 for CUDA ≥ 12.0
* on NVIDIA hardware with compute capability ≥ 7.0
Expand All @@ -26,9 +26,9 @@ Those are:
|------------|------------------------------------------------------------------------------------------|--------------|----------------|
| DPC++ | [`61e51015`](https://github.com/intel/llvm/commit/61e51015) | Ubuntu 20.04 | Debug |
| DPC++ | [`HEAD`](https://github.com/intel/llvm/) | Ubuntu 22.04 | Debug, Release |
| hipSYCL | [`24980221`](https://github.com/illuhad/hipSYCL/commit/24980221) (Clang 10, CUDA 11.0.3) | Ubuntu 20.04 | Debug |
| hipSYCL | [`24980221`](https://github.com/illuhad/hipSYCL/commit/24980221) (Clang 14, CUDA 11.8.0) | Ubuntu 22.04 | Debug, Release |
| hipSYCL | [`HEAD`](https://github.com/illuhad/hipSYCL) (Clang 16, CUDA 12.1.0)\* | Ubuntu 23.04 | Debug, Release |
| hipSYCL | [`d2bd9fc7`](https://github.com/illuhad/hipSYCL/commit/d2bd9fc7) (Clang 10, CUDA 11.0.3) | Ubuntu 20.04 | Debug |
| hipSYCL | [`d2bd9fc7`](https://github.com/illuhad/hipSYCL/commit/d2bd9fc7) (Clang 14, CUDA 11.8.0) | Ubuntu 22.04 | Debug, Release |
| hipSYCL | [`HEAD`](https://github.com/illuhad/hipSYCL) (Clang 16, CUDA 12.2.0)\* | Ubuntu 23.04 | Debug, Release |

\* currently requires a patch for an illegal macro definition in CUDA:

Expand Down

0 comments on commit b174df7

Please sign in to comment.