Skip to content

Commit 1d0e022

Browse files
committed
Slightly reword the readme for clarity
1 parent 36776cb commit 1d0e022

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# A SYCL plug-in for AMReX's ElectromagneticPIC tutorial
1+
# A SYCL plug-in to run AMReX apps on AMD/Nvidia GPUs
22

33
_**Nuno Nobre**, Alex Grant, Karthikeyan Chockalingam and Xiaohu Guo_
44

@@ -30,13 +30,12 @@ AMReX's SYCL capability beyond Intel GPUs.
3030
We support two open-source SYCL compiler and runtime frameworks:
3131
- [DPC++](https://github.com/intel/llvm) (proprietary solutions, e.g. the
3232
[Intel oneAPI DPC++/C++ Compiler](https://www.intel.com/content/www/us/en/developer/tools/oneapi/dpc-compiler.html)
33-
and its [plugins](https://codeplay.com/portal/blogs/2022/12/16/bringing-nvidia-and-amd-support-to-oneapi.html),
34-
should also work);
33+
and its [plugins](https://codeplay.com/solutions/oneapi/), should also work);
3534
- [Open SYCL](https://github.com/OpenSYCL/OpenSYCL)
3635
(formerly known as hipSYCL).
3736

38-
The plug-in has been tested on _all_ the generally available high performance
39-
computing GPUs, which at the beginning of 2023 means the following cards:
37+
The plug-in has been tested on _all_ the high performance computing GPUs
38+
generally available at the beginning of 2023:
4039

4140
- Nvidia: V100 and A100;
4241
- AMD: MI100, MI210 and MI250.

0 commit comments

Comments
 (0)