-
-
**Describe the bug**
Kernels are not permitted to call `printf` (see issue #487). This gets diagnosed correctly for regular calls, but calls to `__builtin_printf` go undiagnosed and result in inval…
-
### Describe the bug
When reading a unrom_int8 or unsigned_int8 image in sycl, it always crash in kernel.
I've tried w/ and w/o sampler. No matter data port or sampler, it both fails
### To re…
-
According to [4.9.5.1. Declaring a specialization constant](https://www.khronos.org/registry/SYCL/specs/sycl-2020/html/sycl-2020.html#_declaring_a_specialization_constant) any `device_copyable` type i…
-
Neat tool at the moment.
Sparklines would be great.
-
Below is a valid sycl code where we are allowed to multiply two sycl::range objects.
```c++
sycl::range dimBlock(1, 1, BLOCK_SIZE);
sycl::range dimGrid(1, 1, blockCols);
cgh.parallel_for(sycl::n…
-
I am not sure if here is the right place but I have a problem with intel oneapi. Here is the simple matrix multiplication code I am using:
```
/*
Intel oneAPI DPC++
dpcpp -Qstd=c++17 /…
-
We need to determine whether PennCNV is appropriate and effective for analyzing data generated from low-resolution arrays (such as array-CGH with an overall median probe genomi spacing of 40-60 kb).
…
-
Considering following case in DeepSpeed kernel, a global function template with parameter pack
```
template
__global__ void multi_tensor_apply_kernel(
int chunk_size, volatile int* noop_flag,…
-
```ptxas warning : Unresolved extern variable 'mangled-name' in whole program compilation, ignoring extern qualifier``` is being triggered when using ```inline constexpr``` global variables and ```sta…