Bert Wesarg
Bert Wesarg
`()` as a function argument list in C is equivalent to `(...)`, i.e, in C you get at most a warning, if it is called with too many arguments. Clarify...
The arguments for these callbacks include `.stream` and `.stream__val`. Based on `/opt/rocm-5.2.0/include/hip/hcc_detail/hip_prof_str.h` `.stream__val` should be the value when dereferencing `.stream` in the EXIT phase. Though I get different values between...
The `device_id` field of an `HIP_API_ID_hipDeviceSynchronize` record (`roctracer_record_t`) does not yield a valid device. It seems random/uninitialized. I'm currently using the correlation ID to correlate the device at host time...
We would like to have more kernel metadata than just the kernel name in a lunch callback. At least the following information would be great to have easily access too,...
I have a reproducer that breaks valid OpenCL applications when wrapping OpenCL functions with GOTCHA Compile either with or without `-DUSE_GOTCHA`: ```c /* -*- c -*- */ #define _GNU_SOURCE #include...
The source version, not the library interface version (aka libtool version). Thanks.
Building (any) GCC EB without fortran (`--try-amend=languages=c,c++`) fails the [post-install step](https://github.com/easybuilders/easybuild-easyblocks/blob/f5b362c780f294e3d45e5a9d814fc1fdcb406408/easybuild/easyblocks/g/gcc.py#L906) because it unconditionally try to create an `f77` symlink to `gfortran`, which does not exist. ``` == 2024-05-02 14:56:48,215...