Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[compiled autograd] Fix LoggingTensor flaky test #126144

Closed
wants to merge 5 commits into from

Commits on May 14, 2024

  1. [compiled autograd] Fix flaky tests

    [ghstack-poisoned]
    xmfan committed May 14, 2024
    Configuration menu
    Copy the full SHA
    b404ae5 View commit details
    Browse the repository at this point in the history
  2. Update on "[compiled autograd] Fix LoggingTensor flaky test"

    LoggingTensor fails consistently when root logger level is INFO or lower
    By default, root logger should be WARNING
    But, triton driver initialization will overwrite root logger to INFO, which causes flakiness: #126143
    
    
    cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx peterbell10 ipiszy yf225 chenyang78 kadeng muchulee8 ColinPeppler amjames desertfire chauhang
    
    [ghstack-poisoned]
    xmfan committed May 14, 2024
    Configuration menu
    Copy the full SHA
    de06f16 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Update on "[compiled autograd] Fix LoggingTensor flaky test"

    LoggingTensor fails consistently when root logger level is INFO or lower
    By default, root logger should be WARNING
    But, triton driver initialization will overwrite root logger to INFO, which causes flakiness: #126143
    
    
    cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx peterbell10 ipiszy yf225 chenyang78 kadeng muchulee8 ColinPeppler amjames desertfire chauhang
    
    [ghstack-poisoned]
    xmfan committed May 16, 2024
    Configuration menu
    Copy the full SHA
    d16bcea View commit details
    Browse the repository at this point in the history
  2. Update on "[compiled autograd] Fix LoggingTensor flaky test"

    LoggingTensor fails consistently when root logger level is INFO or lower
    By default, root logger should be WARNING
    But, triton driver initialization will overwrite root logger to INFO, which causes flakiness: #126143
    
    
    cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx peterbell10 ipiszy yf225 chenyang78 kadeng muchulee8 ColinPeppler amjames desertfire chauhang
    
    [ghstack-poisoned]
    xmfan committed May 16, 2024
    Configuration menu
    Copy the full SHA
    a2be880 View commit details
    Browse the repository at this point in the history
  3. Update

    [ghstack-poisoned]
    xmfan committed May 16, 2024
    Configuration menu
    Copy the full SHA
    1f39ed7 View commit details
    Browse the repository at this point in the history