VirtualMultiArray
VirtualMultiArray copied to clipboard
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 acc...
Hi tugrul512bit :) Again; I'm no dev, so just thought you may find this interesting/useful: "...The weak-lru-cache package provides a powerful cache that works in harmony with the JS garbage...
This looks very interesting tugrul512bit. Thx! I'm no dev and have never compiled any software. VMA has inspired me to look into compiling! I do know that Intel's compiler is...