GithubHelp home page GithubHelp logo

yiyang188 / gpuramdrive Goto Github PK

View Code? Open in Web Editor NEW

This project forked from prsyahmi/gpuramdrive

0.0 0.0 0.0 552 KB

RamDrive that is backed by GPU Memory

License: MIT License

C++ 99.46% C 0.54%

gpuramdrive's Introduction

GpuRamDrive

Create a virtual drive backed by GPU RAM.

Screenshot

This application simply allocates a memory buffer inside GPU RAM and use it as virtual ram disk. The project is made possible by ImDisk and its proxy feature.

Using GPU RAM isn't as fast as host main memory, however it is still faster than a regular HDD. The result below is taken on my system with GTX 850M and i7-4710MQ. As IO operation is happening between the CPU and GPU, the GPU can become active from idle state and might causes system to draw more power. This merely just a PoC, user who search for this kind of solution is advised to upgrade the RAM or buy a faster storage.

Benchmark

People who interested in this might also want to check BadMemory: https://github.com/prsyahmi/BadMemory

Usage

  1. Install ImDisk Virtual drive (https://www.ltr-data.se/opencode.html)
  2. Download GpuRamDrive from https://github.com/prsyahmi/GpuRamDrive/releases
  3. Run GpuRamDrive_x64.exe or GpuRamDrive-cuda_x64.exe according to your platform

Compiling

To compile, open the solution, configure the target platform and build the project.

License

This project is licensed under MIT. See LICENSE.

gpuramdrive's People

Contributors

abesada avatar prsyahmi avatar totalcaesar659 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.