Ronan Keryell

Results 101 issues of Ronan Keryell

Considering how the example are written in SC22 `Lecture_04_Handling_Errors`, a loop around the `exception_list` are useless for example.

- Implement what has to be implemented; - close the ones which are already handled.

First code has to be *simple*. Remove all the error handlers and other try/catch from SC22 Lesson 1. I wish I could have made a PR but it looks like...

With latest `unified/next` I get this error: ``` python3 ./buildbot/configure.py \ -o build-release \ --cuda --hip --xrt \ --shared-libs \ --use-lld \ --cmake-opt="-DCMAKE_EXPORT_COMPILE_COMMANDS=1" \ -t Release \ --cmake-gen Ninja \...

The example from https://github.com/triSYCL/sycl/blob/sycl/unified/next/sycl/doc/GettingStartedXilinxFPGA.md#running-a-bigger-example-on-real-fpga is using ```c++ queue q {property::queue::enable_profiling()}; ``` and fails with ``` keryell@xsjsycl41:/var/tmp/rkeryell/SYCL/llvm/sycl/test/vitis/edge_detection ((03ee1150c1c7...))$ ./edge_detection data/input/eiffel.bmp Calculating Max Energy... inputBits = 8 coefMax = 2 Max Energy...

bug

This allows easier comparisons between the various CI configurations. Use latest GitHub actions/checkout@v4 This fixes some deprecation warnings about old NodeJS. Also fix some trailing space issues by side effect.

There is a discrepancy between the manual way https://docs.amd.com/bundle/ROCm-Installation-Guide-v5.3.3/page/How_to_Install_ROCm.html which describes correctly the `/etc/apt/sources.list.d/amdgpu.list` content to: ``` deb [arch=amd64] https://repo.radeon.com/amdgpu/5.3.3/ubuntu jammy main #deb-src https://repo.radeon.com/amdgpu/5.3.3/ubuntu jammy main ``` while running `sudo...

It looks like the current proposal does not have the usual `a[j][j][k]` syntax. Since it cannot be an omission :-) , what are the reasons for this absence? It is...

subject - mdspan (P0009)
follow on paper