-
Updated
May 12, 2022 - C++
sycl
Here are 88 public repositories matching this topic...
Just an FYI whilst I was trawling through the ROCm GitHub page:
https://rocmdocs.amd.com/en/latest/Programming_Guides/Programming-Guides.html#
The problem is that the OpenCL types in https://github.com/triSYCL/triSYCL/blob/master/include/triSYCL/opencl_types.hpp are defined on the host according to the x86-64 Linux ABI which depends on the CPU & OS instead of using the description from https://www.khronos.org/registry/OpenCL/specs/2.2/html/OpenCL_C.html#built-in-scalar-data-types
Note that the system-wide cl_size_t has been removed
-
Updated
May 18, 2022 - C
The cl_ types are not needed in general, however they should still be kept in the OpenCL C interop sample code.
-
Updated
May 24, 2022 - HTML
-
Updated
Apr 26, 2022 - C++
-
Updated
May 24, 2022 - Python
-
Updated
Mar 2, 2022 - C++
-
Updated
May 26, 2022 - C++
-
Updated
May 4, 2022 - C++
-
Updated
Dec 15, 2021 - C++
Things like XILINX_XRT which are set by the user and others like XILINX_DEVICE_ONLY that are set by the compiler but affect the code users compile may be useful to add.
-
Updated
Mar 31, 2020 - C++
DEBUG variable should be removed from numba_dppy.compiler.
It will require replace callers code.
It is for separate PR.
Originally posted by @PokhodenkoSA in IntelPython/numba-dpex#354 (comment)
Some of the gt-blas calls require temporary space, particularly the SYCL backend. Having a managed storage helper class would be useful for implementing this, in a nice RIAA way.
-
Updated
Feb 19, 2019 - C++
-
Updated
Jul 5, 2021 - C++
-
Updated
May 12, 2022 - C++
Improve this page
Add a description, image, and links to the sycl topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sycl topic, visit your repo's landing page and select "manage topics."
There are couple more cases to filter out from
isEntryPoint()check:__builtin*and__esimd*.Originally posted by @kbobrovs in intel/llvm#5858 (comment)