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

[Lang] Add any()/all() functions for Matrix, move casting ops to common_ops #1064

Merged
merged 8 commits into from May 26, 2020

Commits on May 26, 2020

  1. [skip ci] add any and all operators to Matrix

    Kenneth Lozes committed May 26, 2020
    Copy the full SHA
    5d6ef2a View commit details
    Browse the repository at this point in the history
  2. [skip ci] add test

    Kenneth Lozes committed May 26, 2020
    Copy the full SHA
    599a5da View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/taichi-dev/taichi into an…

    …y_all
    Kenneth Lozes committed May 26, 2020
    Copy the full SHA
    0f81fa1 View commit details
    Browse the repository at this point in the history
  4. [skip ci] move __ti_int__ and __ti_float__ to common_ops

    Kenneth Lozes committed May 26, 2020
    Copy the full SHA
    afe45be View commit details
    Browse the repository at this point in the history
  5. [skip ci] overload builtin any and all ops

    Kenneth Lozes committed May 26, 2020
    Copy the full SHA
    a9da0f1 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    4110965 View commit details
    Browse the repository at this point in the history
  7. [skip ci] update doc

    Kenneth Lozes committed May 26, 2020
    Copy the full SHA
    c82c879 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    70e7dd0 View commit details
    Browse the repository at this point in the history