From b174df7dd10f1c74eb81039af7f3dd570e6c0228 Mon Sep 17 00:00:00 2001 From: Fabian Knorr Date: Thu, 3 Aug 2023 14:21:27 +0200 Subject: [PATCH] Bump minimum hipSYCL version and CI tested CUDA versions --- .github/workflows/build_matrix.json | 6 +++--- docs/platform-support.md | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build_matrix.json b/.github/workflows/build_matrix.json index 6b33bfa19..c2a0ba4dd 100644 --- a/.github/workflows/build_matrix.json +++ b/.github/workflows/build_matrix.json @@ -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" } ], diff --git a/docs/platform-support.md b/docs/platform-support.md index 17be2e5c8..2310c4e7d 100644 --- a/docs/platform-support.md +++ b/docs/platform-support.md @@ -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 @@ -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: