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

Workaround for issue #2492 part 2 (improvement) #2510

Merged
merged 9 commits into from
Nov 10, 2023

Commits on Nov 4, 2023

  1. workaround_issue_2492(01) Disable ConvBinWinoRxS when granularity los…

    …s is > 0.995 (performance drops 200 times)
    atamazov committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    1be7e05 View commit details
    Browse the repository at this point in the history
  2. workaround_issue_2492(02) Allow disabing the W/A by setting MIOPEN_DE…

    …BUG_WORKAROUND_ISSUE_2493=0 in the env.
    atamazov committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    35806a4 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. workaround_issue_2492(03) [debug] Disable MIOPEN_DEBUG_WORKAROUND_ISS…

    …UE_2493 during driver warm-up.
    atamazov committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    6530353 View commit details
    Browse the repository at this point in the history
  2. workaround_issue_2492(04) [quality] Make the compuation of max granul…

    …arity loss more clear.
    atamazov committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    f186faf View commit details
    Browse the repository at this point in the history
  3. workaround_issue_2492_01(01) Merge branch 'develop' into workaround_i…

    …ssue_2492_01
    
    # RESOLVED Conflicts:
    #	src/solver/conv_winoRxS.cpp
    atamazov committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    0911846 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. workaround_issue_2492_01(02) [debug] Log granularity loss when ConvBi…

    …nWinogradRxSf2x3* solver is skipped.
    atamazov committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    b484c25 View commit details
    Browse the repository at this point in the history
  2. workaround_issue_2492_01(03) [tests] test_db_sync: Disable WORKAROUND…

    …_ISSUE_2493 via environment. Support reading legacy fdb (WORKAROUND_ISSUE_1987). Allow FDB testing on gfx1030 (SKIP_KDB_PDB_TESTING). Add W/A for ConvOclDirectFwdFused on gfx1030. Print number of failures per testing thread.
    atamazov committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    0094648 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    58c97d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d22e00 View commit details
    Browse the repository at this point in the history