Brice Videau
Brice Videau
The following declaration ```c int f(int n, float a[restrict n]); ``` does not yield the correct AST, both the `restrict` qualifier and the length `n` are lost. This snippet parses...
The enum entry `ZES_STRUCTURE_TYPE_BASE_STATE` should not exist as `zes_base_state_t` is supposed to be abstract. see: https://github.com/oneapi-src/level-zero/blob/bb7fff05b801e26c3d7858e03e509d1089914d59/include/zes_api.h#L131 and: https://github.com/oneapi-src/level-zero/blob/bb7fff05b801e26c3d7858e03e509d1089914d59/include/zes_api.h#L158-L165
In 1.5.0 release, the signature of `zeLoaderInit` was changed, but there does not exist a way currently to determine what version of this symbol the library is exporting. For reference...
Hello, Thanks for this great library. I ran into a small issue while double checking some results. The (not so) small sample here seems to be generating invalid configurations: ```python...
This is a (full fledged, functional) straw-man proposal of an implementation of one of @bashbaug ideas for easing OpenCL ICD loader issues. These headers allow an OpenCL application to be...
Should the version number here be updated: https://github.com/KhronosGroup/OpenCL-Headers/blob/59ac4dc2f282286d8db83143686cfe37ec658b84/CMakeLists.txt#L3-L7
Hello, I am experiencing an issue similar to https://github.com/SciRuby/iruby/issues/303 I made a small github repository to reproduce the issue in binder, but this also occurs on my ubuntu 21.10 using...
Dear NArray developers, I am the developer of [opencl_ruby_ffi](https://github.com/Nanosim-LIG/opencl-ruby), OpenCL bindings for ruby. In order to interface the previous version of NArray with [FFI](https://github.com/ffi/ffi) based library I have hacked a...
This patch restores the behavior of babeltrace2 to that of babeltrace1.5 regarding the handling of ctf_sequence_text and ctf_array_text. The original bytes/length provided during tracing are reflected in the resulting string...
Hello, This is a proposal (working) implementation of ruby plugin support. It goes hand in hand with the ruby bindings for babeltrace2 [babeltrace2-ruby](https://github.com/alcf-perfengr/babeltrace2-ruby), where most of the tests are done....