-
Hi there, I'm trying to get the intel-extension-for-tensorflow working on my Core Ultra 5 125H Arc Graphics, and I have made a docker container as in the docs. However, while running env_check.py, I g…
-
**Project description**
Intel oneAPI DPC++/C++ Compiler
Refer: [ArchLinux](https://archlinux.org/packages/extra/x86_64/intel-oneapi-dpcpp-cpp/)
Related packages:
- [mkl](https://search.nix…
-
### Describe the bug
The attached SYCL program [test.cc](https://github.com/user-attachments/files/16729928/test.cc.txt) builds and runs if compiled with `-O2`, but causes a compiler crash with `-O0`…
-
# Summary
It seems that the tutorial in https://github.com/oneapi-src/oneAPI-samples/tree/master/DirectProgramming/C%2B%2BSYCL_FPGA/include
is not consistent with the latest dpc++ version
# Versi…
-
### Describe the bug
When I try to migrate the code containing extern template
```cpp
#include
template
class foo1{};
template
__device__ __host__ foo1 foo()
{
return foo1{}…
-
### Describe the bug
A number of tests were incorrectly always disabled due to `REQUIRES:` conditions that could never be met. After being re-enabled two of these tests fail.
The following are f…
-
Using XPU nightly wheel works for me to run pytorch in eager mode on Intel GPU (I used PVC). For that it seem there is no need to install oneAPI following https://www.intel.com/content/www/us/en/devel…
-
(Not sure if this is the correct place for this issue)
I have two SPIR-V module, a working one `nobug.spv` which has following kernels in pseudo OpenCL:
```opencl
global int *Foo;
kernel void …
-
Hello, I am working on compiling the Loop Unroll sample.
Both Compiling for emulation & Generating the optimization report work well.
I am trying to Compile for simulation.
I have installed intel …
-
### Describe the bug
The following tests failed, and thus XFAIL'd, when enabling PVC in CI (https://github.com/intel/llvm/pull/14720):
```
SYCL :: Basic/accessor/accessor.cpp
SYCL :: Deprecate…