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

V0.10.0 working #69

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

V0.10.0 working #69

wants to merge 75 commits into from

Commits on Mar 10, 2020

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

Commits on Mar 16, 2020

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

Commits on Jun 18, 2020

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

Commits on Jun 23, 2020

  1. Exported StandardEngine

    chewxy committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    44e71b4 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2020

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

Commits on Dec 29, 2020

  1. Configuration menu
    Copy the full SHA
    0ef7b6b View commit details
    Browse the repository at this point in the history
  2. Added an unsafe checker.

    chewxy committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    3e49a5e View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2021

  1. Configuration menu
    Copy the full SHA
    10669eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    027a850 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Configuration menu
    Copy the full SHA
    266b215 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5f224b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f79a6ba View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2021

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

Commits on Apr 5, 2021

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

Commits on Apr 18, 2021

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

Commits on Jul 9, 2021

  1. Configuration menu
    Copy the full SHA
    72da5ac View commit details
    Browse the repository at this point in the history
  2. More work to move Dtype related stuff into its own package

    Fixed all the relevant generators
    chewxy committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    70f5515 View commit details
    Browse the repository at this point in the history
  3. More work on moving Dtype to its own package

    Generated the things correctly
    chewxy committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    64da890 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40696d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. Configuration menu
    Copy the full SHA
    f473c71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9284c4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c85a54 View commit details
    Browse the repository at this point in the history
  4. Fixed iterator example

    chewxy committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    3b361cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    790423c View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Configuration menu
    Copy the full SHA
    aadb03f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5d3255 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9b9610 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Added axial iterator

    chewxy committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    e350632 View commit details
    Browse the repository at this point in the history
  2. Added max example

    chewxy committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    fc40f1f View commit details
    Browse the repository at this point in the history
  3. Added prelim sketch of Scatter

    chewxy committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    52da427 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0276550 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Configuration menu
    Copy the full SHA
    1392c0c View commit details
    Browse the repository at this point in the history
  2. Moved funcopts into its own file because it should be in its own file.

    Also, added a WithContext() FuncOpt.
    chewxy committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    45f2901 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    945bb67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5708fa5 View commit details
    Browse the repository at this point in the history
  5. Unexported OpOpt.

    chewxy committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    843e31e View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Moved native iterators into package tensor proper.

    It is unexported in the `tensor` package as leaving it exported would lead to pollution of API.
    For backwards compatibility, the `native` package is still used. golinkname stubs are used in that case
    chewxy committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    8bb1cc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    309a2ff View commit details
    Browse the repository at this point in the history
  3. Added lazy native select

    chewxy committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    17d8af0 View commit details
    Browse the repository at this point in the history
  4. renamed the files

    chewxy committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    693ae40 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b675c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ff02820 View commit details
    Browse the repository at this point in the history
  7. Playing with API a bit more.

    chewxy committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    6448fd0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0eb6ae0 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

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

Commits on Aug 5, 2021

  1. Fixed a bug in the ElNe API

    chewxy committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    3028c48 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

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

Commits on Aug 19, 2021

  1. Configuration menu
    Copy the full SHA
    d000a37 View commit details
    Browse the repository at this point in the history
  2. Changed almost all the engine interface definitions to also include c…

    …ontext.Context.
    
    This breaks the package in very many ways.
    The rest of the changes are forthcoming.
    chewxy committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    9f3ca0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9298a2 View commit details
    Browse the repository at this point in the history
  4. added some notes clarifying the API design of the tensor package. Loo…

    …ks like it's poorly designed as there are repeat things
    chewxy committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    4a15ca2 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Configuration menu
    Copy the full SHA
    8f8a52d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f78ddc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18e8bf8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a3ac9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aebd7fd View commit details
    Browse the repository at this point in the history
  6. Fixed most of the APIs. Some of them like the reduction-related packa…

    …ge level function needs to be redefined
    chewxy committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    ac15a99 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4736352 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Fixed the API for Inner

    chewxy committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    8f474cd View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

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

Commits on Sep 9, 2021

  1. Changed the shape definition of Outer such that it only checks for th…

    …e product of shapes
    
    Added a few more engine interfaces (expm1 and log1p)
    chewxy committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    423bfda View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

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

Commits on Mar 21, 2022

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

Commits on May 4, 2022

  1. Configuration menu
    Copy the full SHA
    c4c3263 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e74991 View commit details
    Browse the repository at this point in the history
  3. Fixed a bunch of issues due to merging from origin/master.

    Fixed a bunch of errors related stufff
    chewxy committed May 4, 2022
    Configuration menu
    Copy the full SHA
    5d33203 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    460aba2 View commit details
    Browse the repository at this point in the history
  5. Added examples for SliceInto

    chewxy committed May 4, 2022
    Configuration menu
    Copy the full SHA
    d0c11c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

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

Commits on Jul 22, 2022

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

Commits on Sep 26, 2023

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

Commits on Sep 27, 2023

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