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

Fun #226

Draft
wants to merge 23 commits into
base: master
Choose a base branch
from
Draft

Fun #226

wants to merge 23 commits into from

Commits on May 24, 2023

  1. moving %core.zip -> %fun.zip

    leissa committed May 24, 2023
    Configuration menu
    Copy the full SHA
    55f8fc7 View commit details
    Browse the repository at this point in the history
  2. fun plugin

    stubs for
    * map
    * reduce
    leissa committed May 24, 2023
    Configuration menu
    Copy the full SHA
    4333914 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. init + dims in reduce

    leissa committed May 25, 2023
    Configuration menu
    Copy the full SHA
    8bed411 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Merge branch 'master' into fun

    leissa committed May 30, 2023
    Configuration menu
    Copy the full SHA
    d217b7b View commit details
    Browse the repository at this point in the history
  2. fixed test case + docs

    leissa committed May 30, 2023
    Configuration menu
    Copy the full SHA
    d4774b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. removed (...)@@ syntax

    * undocumented
    * unused
    * unnecessary
    leissa committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    84487ae View commit details
    Browse the repository at this point in the history
  2. new partial eval strategy

    * partial eval is now performed on the fly during construction of an App
    * solves beta-equiv problem
    * test case
    * removes old PartialEval RWPass
    leissa committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    209d1b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    716f981 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    983412a View commit details
    Browse the repository at this point in the history
  5. beta-equiv: test case

    leissa committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    027a589 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6166f04 View commit details
    Browse the repository at this point in the history
  7. renable working test cases

    * removed two debug dumps from the days of yore
    leissa committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    f05f40b View commit details
    Browse the repository at this point in the history
  8. updated syntax

    leissa committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    d990bbd View commit details
    Browse the repository at this point in the history
  9. do not rename externals

    NeuralCoder3 authored and leissa committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    fa38225 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b390c08 View commit details
    Browse the repository at this point in the history
  11. don't load "opt" in bootstrap mode

    In particular helps with debugging.
    leissa committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    32fab35 View commit details
    Browse the repository at this point in the history
  12. cleanup

    * removed Def::reduce_rec
        not neceessary any more due to new partial eval strategy
    leissa committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    6b0d60b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    45d0e80 View commit details
    Browse the repository at this point in the history
  14. fixed test case

    leissa committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    fbd4b8b View commit details
    Browse the repository at this point in the history
  15. refactor

    leissa committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    0d186aa View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    485efed View commit details
    Browse the repository at this point in the history
  17. type inference for lea working

    * introduced %mem.lea_unsafe
    leissa committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    b5b07c2 View commit details
    Browse the repository at this point in the history
  18. removed op_lea/op_lea_unsafe

    leissa committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    b6b0e52 View commit details
    Browse the repository at this point in the history