Hadrien G.
Hadrien G.
The Linux part of this ~~should be done soon (hopefully next week)~~ is done, but the libnuma part requires libnuma bindings whose masks expose *const c_ulong interop. The current Rust...
I don't have working local setups for most of these GPU APIs and have little interest in them, so external contributions from people who got these working and have a...
The suggested procedure is quite cumbersome, and implementing a high-level wrapper for it, at least on Linux, would likely be appreciated by interested users.
This API is going to take significant effort to bind, and I cannot think of a good use case for it at the moment. If you would have an interest...
I don't have access to a system that has a working OpenFabrics setup, contributions from people who have access to one and are interested in this feature would be appreciated.
I'm not sure if the argument that was made for using this more complex loading procedure in the case of NVML, at the expense of reduced compile-time error checking and...
Closing due to lack of OP reaction.
It can be done with a lookup table, but you need a 2D lookup table because relocation type numbers are reused across CPU architectures with different meanings on each architecture....
Notice how the from_value function does not ask you for the CPU arch, which is required information for disambiguating reuse of ELF relocation type codes across CPU arches. This suggests...
I think you may find the [name mangling wikipedia page](https://en.wikipedia.org/wiki/Name_mangling) worth a read. To summarize its key points: - Itanium name mangling has been used by GCC, clang and icc...