HDFGroup / vol-cache

HDF5 Cache VOL connector for caching data on fast storage layers and moving data asynchronously to the parallel file system to hide I/O overhead.
https://vol-cache.readthedocs.io
BSD 3-Clause "New" or "Revised" License
16 stars 8 forks source link

Add GPU (cuda) Plug-in #6

Closed jjravi closed 3 years ago

jjravi commented 3 years ago

I tried to sync up the changes in the global_storage_extension to this branch

I am creating this Pull Request to start the process of adding the GPU plug-in to the cache-vol

zhenghh04 commented 3 years ago

@jjravi I merged this. I will change the makefile to enable people to compile the code without CUDA.

zhenghh04 commented 3 years ago

Updated both the master and global_storage_extension branches to include the CUDA development.