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

Adds SDXL support and CI testing, benchmarks. #271

Merged
merged 182 commits into from
Apr 11, 2024
Merged

Adds SDXL support and CI testing, benchmarks. #271

merged 182 commits into from
Apr 11, 2024

Commits on Mar 29, 2024

  1. Add precision to unet, vae and guidance scale as input to unet

    Formatting
    
    Update sd_test.py
    
    Update sd_test.py
    
    Tweaks to VaeModel forward and instantiation.
    
    Fix guidance scale arg in tests.
    
    fix typo in unet_runner
    
    formatting
    
    Update VAE baseline for tests.
    
    Update VAE baseline for tests.
    
    Tweaks to vae model def and args.
    
    Fixes to encoder hidden states, remove cpu vae path
    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    a29fb24 View commit details
    Browse the repository at this point in the history
  2. (WIP) Add SDXL

    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    a67f255 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95a2f7f View commit details
    Browse the repository at this point in the history
  4. Move SDXL scripts.

    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    8fdc639 View commit details
    Browse the repository at this point in the history
  5. Fix formatting.

    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    97ee822 View commit details
    Browse the repository at this point in the history
  6. Fix formatting 2

    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    430ef6c View commit details
    Browse the repository at this point in the history
  7. f32/f16 -> fp32/fp16

    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    010649c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    55d8c42 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a38e0e9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ebce84c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ad1a5d5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    269ffe2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f297e60 View commit details
    Browse the repository at this point in the history
  14. Fix formatting

    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    2f8132d View commit details
    Browse the repository at this point in the history
  15. Add sdxl_test to CI

    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    c703fa9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    34b65da View commit details
    Browse the repository at this point in the history
  17. Fix formatting.

    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    a0cf6dd View commit details
    Browse the repository at this point in the history
  18. Fix some mismatches in VAE model comparisons.

    Co-authored-by: jinchen62 <[email protected]>
    monorimet and jinchen62 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    8c554fc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    26ad145 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    fd5328a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5ed0c8a View commit details
    Browse the repository at this point in the history
  22. Fix formatting.

    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    f143cfc View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    33bee27 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ce064b8 View commit details
    Browse the repository at this point in the history
  25. SDXL test

    jinchen62 authored and monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    35a7f98 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    2d80b7e View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    4dd1e51 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    0f7cd00 View commit details
    Browse the repository at this point in the history
  29. SDXL test and benchmark (#474)

    jinchen62 authored and monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    1c769b5 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    4ce0df7 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    2f63446 View commit details
    Browse the repository at this point in the history
  32. Fix --decomp_attn

    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    b6de347 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    3026e3d View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    49c712d View commit details
    Browse the repository at this point in the history
  35. Fix CLI for vae_runner.py

    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    b9aa8ac View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    700ecb1 View commit details
    Browse the repository at this point in the history
  37. Add txt2img test.

    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    6e66dc6 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    44983d1 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    914b73f View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    52a28da View commit details
    Browse the repository at this point in the history
  41. Fix e2e t2i test for sdxl.

    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    08f9544 View commit details
    Browse the repository at this point in the history
  42. Pass command line args for sdxl pytest (#487)

    For running sdxl pytest on appropriate CI with different backends
    
    TODO: Run iree-tracy-capture subprocess when getting tracy profile;
    Build IREE from source with `-DIREE_BUILD_TRACY=ON` for CI job
    jinchen62 authored and monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    7edc7b1 View commit details
    Browse the repository at this point in the history
  43. More t2i fixes (file mgmt)

    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    ef0d929 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    edaeff7 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    fc1d673 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    eecab90 View commit details
    Browse the repository at this point in the history
  47. Support for SDXL schedulers + example (#499)

    so we don't have to carry all these branches
    
    ---------
    
    Co-authored-by: PhaneeshB <[email protected]>
    Co-authored-by: Avinash Sharma <[email protected]>
    3 people committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    1bfed12 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    be93f74 View commit details
    Browse the repository at this point in the history
  49. Fix formatting.

    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    a642cb3 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    112c6ed View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    bddcb08 View commit details
    Browse the repository at this point in the history
  52. fix sd/sdxl CI (#500)

    stateless_llama test breaks;
    sd_test has same issues on unet and vae:
    https://gist.github.com/jinchen62/11684b457c438b54a363077d0fafbe27
    jinchen62 authored and monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    214b526 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    65067a0 View commit details
    Browse the repository at this point in the history
  54. test sdxl inference (#503)

    jinchen62 authored and monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    1c2c2bd View commit details
    Browse the repository at this point in the history
  55. fix unet script args

    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    a97b27c View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    7a52bcc View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    6cd40a3 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    8e6f85e View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    ab35501 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    efc2136 View commit details
    Browse the repository at this point in the history
  61. fixup: remove breakpoint

    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    805f29d View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    63cc7ef View commit details
    Browse the repository at this point in the history
  63. Fix sdxl test args (#520)

    jinchen62 authored and monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    5d9e19f View commit details
    Browse the repository at this point in the history
  64. Fixup pipeline mlir -> vmfb

    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    da6809a View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    a3c4751 View commit details
    Browse the repository at this point in the history
  66. Fixup fp16 pipeline

    eagarvey-amd authored and monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    e87e6b1 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    7d0caee View commit details
    Browse the repository at this point in the history
  68. Fixup breakpoint

    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    e514e3a View commit details
    Browse the repository at this point in the history
  69. Fix VAE export case (again)

    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    7f9ca66 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    0df84aa View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    d71ceb1 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    0ebd3fa View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    424c1d5 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    0199fd8 View commit details
    Browse the repository at this point in the history
  75. Add unrolled pipeline IRs

    eagarvey-amd authored and monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    08ffad4 View commit details
    Browse the repository at this point in the history
  76. Update rocm flags for sd.

    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    b771d05 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    a55200b View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    91687db View commit details
    Browse the repository at this point in the history
  79. Add batch count to pipeline, improve benchmarking reports, explicitly…

    … use caching allocator in vmfbRunner
    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    e248cca View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    56684e6 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    d29145d View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    d1c1f26 View commit details
    Browse the repository at this point in the history
  83. Fix prep for old pipeline.

    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    d514720 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    ef7746f View commit details
    Browse the repository at this point in the history
  85. Fix formatting.

    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    d976ab0 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    552798a View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    620b53c View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    b2d3398 View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    b630c80 View commit details
    Browse the repository at this point in the history
  90. formatting fixes

    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    93aaf08 View commit details
    Browse the repository at this point in the history
  91. small fixes

    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    0c9c605 View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    0dd0b6b View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    fb73926 View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    e3cd97e View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    26d1e65 View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    75a36a4 View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    7c40f02 View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    c68fec1 View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    9ac15e7 View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    eb139ed View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    630b720 View commit details
    Browse the repository at this point in the history
  102. Add all flags

    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    5ae2946 View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    06504b1 View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    1ef84c4 View commit details
    Browse the repository at this point in the history
  105. Update MI flags for sdxl.

    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    2e53620 View commit details
    Browse the repository at this point in the history
  106. The golden flag commit

    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    5b87995 View commit details
    Browse the repository at this point in the history
  107. Update docs.

    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    9b35a58 View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    98af417 View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    1a6291f View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    00387bf View commit details
    Browse the repository at this point in the history
  111. Configuration menu
    Copy the full SHA
    c7ef8f4 View commit details
    Browse the repository at this point in the history
  112. Configuration menu
    Copy the full SHA
    13f493e View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    fa2c52f View commit details
    Browse the repository at this point in the history
  114. Configuration menu
    Copy the full SHA
    e04f5a5 View commit details
    Browse the repository at this point in the history
  115. Configuration menu
    Copy the full SHA
    6f15574 View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    33ea878 View commit details
    Browse the repository at this point in the history
  117. Bump spec to 1bcbef6

    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    65a6f23 View commit details
    Browse the repository at this point in the history
  118. Configuration menu
    Copy the full SHA
    b687c2c View commit details
    Browse the repository at this point in the history
  119. Configuration menu
    Copy the full SHA
    5270841 View commit details
    Browse the repository at this point in the history
  120. Configuration menu
    Copy the full SHA
    9f3a5b7 View commit details
    Browse the repository at this point in the history
  121. Switch clip main function name and pipe through support for e2e onesh…

    …ot via --compiled_pipeline option.
    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    496e126 View commit details
    Browse the repository at this point in the history
  122. Configuration menu
    Copy the full SHA
    f02405a View commit details
    Browse the repository at this point in the history
  123. Configuration menu
    Copy the full SHA
    bf2afa7 View commit details
    Browse the repository at this point in the history
  124. Configuration menu
    Copy the full SHA
    ca8a059 View commit details
    Browse the repository at this point in the history
  125. Configuration menu
    Copy the full SHA
    10bc439 View commit details
    Browse the repository at this point in the history
  126. Fix formatting

    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    4cd3596 View commit details
    Browse the repository at this point in the history
  127. Configuration menu
    Copy the full SHA
    f616846 View commit details
    Browse the repository at this point in the history
  128. Configuration menu
    Copy the full SHA
    84e4a81 View commit details
    Browse the repository at this point in the history
  129. Configuration menu
    Copy the full SHA
    377918d View commit details
    Browse the repository at this point in the history
  130. Configuration menu
    Copy the full SHA
    914caa6 View commit details
    Browse the repository at this point in the history
  131. Fix formatting

    eagarvey-amd authored and monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    c72f38d View commit details
    Browse the repository at this point in the history
  132. Configuration menu
    Copy the full SHA
    493184b View commit details
    Browse the repository at this point in the history
  133. Configuration menu
    Copy the full SHA
    c088f49 View commit details
    Browse the repository at this point in the history
  134. Configuration menu
    Copy the full SHA
    82084d9 View commit details
    Browse the repository at this point in the history
  135. Fix formatting.

    eagarvey-amd authored and monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    668eaa2 View commit details
    Browse the repository at this point in the history
  136. Bump attn spec to

    98ba858
    eagarvey-amd authored and monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    06ce9a1 View commit details
    Browse the repository at this point in the history
  137. Update flags for MI perf.

    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    afd8c97 View commit details
    Browse the repository at this point in the history
  138. Fixup flags.

    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    b2dd042 View commit details
    Browse the repository at this point in the history
  139. Set latest flags and attention spec (07f52fe)

    also pipes through a classifier free option properly for turbo parity with diffusers.
    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    e370c8f View commit details
    Browse the repository at this point in the history
  140. Configuration menu
    Copy the full SHA
    938c9ea View commit details
    Browse the repository at this point in the history
  141. Configuration menu
    Copy the full SHA
    55fc076 View commit details
    Browse the repository at this point in the history
  142. Update attn spec.

    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    f0d5f5d View commit details
    Browse the repository at this point in the history
  143. Configuration menu
    Copy the full SHA
    0f7ccad View commit details
    Browse the repository at this point in the history
  144. Fix sdpa on Vulkan for SD (#557)

    Co-authored-by: George Petterson <[email protected]>
    2 people authored and monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    c85b5d6 View commit details
    Browse the repository at this point in the history
  145. Fix args in sd_test

    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    d545889 View commit details
    Browse the repository at this point in the history
  146. Fixup test API calls.

    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    c388f08 View commit details
    Browse the repository at this point in the history
  147. Configuration menu
    Copy the full SHA
    96ca856 View commit details
    Browse the repository at this point in the history
  148. Configuration menu
    Copy the full SHA
    d2a9af5 View commit details
    Browse the repository at this point in the history
  149. fixup sd_test

    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    cdff9f5 View commit details
    Browse the repository at this point in the history
  150. Configuration menu
    Copy the full SHA
    2a1bc50 View commit details
    Browse the repository at this point in the history
  151. Configuration menu
    Copy the full SHA
    d4848d7 View commit details
    Browse the repository at this point in the history
  152. Configuration menu
    Copy the full SHA
    a559e57 View commit details
    Browse the repository at this point in the history
  153. Fix formatting.

    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    4c74c96 View commit details
    Browse the repository at this point in the history
  154. Configuration menu
    Copy the full SHA
    b2871f8 View commit details
    Browse the repository at this point in the history
  155. Configuration menu
    Copy the full SHA
    f5d5a3f View commit details
    Browse the repository at this point in the history
  156. Fixup test file mgmt.

    monorimet committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    e20bd59 View commit details
    Browse the repository at this point in the history
  157. Configuration menu
    Copy the full SHA
    69a1bef View commit details
    Browse the repository at this point in the history
  158. Configuration menu
    Copy the full SHA
    a70e9b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Tweak test config.

    monorimet committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    9f73fbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f02fbd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cff3d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8d62fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b92be0e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7bcb003 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. fix stateless llama testing (#600)

    This commit fixes the stateless llama testing. Basically, with the setup
    + teardown approach of pytest unit testing, all the tests were sharing
    the same model from hugging face. We were running the streaming llama
    tests before the other tests. In these tests (run_torch_llm and
    export_transformer_model with streaming_llm=True), we do
    `enable_llama_pos_shift_attention(model)`, which changes the model we
    are using. So, this was giving us inaccurate results by the time it came
    to our base vmfb_comparison test. I created this issue to track and
    provide more info on the error we are now seeing with torch 2.3 in
    `test_ test_vmfb_comparison`:
    #601. Also, marked it as
    an expected failure for now. (changed runner because we are using
    previous machine to repro issue for tinygrad folks which can lead to
    instability and system hangs)
    saienduri authored and monorimet committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    f569cea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc54f7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe27035 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    15ddf3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    699ba0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0011328 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d7bfef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    946a02f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    77d4308 View commit details
    Browse the repository at this point in the history
  7. Use fp16 for mi210 CI.

    monorimet committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    3336b6b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    68c3c6c View commit details
    Browse the repository at this point in the history
  9. Update test_models.yml

    monorimet authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    8dc1fba View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    bfbebef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    246d32d View commit details
    Browse the repository at this point in the history
  3. use config A for cpu CI

    monorimet authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    bb2c7e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. 2 Configuration menu
    Copy the full SHA
    12b91f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    575bcd0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eaeb646 View commit details
    Browse the repository at this point in the history