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

(WIP) Refactor: Remove AVM #368

Draft
wants to merge 69 commits into
base: main
Choose a base branch
from
Draft

(WIP) Refactor: Remove AVM #368

wants to merge 69 commits into from

Conversation

hikettei
Copy link
Owner

@hikettei hikettei commented Dec 27, 2024

  • Make the process of adding a new accelerator sophisticated and simple!
    • Add BACKEND=LISP
    • Add BACKEND=LISPJIT
    • Move codegen stuff to byoc (BACKEND=CLANG)
    • Add BACKEND=METAL (Fine if CI fails)
    • Bring back JIT
  • Create caten/runtime, a refactored version of AVM
  • Remove AVM
  • git grep "avm" -> nothing?
  • git grep "JIT" -> nothing?
  • git grep "JIT_BACKEND" -> nothing?
  • Move backends from caten/backends ... to caten/byoc ...
  • define-backend TODO: define-byoc (register an keyword to Renderer, Runtime, Buffer, AutoScheduler, whether JIT=1 or JIT=0 runtime)
  • update ./docs/examples
  • update documents
  • update readme
  • JIT=1, JIT_BACKEND is removed
  • update test-suite
  • AOT_VERBOSE is removed
  • AOT is removed
  • AOT_VM is removed
  • Refactor: Move caten/nn.test -> caten/test-suite #370
  • Move everything into caten/test-suite
  • Remove dump method
  • update ci args

@hikettei hikettei changed the title WIP: Remove AVM, Add Runtime WIP: Remove AVM Dec 27, 2024
@hikettei hikettei changed the title WIP: Remove AVM (WIP) Refactor: Remove AVM Dec 27, 2024
@hikettei hikettei mentioned this pull request Dec 28, 2024
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant