Attila Krasznahorkay
Attila Krasznahorkay
Ever since GCC 13 arrived, we've been getting the following runtime errors in our tests: ``` /usr/include/c++/13/bits/memory_resource.h:76:71: runtime error: null pointer returned from function declared to never return null ```...
While working on https://github.com/acts-project/traccc/pull/712 yesterday, I was surprised to see how expensive it apparently is to copy a few megabytes of cell information from one host location to another. What...
What should one do on a weekend if not write some useless code... 🤔 I wanted to see for a while now whether [Metal](https://developer.apple.com/metal/) was the least bit compatible with...