Attila Krasznahorkay
Attila Krasznahorkay
**Describe the bug** While trying to test something entirely different, I found that a way in which I've set up buffer objects in the past for tests, is apparently not...
I seem to have run into a pretty fundamental design issue in the code. :frowning: As discussed in https://github.com/acts-project/traccc/pull/442, apparently a oneDPL using application can never be executed on a...
## Explain what you would like to see improved I know that this is a **very** first world problem, but it has been bugging me since a while. The build...
# Describe the bug This issue has been hurting us for a while already, but since the compiler's behaviour changed a little bit recently, I thought it would finally be...
@fwinkl discovered in the debug Athena nightlies that any jobs using Acts (executed from an installation of Athena sitting on CVMFS), would produce errors like: ``` ... profiling:/build1:Cannot create directory...
Reverts acts-project/vecmem#279. The claim in https://github.com/actions/runner-images/issues/10004 is that the GitHub Windows runners are now back to not needing this workaround anymore. So, let's see...
As discussed in some previous PRs, the build system making decisions about how clients should be using some of the templated code in `vecmem::core` and `vecmem::sycl`, just based on the...
While doing some tests on Windows with the latest version of the code, I ran into the following warnings during the build: ``` ... [ 70%] Building SYCL object sycl/CMakeFiles/vecmem_sycl.dir/src/memory/memory_resource_base.sycl.obj...
@stephenswat brought this up in the past, at which point I admittedly didn't pay maybe enough attention to it. But now, at least with a recent oneAPI / clang version,...
Unfortunately #275 seems to have introduced a failure in a setup that's not too easy to test in the CI. 😦 While building the latest code on Windows, with CUDA...