Joachim Meyer

Results 9 issues of Joachim Meyer

Instead of using `clang --version` output for getting the ROCm version, which was dependent on the exact repo and branch LLVM was built from, use a two staged process: 1....

This uses cpuid and thus does only work on x86 based CPUs. Currently, we only provide the following information for the OpenMP backend: ``` Discovered devices from backend 'OpenMP': device...

This is a follow-up on #340. I agree that `client_secret` might be empty as of the spec: https://tools.ietf.org/html/rfc6749#section-6 ``` authenticate the client if client authentication is included and ensure that...

Not encountering a barrier inside the first block does not guarantee that we won't see a barrier in the following blocks. The barrier semantics only require the threads within a...

Hi, hipSYCL builds a Clang and LLVM plugin to support SYCL on top of HIP but also upstream Clang. We currently have multiple issues where providing compatibility with both, upstream...

Under Investigation

I can successfully exclude a host by adding its IP with `%xxx.xx.xx.xx` to the command line, but if I add `%sub.domain.tld` to the command line, it will still route via...

enhancement

So far, to my knowledge, it is not easily possible to query on the CMake level whether the used AdaptiveCpp was built with certain features. This adds a bunch of...

I did a thing - even though the changes are neither especially significant nor polished and thus require much manual pasting, I just wanted to have the PR to enable...

Also, fix package versions in the docker and requirements.txt files. Validated the Dockerfile without any user-installed packages.