Skip to content
Snippets Groups Projects
Commit bd765c98 authored by Vincent A. Arcila's avatar Vincent A. Arcila Committed by Michal Babej
Browse files

Fixed pocl version and added this docs work to CHANGES

parent cdf9599a
Branches
No related tags found
No related merge requests found
...@@ -52,6 +52,7 @@ Notable User Facing Changes ...@@ -52,6 +52,7 @@ Notable User Facing Changes
but still works but still works
- it's now possible to disable libhwloc support even when it's present, using -DENABLE_HWLOC=0 - it's now possible to disable libhwloc support even when it's present, using -DENABLE_HWLOC=0
CMake option CMake option
- Fixed issues with SYCL via DPC++ on PoCL on ARM.
Notable Fixes Notable Fixes
------------- -------------
......
...@@ -26,7 +26,7 @@ Listing tags from git repository (obtained with ...@@ -26,7 +26,7 @@ Listing tags from git repository (obtained with
``git describe --tags``).: ``git describe --tags``).:
- DPC++ - Intel LLVM: sycl-nightly/20230413_160000-2-g097d21c - DPC++ - Intel LLVM: sycl-nightly/20230413_160000-2-g097d21c
- PoCL: v3.1-RC1-279-g6a5c38b - PoCL: v4.0
- SPIRV-Tools: sdk-1.3.243.0-33-gdd03c1f - SPIRV-Tools: sdk-1.3.243.0-33-gdd03c1f
- OpenCL-Headers: v2023.02.06-5-g8c4f011 - OpenCL-Headers: v2023.02.06-5-g8c4f011
- OpenCL-ICD-Loader: v2023.02.06-2-gece9144 - OpenCL-ICD-Loader: v2023.02.06-2-gece9144
...@@ -240,7 +240,7 @@ PoCL as the OpenCL implementation that SYCL uses. ...@@ -240,7 +240,7 @@ PoCL as the OpenCL implementation that SYCL uses.
:: ::
[host@user]$ sycl-ls [host@user]$ sycl-ls
[opencl:cpu:0] Portable Computing Language, pthread-0xd01 OpenCL 3.0 PoCL HSTR: pthread-aarch64-unknown-linux-gnu-tsv110 [4.0-pre next-0-gbbb3d72] [opencl:cpu:0] Portable Computing Language, pthread-0xd01 OpenCL 4.0 PoCL HSTR: pthread-aarch64-unknown-linux-gnu-tsv110 [4.0-pre next-0-gbbb3d72]
4. After that, you can try with this test: 4. After that, you can try with this test:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment