-
Hi all,
It's been awhile since I attempted setting up Gentoo with this overlay, but I was wondering if, for those with Intel CPUs, has anyone attempted to install and use Intel's new C/C++ compiler…
-
### Describe the bug
The test sycl/test-e2e/Basic/built-ins.cpp is failing when run on AMD HIP GPU. See below for commands to reproduce and resulting errors. The fail snippet has been taken from he…
-
### Describe the bug
See: https://github.com/intel/llvm/actions/runs/10185193333/job/28174852241
```
TIMEOUT: SYCL :: Reduction/reduction_internal.cpp (1862 of 2131)
******************** TEST 'S…
-
# Summary
"guided iso3dfd GPUOptimization Sample" is missing a space.
# URLs
https://github.com/oneapi-src/oneAPI-samples/tree/master/DirectProgramming/DPC%2B%2B/StructuredGrids/guided_iso3dfd_GP…
-
Using an explicit SYCL queue instance for Kokkos::SYCL targeting a GPU results in a SYCL (icpx) error:
```
terminate called after throwing an instance of 'sycl::_V1::runtime_error'
what(): Nati…
-
**Environment**
```
AFC & AFC-Scout latest 9/4/24
Arch / Plasma latest 9/4/24
Asus Zenbook 14" OLED Space Edition
SN: UX5401ZAS
BIOS 3.11 (latest) / No Linux Drivers from Asus :(
Intel Core …
-
## Bug Report
Unsure who to ping here. @nchaimov @sameershende
### Description
Trying to build `trilinos@develop` w/ SYCL using OneAPI Toolkit 2023.2.1 for use with Intel A770.
This is failing…
-
Hi everyone,
oneAPI is a program currently developed by Intel to have one programming model for many types of HW like CPU, GPU, FGPA and other accelerators. The base of the platform is DPC++ langua…
-
Able to build the clang with cuda backend with CUDA version 11.6 and 12.2 ,however, I am not able to run the compiled sample.
I have reported the same report earlier with a different hardware confi…
-
Hi,
given following C code:
```C
#include
int main (void)
{
true;
return 0;
}
```
```
$ clang -Wunused-value main.c
$ icx -Wunused-value main.c
$ gcc -Wunused-value main.c
`…