-
I want to build media-transport-library with intel oneAPI DPC++ library, I'm trying to set "icx" compiler, but it reports errors.
Here is more detail infomations.
1. change "build.sh" script
…
-
### Discussed in https://github.com/oneapi-src/oneDPL/discussions/1786
Originally posted by **denommenator** August 20, 2024
I've been trying to run some dpl algorithms on sub-ranges of sycl::…
-
### Describe the bug
Compilation flag (`-mlong-double-64`) doesn`t seem to apply for the device-side, results in `long double` error
`error: expression requires 128 bit size 'long double' type sup…
-
Versions of Intel's oneAPI Basekit after 2023.2 have changed the CMake workflow for using SYCL with Intel's compiler. Therefore, currently building ArrayFire with CMake and the Visual Studio Generator…
-
[SYCL 2020 section 5.2, "Naming of kernels"](https://registry.khronos.org/SYCL/specs/sycl-2020/html/sycl-2020.html#sec:naming.kernels) includes the following note:
> The requirement that a kernel nam…
-
**Describe the bug**
reproducer test_include.cpp
```
#include
int main()
{ }
```
My intention is to call SYCL runtime library.
For this minimal SYCL code, I expect the needed include path i…
-
### Describe the bug
Compilation of DPC++ with CUDA support keeps error'ing out at the late stage during the compilation process. The error message I see is
```
/llvm/libdevice/imf/../imf_impl_u…
-
**Is your feature request related to a problem? Please describe**
I'm trying to add SYCL backend to TVM. In it, kernel source code is automatically generated at runtime, so source code needs to be co…
-
We are finally starting to use oneDPL in earnest in the [traccc](https://github.com/acts-project/traccc) project, now that #1060 is not an issue anymore.
Now I ran into a different, pretty interest…
-
I previously posted about 1 issue related to static default policies in the oneapi/dpl headers, which setting the environment variable `ONEDPL_USE_PREDEFINED_POLICIES 0` fixed.
I have now obtained…