-
Currently the spec does define a default constructor for `cl::sycl::id`, but not for ` cl::sycl::range` . I'm not sure whether this is intentional or an oversight, however it can be quite a hassle whe…
-
**Describe the bug**
https://github.com/triSYCL/sycl/blob/sycl/unified/next/sycl/doc/GettingStartedXilinxFPGA.md should be updated around **Running the test suite**
-
## What type of issue is this?
- [x] Bug in the code or other problem
## Where does this bug appear?
Check all that apply:
- [x] MacOS
- [x] Clang
- [x] MPICH, without fortran suppor…
-
On `xsjsycl41` with
- https://github.com/triSYCL/sycl/tree/sycl/unified/next c69b33d43a152e5f7b6d59e7f9d2020fb764c73b
- https://github.com/Xilinx/XRT f51f9411ecc54e1f8e540efa00e8df868ee7ad14
Work…
-
Hi everybody,
There is no easy way of saying this: Unfortunately, due to external legal pressure, we are being forced to abandon the Open SYCL name and look for an alternative. I'd like to avoid po…
-
## Describe the bug
As in description, compilation of kernel_param when used with paralle_for wails with error:
```
/home/bsobol/work/trisycl/build/bin/../include/sycl/types.hpp:2445:17: error: am…
-
#### Bug description
After latest changes in `https://github.com/triSYCL/sycl/blob/sycl/unified/next/sycl/plugins/xrt/pi_xrt.cpp` the toolchain stopped compiling with the following:
```
error: use …
-
### Some background
First of all, sorry for creating so many issues recently. I'm working on a paper about the project I mentioned some time ago in https://github.com/triSYCL/sycl/issues/123 (now f…
-
### Problem description
When I try to compile such code:
```cpp
struct Line {
float slope;
float intercept;
};
int main() {
sycl::queue queue{};
{
queue.submit([&](…
-
Spack has: hipsycl, icpx and dpcpp compilers:
- hipsycl is AMD's offering
- dpcpp is data parallel c++ but with Kronos offload
- icpx is intel c++ but with OpenMP offload
The code should be able…