Bert Wesarg
Bert Wesarg
`doClGetExtensionFunctionAddress` is only defined in the `test-ocl.c`. `clGetExtensionFunctionAddress` is defined in two libraries. And this is also expected, as `libOpenCL.so` is a dispatcher library. The application is expected to only...
I now have a standalone [reproducer](https://github.com/LLNL/GOTCHA/files/15037728/dispatcher.tar.gz). But it still fails with #148 (c09a9ef086f7a92719f6b576e1a19c2637158344). ```console $ tar xf dispatcher.targz $ cd dispatcher $ make GOTCHA_ROOT= $ ./main Ed foo() Ed dispatch_init()...
thanks, I will give it a final run with the actual tool
works now also without filtering `libOpenCL.so`. thanks
Is it an intended side affect, that symbols resolved via `dlsym` are not wrapped at all anymore? Before this PR, it was possible to install a wrapper for `foo` and...
I think you have at least one misconception. GOTCHA tries to wrap **all** currently loaded libraries when `gotcha_wrap` is called or a new libarary `dlopen` _ed_. This means, that if...
exactly. To integrate #148 into our build system, I need to check the version. For versions
> Also, out of curiosity, what's your use case for a GCC without `gfortran`? We are using EB to build our CI env in Docker, bare metal, and QEMU/KVM on...
:+1: a custom default per payer/user would greatly simplify things in unbalanced projects for me. I tried the weights, but its not possible to give a user a weight of...
I noticed this too and commented on it [here](https://github.com/julien-nc/cospend-nc/issues/169#issuecomment-2415831370)