-
Hi,
I was trying to run a sample JAX python program with intel extension for openxla on an Intel flex 140 GPU when I encountered an error ZE_RESULT_ERROR_DEPENDENCY_UNAVAILABLE coming out of zeMo…
-
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
…
-
### Describe the bug
Hey! I am learning to use SYCL but I encountered a little issue when using `sycl::atomic_ref::exchange`. Things work fine on CPU, but when I switched to GPU even a very simple te…
-
**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**
The OpenCL plugin support for dpc++ tries to create a queue with the property CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE.
If this fails (such as in the oneAPI Construction Kit), the…
-
### Summary of the new feature / enhancement
I'm Windows ↔ Linux user with both development OS are using. I found something fun: [Environment Modules](https://github.com/cea-hpc/modules.git) is start…
-
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…
-
### Describe the bug
While building SYCL code with Intel oneAPI, I noticed that `llvm-foreach` is almost always sitting at 100% cpu usage.
### top:
```
%Cpu(s): 8.5 us, 5.0 sy, 0.0 ni, 85.8 i…
-
### Describe the bug
From testing the L0 loader bump PRs:
* https://github.com/oneapi-src/unified-runtime/pull/2279 / https://github.com/intel/llvm/pull/15967
* https://github.com/intel/llvm/pull…
-
Hi, CTranslate2 uses oneDNN. oneDNN latest versions has [support for AMD GPU](https://github.com/oneapi-src/oneDNN/tree/master/src/gpu/amd). It [require Intel oneAPI DPC++](https://developer.codeplay.…