Code Monkey home page Code Monkey logo

Comments (7)

cyk0521 avatar cyk0521 commented on July 24, 2024 1

I have ported darknet (https://github.com/pjreddie/darknet) for GPGPU-sim (cuBLAS and cuRAND were replaced by my own kernels), and executed VGGnet-16 (inference).

It works fine with my native GPU1080Ti, but it shows buffer overflow while loading weight data from a file (528MB).
GPGPU-sim consumed more than 4GB memory while loading the weight file of VGGnet-16, and it showed buffer overflow which was not shown at native GPU.

from gpgpu-sim_distribution.

abhi1212 avatar abhi1212 commented on July 24, 2024

What type of application are you trying to run?

from gpgpu-sim_distribution.

abhi1212 avatar abhi1212 commented on July 24, 2024

from gpgpu-sim_distribution.

cyk0521 avatar cyk0521 commented on July 24, 2024

I'm using vgg-16.cfg and imagenet1k.data to validate an input image.
Here is my command line:
./darknet classifier predict cfg/imagenet1k.data cfg/vgg-16.cfg vgg-16.weights data/eagle.jpg

I face overflow error before execution of neural network layers.. GPU memory contents were corrupted while loading VGGnet-16 weight file.

As my observation, no GPU kernel was executed before memory corruption.

from gpgpu-sim_distribution.

EdwarDu avatar EdwarDu commented on July 24, 2024

@cyk0521 sorry for hijacking the thread, but is it possible to share your port of darknet? We are trying to use darknet with gpgpu-sim also facing the same issue regarding cuBLAS and cuRAND. Though we are using tiny yolo without memory overflow issue (for now).

from gpgpu-sim_distribution.

abhi1212 avatar abhi1212 commented on July 24, 2024

from gpgpu-sim_distribution.

gangmul12 avatar gangmul12 commented on July 24, 2024

While running resnet50, i faced the same issue.
Due to the overflow of the variable that holds address value, functional simulation fails.

capture

from gpgpu-sim_distribution.

Related Issues (20)

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.