Giter Club home page Giter Club logo

Comments (3)

liqiangxl avatar liqiangxl commented on August 21, 2024

attached code from main branch and main branch without promote hoisting of vectorize predicates.
high_perf.txt
low_perf.txt

from fuser.

liqiangxl avatar liqiangxl commented on August 21, 2024

Generated with:

NVFUSER_PROF=print NVFUSER_DUMP=cuda_to_file,ptxas_verbose,scheduler_params,launch_param pytest /opt/pytorch/nvfuser/benchmarks/python/test_layernorm_bwd.py -k "float16 and 16384_16384" -v -s  --disable-benchmarking 2>&1 |tee 1.log

from fuser.

liqiangxl avatar liqiangxl commented on August 21, 2024

The possible reason of regression may because of compiler optimization from cuda to ptx code.
The slow version has 2500 more lines of PTX code.
In the fast version , #2742 ,b47 is used in both if and else branches. Compiler can optimize out the else branch, a very short PTX code generated for else branch.

image

In the slow version (current main), b47 is only used in the else branch. The compiler generates PTX code for the else branch. That’s why we see 2500 more lines of PTX code.

image

PTX compare:
image

slow.ptx.txt
fast_revert.ptx.txt

from fuser.

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.