#heterogeneous #cpu-gpu #applications #cuda #universal #computing #general

sys ulib

Universal data storage library for CPU/GPU heterogeneous applications

6 releases

0.3.3 Aug 20, 2023
0.3.2 Aug 20, 2023
0.3.1 Apr 30, 2023
0.2.1 Dec 22, 2022
0.1.0 Jul 30, 2022

#13 in #heterogeneous

Download history 18/week @ 2024-02-25 2/week @ 2024-03-03 8/week @ 2024-03-10 9/week @ 2024-03-17 108/week @ 2024-03-31

126 downloads per month
Used in 4 crates (3 directly)

AGPL-3.0-only

30KB
618 lines

ulib: General library for universal computing.

This library basically implements traits and structs for holding vectors on hosts and different kinds of devices. It is intended to be used with ucc builder which generates wrapper bindings using this library.

CUDA support must be manually enabled using the feature cuda.

Dependencies

~1.3–5.5MB
~135K SLoC