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

Propagate type annotations in the exact matcher #22

Open
wants to merge 133 commits into
base: 3la-pldi-push-main
Choose a base branch
from

Commits on May 24, 2021

  1. Configuration menu
    Copy the full SHA
    0191bd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e71bc60 View commit details
    Browse the repository at this point in the history
  3. Add line about config.cmake to readme

    slyubomirsky authored and AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    37634dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7aa916c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a287af View commit details
    Browse the repository at this point in the history
  6. Add in an example of the dumping mode and some description of the cha…

    …nges in the readme
    slyubomirsky authored and AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    1f04c0f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1c20a7d View commit details
    Browse the repository at this point in the history
  8. Add ILA program fragment conversion

    slyubomirsky authored and AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    b762aae View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6c3bd03 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    954a175 View commit details
    Browse the repository at this point in the history
  11. [ add ] vta matmul test

    AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    d253df7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    86a0d52 View commit details
    Browse the repository at this point in the history
  13. Add note about test to the readme

    slyubomirsky authored and AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    02346a9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    90202fa View commit details
    Browse the repository at this point in the history
  15. [FIX] BYOC compilation error due to missing files (#1)

    * [ add ] vat_matmul runtime files
    
    * [ update ] get rid of pushing 0s to ACC
    
    * add comment about the change in codegen.cc
    
    * restore ACC buffer initialization
    
    * [ add ] compute missing fields of VTA config
    AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    68752d4 View commit details
    Browse the repository at this point in the history
  16. Update ILA conversion indexing scheme

    slyubomirsky authored and AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    7d9593b View commit details
    Browse the repository at this point in the history
  17. Use VTA simulator with output dumping

    slyubomirsky authored and AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    f95084e View commit details
    Browse the repository at this point in the history
  18. [hotfix] Typo in ila_converter

    slyubomirsky authored and AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    0903879 View commit details
    Browse the repository at this point in the history
  19. Rebase fixes

    slyubomirsky authored and AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    9038420 View commit details
    Browse the repository at this point in the history
  20. end-to-end codegen for ILA-VTA

    AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    ee4c57c View commit details
    Browse the repository at this point in the history
  21. [ add ] tests

    AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    d2ac372 View commit details
    Browse the repository at this point in the history
  22. ignore instr_log

    AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    95e384b View commit details
    Browse the repository at this point in the history
  23. tweak PR

    AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    7079760 View commit details
    Browse the repository at this point in the history
  24. get rid of warnings

    AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    2075057 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    90892de View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    8572ba2 View commit details
    Browse the repository at this point in the history
  27. [ init ] bias add codegen

    AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    49ac15f View commit details
    Browse the repository at this point in the history
  28. add data loading

    AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    800ff28 View commit details
    Browse the repository at this point in the history
  29. [ add ] bias add test case

    AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    6537f7b View commit details
    Browse the repository at this point in the history
  30. [ fix ] datatype conversion

    AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    ef4eda2 View commit details
    Browse the repository at this point in the history
  31. change to int8 inputs

    AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    b94a642 View commit details
    Browse the repository at this point in the history
  32. [ init ] relu runtime

    AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    be9be8c View commit details
    Browse the repository at this point in the history
  33. [ add ] relu runtime code

    AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    4e65ebc View commit details
    Browse the repository at this point in the history
  34. Add exact matcher

    slyubomirsky authored and AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    d21f880 View commit details
    Browse the repository at this point in the history
  35. fix data loading

    AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    1925cb4 View commit details
    Browse the repository at this point in the history
  36. [ update ] tests

    AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    afc12bc View commit details
    Browse the repository at this point in the history
  37. [ refactor ] code

    AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    d2a07db View commit details
    Browse the repository at this point in the history
  38. [ add ] comments

    AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    4bbb0cf View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    9220796 View commit details
    Browse the repository at this point in the history
  40. Correct inaccurate comment

    slyubomirsky authored and AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    000010e View commit details
    Browse the repository at this point in the history
  41. Reformat comment

    slyubomirsky authored and AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    704390e View commit details
    Browse the repository at this point in the history
  42. Throw in refs because why not

    slyubomirsky authored and AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    c6d5970 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    f25e21a View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    5f530ef View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    a38d112 View commit details
    Browse the repository at this point in the history
  46. Unused function

    slyubomirsky authored and AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    32e822b View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    9d61fb3 View commit details
    Browse the repository at this point in the history
  48. Incorrect dimension

    slyubomirsky authored and AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    7abb9fd View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    d297250 View commit details
    Browse the repository at this point in the history
  50. [REFACTOR] Compile to ILA Asm (#11)

    * change to uint8_t in ila runtime
    
    * [ refactor ] pre-compile to ILA asm
    
    * [ impl ] jit
    
    * [ add ] mlp model
    
    * [ add ] quantized model in PT
    
    * [ fix ] run quantized
    
    * [ refactor ] AoT compiler
    
    * hmm? I dont remember I touched this file
    
    * [ fix ] naming issue and resolve some warnings
    
    * [ fix ] turn off size check
    
    * [ refactor ] cast according to annotation
    
    * [ fix ] dtype
    AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    7b9edac View commit details
    Browse the repository at this point in the history
  51. [ hotfix ] add quantized model

    AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    78a58f3 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    8c7e334 View commit details
    Browse the repository at this point in the history
  53. LSTM layer smoke test

    slyubomirsky authored and AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    0b4aac6 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    aa28529 View commit details
    Browse the repository at this point in the history
  55. Change pattern to dense

    Bo-Yuan-Huang authored and AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    2bfe49e View commit details
    Browse the repository at this point in the history
  56. flexnlp linear layer prototype done

    LeeOHzzZ authored and AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    f78a531 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    e067ac4 View commit details
    Browse the repository at this point in the history
  58. flexnlp lstm backend driver is completed, end-to-end testflow passed …

    …(#3)
    
    * integrate 3la driver into tvm framework
    
    * lstm flexnlp backend driver added
    
    * remove redundant submodule in the python test folder; redirect python driver path inside TVM in the ilaflex_runtime
    
    * flexnlp lstm end-to-end flow complete
    LeeOHzzZ authored and AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    522a1df View commit details
    Browse the repository at this point in the history
  59. Set ila python driver as external source

    LeeOHzzZ authored and AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    aa22497 View commit details
    Browse the repository at this point in the history
  60. fixing driver_dir path

    Thierry Tambe authored and AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    57f8ab7 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    f7976a3 View commit details
    Browse the repository at this point in the history
  62. Op name passed to python driver (#8)

    * end-to-end codegen for ILA-VTA
    
    * [ add ] tests
    
    * ignore instr_log
    
    * tweak PR
    
    * get rid of warnings
    
    * remove logging in pattern matching
    
    * [ add ] instruction for running the end-to-end test script
    
    * [ init ] bias add codegen
    
    * add data loading
    
    * [ add ] bias add test case
    
    * [ fix ] datatype conversion
    
    * change to int8 inputs
    
    * integrate 3la driver into tvm framework
    
    * lstm flexnlp backend driver added
    
    * [ init ] relu runtime
    
    * [ add ] relu runtime code
    
    * Add exact matcher
    
    * fix data loading
    
    * [ update ] tests
    
    * [ refactor ] code
    
    * [ add ] comments
    
    * remove redundant submodule in the python test folder; redirect python driver path inside TVM in the ilaflex_runtime
    
    * Simplify implementation, correct pattern bugs, and add more tests
    
    * flexnlp lstm end-to-end flow complete
    
    * Correct inaccurate comment
    
    * Reformat comment
    
    * Throw in refs because why not
    
    * Need to visit matched args to find all matches
    
    * Move utility checkers to exact_matcher file (they will come in handy again)
    
    * Add test scaling the pattern matching to the speech-to-text model
    
    * Unused function
    
    * Add test case of not matching free var in match block
    
    * Incorrect dimension
    
    * set ila driver as external python scripts located through /home/leeoh/3la/pattern_matching/3la_ILA_tensor_op/ path
    
    * 3la flexnlp python driver as standalone path; small fixed in include module in flex_linear.py
    
    * Correct attribute names and also include primitive
    
    * pass op_name when offloading calculation
    
    Co-authored-by: AD1024 <dh63@cs.washington.edu>
    Co-authored-by: Steven S. Lyubomirsky <sslyu@cs.washington.edu>
    Co-authored-by: Bo-Yuan Huang <Bo-Yuan-Huang@users.noreply.github.com>
    4 people committed May 24, 2021
    Configuration menu
    Copy the full SHA
    2c9463b View commit details
    Browse the repository at this point in the history
  63. merged from steve's hlscnn

    LeeOHzzZ authored and AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    983a491 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    bbd5920 View commit details
    Browse the repository at this point in the history
  65. ilacnn runtime passed match_conv2d test

    LeeOHzzZ authored and AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    ba5d9c1 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    b297b4c View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    eee75b5 View commit details
    Browse the repository at this point in the history
  68. [ add ] runtime wallclock

    AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    2e36f84 View commit details
    Browse the repository at this point in the history
  69. fix

    AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    ada43c5 View commit details
    Browse the repository at this point in the history
  70. save changes to api calls

    AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    cd67280 View commit details
    Browse the repository at this point in the history
  71. uncomment sim call

    AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    d8fe84c View commit details
    Browse the repository at this point in the history
  72. fix submodules

    AD1024 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    a26d764 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. [ add ] record time

    AD1024 committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    572af71 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. [ init ] conv1d

    AD1024 committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    52f1366 View commit details
    Browse the repository at this point in the history
  2. [ fix ] data layout

    AD1024 committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    e0c61cc View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. [ finish ] conv1d codegen

    AD1024 committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    1b0318c View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2021

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

Commits on Jul 13, 2021

  1. [ add ] attention on flexnlp

    AD1024 committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    117df96 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. save changes

    AD1024 committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    2989767 View commit details
    Browse the repository at this point in the history
  2. disable printing the command

    AD1024 committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    344c9a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. [ add ] env setup guide

    AD1024 committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    bdd9c6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    370b8f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb0e2ad View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

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

Commits on Sep 30, 2021

  1. added conv1d operator to rust bindings

    vcanumalla authored and AD1024 committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    e7b6a97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9aa3530 View commit details
    Browse the repository at this point in the history
  3. remove dep

    AD1024 committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    040b7d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

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

Commits on Oct 6, 2021

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

Commits on Oct 12, 2021

  1. [ sync ] rust binding

    AD1024 committed Oct 12, 2021
    1 Configuration menu
    Copy the full SHA
    bb6c378 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Restore VTA dependency

    slyubomirsky committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    b9563ec View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

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

Commits on Oct 28, 2021

  1. Fix bug

    gussmith23 committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    71b4854 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Use a callback in the exact matcher (#18)

    * Don't use checked_type for annotating types in the matcher (breaks tests and relies on type checking)
    
    * Add callback feature to exact matcher, expand tests, simplify recent additions
    slyubomirsky authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    3af6173 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Configuration menu
    Copy the full SHA
    6b05e67 View commit details
    Browse the repository at this point in the history
  2. Finish windows operator

    gussmith23 committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    25a4bab View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. [ add ] PaddAttrs and format

    AD1024 committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    3ebc927 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    278494d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c733bd View commit details
    Browse the repository at this point in the history
  4. attempt to fix

    AD1024 committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    f336b15 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

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

Commits on Nov 14, 2021

  1. fix attrs

    AD1024 committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    1de5fad View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. revert changes

    AD1024 committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    b9ca10b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b043fd View commit details
    Browse the repository at this point in the history
  3. [ add ] vta quantization

    AD1024 committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    15f0314 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Rust binding updates

    gussmith23 committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    0de800e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fde3a6 View commit details
    Browse the repository at this point in the history
  3. Add batch matmul attrs

    gussmith23 committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    3e70c88 View commit details
    Browse the repository at this point in the history
  4. Layer norm bindings

    gussmith23 committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    12bb7d9 View commit details
    Browse the repository at this point in the history
  5. Fix

    gussmith23 committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    ffe822e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec7313b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0698a7f View commit details
    Browse the repository at this point in the history
  8. revert

    gussmith23 committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    8185bdf View commit details
    Browse the repository at this point in the history
  9. fix

    AD1024 committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    4eb3abd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8d22947 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. use 16-bit imm

    AD1024 committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    8d913ca View commit details
    Browse the repository at this point in the history
  2. try to use test_lib.cc code

    AD1024 committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    57e400c View commit details
    Browse the repository at this point in the history
  3. init block matmul

    AD1024 committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    e08a20f View commit details
    Browse the repository at this point in the history
  4. fix

    AD1024 committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    a915604 View commit details
    Browse the repository at this point in the history
  5. add ref print

    AD1024 committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    c3a44eb View commit details
    Browse the repository at this point in the history
  6. try output

    AD1024 committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    4f2d41b View commit details
    Browse the repository at this point in the history
  7. add vta calls

    AD1024 committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    20ab7bb View commit details
    Browse the repository at this point in the history
  8. fix calls

    AD1024 committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    185f86f View commit details
    Browse the repository at this point in the history
  9. use new

    AD1024 committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    2c3a719 View commit details
    Browse the repository at this point in the history
  10. try fix

    AD1024 committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    f585984 View commit details
    Browse the repository at this point in the history
  11. try fix

    AD1024 committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    b1918e0 View commit details
    Browse the repository at this point in the history
  12. use previous codegen

    AD1024 committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    91e7505 View commit details
    Browse the repository at this point in the history
  13. fix

    AD1024 committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    813f2a9 View commit details
    Browse the repository at this point in the history
  14. fix

    AD1024 committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    feaf6fc View commit details
    Browse the repository at this point in the history
  15. try fix segfault

    AD1024 committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    8c21875 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

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

Commits on Dec 15, 2021

  1. Configuration menu
    Copy the full SHA
    bca20c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d63906 View commit details
    Browse the repository at this point in the history