3 papers
cs.IT2025
Is star complexity a proxy for information based complexity of graphs?
Russell K. Standish
Information-based complexity (IBC) is a well-defined complexity measure of any object given a description in a language and a classifier that identifies those descriptions with the…
cs.DC2025
Dynamic Memory Management on GPUs with SYCL
Russell K. Standish
Dynamic memory allocation is not traditionally available in kernels running on GPUs. This work aims to build on Ouroboros, an efficient dynamic memory management library for CUDA a…
cs.PL2024
Fat API bindings of C++ objects into scripting languages
Russell K. Standish
A fat API exposes nearly all of a C++ object's public attributes and methods to a consuming environment, such as a scripting language, or web client. This can be contrasted with a…