Coder Social home page Coder Social logo

Comments (4)

i-Taozi avatar i-Taozi commented on May 23, 2024
    "RegCount": {
        "Done": true,
        "FullRegConcurWorkgroupCount": 12,
        "HalfRegConcurWorkgroupCount": 24,
        "RegCount": 183,
        "RegType": "Pooled"
    },

According to adreno640/Google_Pixel_4/ArchProbeReport.json, Does this mean "It shows a 24×183 shared 32b-register pool."?

This number is very different from the 384 x 181 mentioned in the paper.

from archprobe.

PENGUINLIONG avatar PENGUINLIONG commented on May 23, 2024

Thanks for your comment. If I understand it correctly you are confused why the pooled registers are not shared among all threads (any physical ALU has access to all register) but, rather, per physical ALU (any physical ALU only has access to its own 181 regsiters).

The number 384 is the number of all physical ALUs on chip, and there are 3 SMs contributing to this number so the registers doesn't share across SM boundary. They are isolated compute units on chip. So for each of the 384/3=128 physical ALUs there are 181 registers available (aka the value RegCount) at most. The illustration in the figure is somehow confusing and I would apologize about that.


Other things you might want to know:

In addition, according to the following sections, we can know that nreg_max will not exceed 512.

It's just a random number so that the tests don't take too much time to run.

According to adreno640/Google_Pixel_4/ArchProbeReport.json, Does this mean "It shows a 24×183 shared 32b-register pool."?

FullRegConcurWorkgroupCount and HalfRegConcurWorkgroupCount are only used to decide whether register allocation has an impact on workgroup scheduling. If yes, the number of concurrent threads decreases as the number of register occupation increases, i.e., the registerd are pooled, shared among concurrent warps. Otherwise, using more or less registers wouldn't change the number of concurrent warps. Please refer to my paper for more detail.

from archprobe.

i-Taozi avatar i-Taozi commented on May 23, 2024

First of all thank you very much for your answer!

At the same time, I would like to thank you all for your contributions in this field, which gave me the opportunity to learn more about mobile GPUs.

This paper and ArchProbe are of great significance. I will continue to study this and hope to have the opportunity to communicate with you in the future.

Have a good day!

from archprobe.

PENGUINLIONG avatar PENGUINLIONG commented on May 23, 2024

Thank you for your appreciation. g day. :)

from archprobe.

Related Issues (9)

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.