/VirtualMultiArray

C++ virtual-array implementation that uses all graphics cards in system as storage (with LRU cache eviction on RAM) and uses OpenCL for data transfers. (Random access: faster than HDD) (Sequential access: faster than SSD) (big objects: faster than NVMe)

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Stargazers