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

[MI300] add CI test stages #2396

Merged
merged 66 commits into from
Oct 19, 2023
Merged

[MI300] add CI test stages #2396

merged 66 commits into from
Oct 19, 2023

Commits on Jul 20, 2023

  1. disable non-applicable igemm

    root committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    b3e5ed4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea74377 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0302cc8 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. update maketest

    cderb committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    46cc5a9 View commit details
    Browse the repository at this point in the history
  2. add ci test

    cderb committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    2646a2d View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    073a5d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e06d80b View commit details
    Browse the repository at this point in the history
  3. disable test

    cderb committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    fb706bd View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Promote from public (#42)

    * [FIX SW 396203] check launch kernel grid size not beyond 32bit integer (#2263)
    
    * check 32bit launch size
    
    * Revert "Do not fail the generic search if n_runs_total is zero; turns warnings into infos (#2266)"
    
    This reverts commit 6795a81.
    
    * Patch half.hpp file location reorg (#2275)
    
    * [Tuning][MI100][MI210][MI250] Gold18 (#2264)
    
    * gold18 db update, remove detectron2 configs to allow miopen heuristic
    
    * remove invalid performance configs
    
    ---------
    
    Co-authored-by: carlushuang <carlus.huang@amd.com>
    Co-authored-by: Jun Liu <Liu.Jun@amd.com>
    3 people authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    5788ebf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    966a338 View commit details
    Browse the repository at this point in the history
  3. update Jenkinsfile

    cderb committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    8706a9f View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. rename machine

    cderb committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    2a48b0b View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. update regex

    cderb committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    ba745f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54f590f View commit details
    Browse the repository at this point in the history
  3. Revert "update regex"

    This reverts commit ba745f4.
    cderb committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    549dfbe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aaa7040 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e72ce1 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. bump rocm version

    cderb committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    83e4c35 View commit details
    Browse the repository at this point in the history
  2. dockerfile update

    cderb committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    b56f7c7 View commit details
    Browse the repository at this point in the history
  3. fix repo

    cderb committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    cf0885d View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Merge pull request #43 from ROCmSoftwarePlatform/cderb/pub_mergres2

    Public develop promotion
    junliume authored Aug 5, 2023
    Configuration menu
    Copy the full SHA
    dd456d0 View commit details
    Browse the repository at this point in the history
  2. docker rocm apt version

    cderb committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    58c739d View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. disable miopengemm from apt

    cderb committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    078508c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87b7f3e View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. clang-tidy disables

    cderb committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    7b18b51 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. fix clang tidy errors

    cderb committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    acfdaeb View commit details
    Browse the repository at this point in the history
  2. format

    cderb committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    152ee66 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    ef365f3 View commit details
    Browse the repository at this point in the history
  2. swap llvm

    cderb committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    e12968e View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. disable llvm check

    cderb committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    039acef View commit details
    Browse the repository at this point in the history
  2. clang ignore list

    cderb committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    77ba655 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    b7ab032 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #44 from ROCmSoftwarePlatform/cderb/pub_mergres3

    Merge changes from Public
    junliume authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    fd0cf2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08cf3ab View commit details
    Browse the repository at this point in the history
  4. test

    cderb committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    7d5c8fa View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. use rocm5.7

    cderb committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    bc79f1d View commit details
    Browse the repository at this point in the history
  2. silence warning

    cderb committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    0e5388a View commit details
    Browse the repository at this point in the history
  3. add warning disable

    cderb committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    489de4e View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. fix for fsanitize

    cderb committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    c56bb25 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    3ca7a4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    771c427 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. #defines expansion

    cderb committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    373c66f View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    e9d51ca View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Fastforward Public Develop (#45)

    * 3D group forward convolution solver (#2286)
    
    * [HotFix] Fix build issue after #2286 (#2328)
    
    * Fix ConvCkIgemmFwdV6r1DlopsNchw solver to reflect that it's not dynamic (#2325)
    
    * Remove target IDs from kdb entries (#2309)
    
    * Dropout: make seed and states_num kernel arguments (#2277)
    
    * [MI250] Adding missing kernel objects (#2329)
    
    * Post-merge fixups: Replace environment variable check with problem config check and reduce lambda capture for Invoker obj (#2305)
    
    * [HotFix][CI] fix HIP tidy issue from #2277 (#2335)
    
    * [HotFix] Update requirements.txt MLIR ignore PATH for Python conda LLD (#2324)
    
    * [NFC] Replace long integers with int64_t and size_t for better compatibility with Windows (#2323)
    
    * Windows compatibility: replace long integers with int64_t and size_t, replace uint with unsigned int, replace long with long long for numbers, proper casting
    
    * Fix formatting
    
    * Fix 3d group forward convolution
    
    * Resolve review comments
    
    * Fix formatting
    
    ---------
    
    Co-authored-by: Daming Feng <dmfeng8898@gmail.com>
    Co-authored-by: Evgenii Averin <86725875+averinevg@users.noreply.github.com>
    Co-authored-by: JD <jahandad@gmail.com>
    Co-authored-by: Tal Ben-Nun <tbennun@users.noreply.github.com>
    Co-authored-by: amberhassaan <mah@katanagraph.com>
    Co-authored-by: Jun Liu <Liu.Jun@amd.com>
    7 people authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    feab6fd View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    126631b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. bugfix

    cderb committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    54fb391 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. maketest disables

    cderb committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    57f1407 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. cmake test update

    cderb committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    05a485b View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    4ea5056 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. flip default value for 94x test

    cderb committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    068d5ae View commit details
    Browse the repository at this point in the history
  2. match dockerfile to public

    cderb committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    e626b44 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    ba5ca7e View commit details
    Browse the repository at this point in the history
  2. update jenkins label

    cderb committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    a152edb View commit details
    Browse the repository at this point in the history
  3. cleanup

    cderb committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    c22189a View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    32ef210 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. default 94x stage to false

    cderb committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    7b5b7ff View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    85b07d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e11bd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e309911 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    8cd3e71 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    1370523 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    36a107f View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    df3ae58 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. remove gfx94x from gfx10 test

    cderb committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    4a73ee3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8c6e92 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    859e221 View commit details
    Browse the repository at this point in the history