Giter Club home page Giter Club logo

Comments (2)

Bruce-Lee-LY avatar Bruce-Lee-LY commented on July 3, 2024

主要原因是计算D矩阵的每一个tile时,都需要计算P矩阵对应的一行tile,访存量和计算量都随着N线性增加。也就是在N比较大的场景下,B2B HGEMM不一定具有优势。
当然,如果直接使用寄存器从C排布转A排布,需要一定的计算技巧;但如果使用smem方案,会简单很多。

from cuda_back2back_hgemm.

abangdd avatar abangdd commented on July 3, 2024

我测了你的flash attention inference,在head=32,dim=128时确实效率不理想,还不如两次GEMM
当然考虑到flash attention有做softmax,如果在两次GEMM之间吸收掉softmax的IO,可能跟flash attention v2效率也差不多
flash attention v2的优势也许只在于节约显存

from cuda_back2back_hgemm.

Related Issues (1)

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.