-
**Is your feature request related to a problem? Please describe**
One or more targets can be passed to `-fsycl-targets`. For the program being compiled, it can be beneficial to know at compile time…
-
I recently found out there is a bug in GCC version 11.3.0/11.3.1 affecting the compilation of `read_slha.cc` when compiling physics processes from the `*.sa` folders in SYCL. Using GCC version 11.2 se…
-
System information
Have I written custom code (as opposed to using a stock example script provided in TensorFlow): No
OS Platform and Distribution (e.g., Linux Ubuntu):14.04.3-->Trusty
Tensor…
-
LLNL Quicksilver (https://github.com/LLNL/Quicksilver) uses anonymous namespaces extensively for code that is only used within a single compilation unit, which is the modern C++ equivalent of static f…
-
#define sycl_reduction_plus(argus) sycl::reduction(&(argus), sycl::plus())
#define sycl_reduction_max(argus) sycl::reduction(&(argus), sycl::maximum())
#define sycl_reduction_min(argus) sycl::reduct…
-
**Bug summary**
When building with Clang 14 from ROCm 5.0 I encounter an error that `error: no member named 'SROAPass' in namespace 'llvm'` for `PipelineBuilder.cpp:87:23`. I have tried with `-DHIPSY…
-
Hi,
If I may, i find useful to add to the documentation a link to the talk entitled "The First Single Pass SYCL Compiler with Unified Code Representation Across Backends" in the section about gene…
-
### 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`…
-
This is a non-exhaustive list of some larger problems relating to XIlinx FPGA compilation and runtime execution (some with more information than others) that need some thought long term:
----------…
-
Hi, I encountered compile errors as shown below. Could you reproduce them ? The Makefiles are not provided, but the Makefiles for Intel/Nvidia GPUs are available as reference.
Thanks.
Could Hi…