Ronan Keryell

Results 101 issues of Ronan Keryell

The name of this file is unclear while it is all about Xilinx FPGA. Update to the latest version of the tests.

It is cumbersome to include many headers for an XRT application. There should be a single header for most use cases, like `xrt/xrt.h` or `xrt/xrt.hpp` or `xrt/xrt++.h` or *[bikesheding]*. I...

I have tried to read the manual to install ROCm on my Ubuntu 22.04 machine but unfortunately the images from https://docs.amd.com/bundle/ROCm-Installation-Guide-v5.3 are unreadable with a resolution which is too low...

**Bug summary** I cannot see the ROCm device on my machine. ``` rkeryell@xsjsycl41:/tmp$ hipsycl-info [hipSYCL Warning] backend_loader: Could not load backend plugin: /usr/local/lib/hipSYCL/librt-backend-hip.so [hipSYCL Warning] /usr/local/lib/hipSYCL/librt-backend-hip.so: undefined symbol: hipDriverGetVersion =================Backend...

bug

To be rebased on `main` once https://github.com/Xilinx/XRT/pull/8003 has landed. I think the code would benefit from some review by DRM experts because I have 0 expertise. @superm1 @airlied This is...

AMD FPGA PCIe cards on Linux come with an OpenCL and XRT platform to control them. While probably nobody has ever tried, using SYCL on a machine will typically tries...

The `/etc/udev/rules.d/99-xocl.rules` has a rule: ``` KERNEL=="renderD*",MODE="0666" ``` to make the DRM control file usable by anybody. But it changes all these files on the system, like the one for...

Running `clinfo` shows: ``` [...] Platform Name Xilinx Number of devices 1 Device Name xilinx_u200_gen3x16_xdma_base_1 Device Vendor Xilinx Device Vendor ID 0 Device Version OpenCL 1.0 Driver Version 1.0 Device...

Several exercises are still doing manual work by defining their own USM aspect selector while in SYCL 2020 there directly the concept of `sycl::aspect_accessor`. https://registry.khronos.org/SYCL/specs/sycl-2020/html/sycl-2020.html#sec:device-selector