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

Features/tensor refactor #115

Merged
merged 59 commits into from
May 24, 2021
Merged

Features/tensor refactor #115

merged 59 commits into from
May 24, 2021

Commits on Apr 25, 2021

  1. minimal refactoring of extents type.

    Cem Bassoy committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    fbb870b View commit details
    Browse the repository at this point in the history
  2. adjusting extents with dynamic and static rank. minimizing the number…

    … of functions using the standard library.
    Cem Bassoy committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    d91b96d View commit details
    Browse the repository at this point in the history
  3. [tensor] type traits functions for extents and strides deleted and in…

    …terfaces simplified.
    Cem Bassoy committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    5c7f82d View commit details
    Browse the repository at this point in the history
  4. clang warnings resolved.

    Cem Bassoy committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    e1819cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ab7566 View commit details
    Browse the repository at this point in the history
  6. modification for c++20 usage with clang.

    Cem Bassoy committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    2c2f4ca View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Configuration menu
    Copy the full SHA
    6dc44fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ef07ba View commit details
    Browse the repository at this point in the history
  3. configuration files modified for github workflow

    Cem Bassoy committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    b74f832 View commit details
    Browse the repository at this point in the history
  4. tests with static shape and shape with static rank modifed as msvc 19…

    …28 does not compile.
    Cem Bassoy committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    25ef38c View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. cleaning up code for clang-tidy.

    Cem Bassoy committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    4d4f105 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. Configuration menu
    Copy the full SHA
    8194c93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03a49a5 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2021

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

Commits on May 2, 2021

  1. freeing functions for the extents type.

    Cem Bassoy committed May 2, 2021
    Configuration menu
    Copy the full SHA
    23b56bc View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

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

Commits on May 7, 2021

  1. Configuration menu
    Copy the full SHA
    82fdf9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af7da45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcea355 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d526963 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6b0dae View commit details
    Browse the repository at this point in the history

Commits on May 8, 2021

  1. make reshape a free function and create new headers in order to decou…

    …ple static, dynamic, and fixed rank tensor
    amitsingh19975 committed May 8, 2021
    Configuration menu
    Copy the full SHA
    701f1b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1c409f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    533db85 View commit details
    Browse the repository at this point in the history
  4. fix msvc bug

    amitsingh19975 committed May 8, 2021
    Configuration menu
    Copy the full SHA
    19e8c19 View commit details
    Browse the repository at this point in the history
  5. enable apple workflow

    amitsingh19975 committed May 8, 2021
    Configuration menu
    Copy the full SHA
    dd0da73 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e0a1de View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3590dfb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a3294cd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4f74397 View commit details
    Browse the repository at this point in the history
  10. add clang from brew

    amitsingh19975 committed May 8, 2021
    Configuration menu
    Copy the full SHA
    f063976 View commit details
    Browse the repository at this point in the history
  11. fix b2 in apple.yml

    amitsingh19975 committed May 8, 2021
    Configuration menu
    Copy the full SHA
    dfde228 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2021

  1. Configuration menu
    Copy the full SHA
    dfe4022 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2e46da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d10110 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aaba544 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1911be6 View commit details
    Browse the repository at this point in the history
  6. fix unused variable

    amitsingh19975 committed May 9, 2021
    Configuration menu
    Copy the full SHA
    d0e804c View commit details
    Browse the repository at this point in the history
  7. function source files renamed

    Cem Bassoy committed May 9, 2021
    Configuration menu
    Copy the full SHA
    1b21fc4 View commit details
    Browse the repository at this point in the history
  8. inner_prod and reshape header files added.

    Cem Bassoy committed May 9, 2021
    Configuration menu
    Copy the full SHA
    f2cefc5 View commit details
    Browse the repository at this point in the history
  9. outer_prod source file added.

    Cem Bassoy committed May 9, 2021
    Configuration menu
    Copy the full SHA
    3ec9c64 View commit details
    Browse the repository at this point in the history
  10. transposition source file added.

    Cem Bassoy committed May 9, 2021
    Configuration menu
    Copy the full SHA
    eaaf5b1 View commit details
    Browse the repository at this point in the history
  11. norm source file added.

    Cem Bassoy committed May 9, 2021
    Configuration menu
    Copy the full SHA
    376a0ef View commit details
    Browse the repository at this point in the history
  12. imag source file added.

    Cem Bassoy committed May 9, 2021
    Configuration menu
    Copy the full SHA
    e7e88ed View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. real source file added.

    Cem Bassoy committed May 10, 2021
    Configuration menu
    Copy the full SHA
    1436326 View commit details
    Browse the repository at this point in the history
  2. new file conj and tensor_times_vector added.

    Cem Bassoy committed May 10, 2021
    Configuration menu
    Copy the full SHA
    e3da95c View commit details
    Browse the repository at this point in the history
  3. tensor times matrix header added.

    Cem Bassoy committed May 10, 2021
    Configuration menu
    Copy the full SHA
    92ebe80 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. adding tensor times tensor source file.

    Cem Bassoy committed May 12, 2021
    Configuration menu
    Copy the full SHA
    2574477 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Configuration menu
    Copy the full SHA
    f2dcdac View commit details
    Browse the repository at this point in the history
  2. clang-tidy warnings fixed.

    Cem Bassoy committed May 20, 2021
    Configuration menu
    Copy the full SHA
    d1e8c53 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. github actions configuration files modified.

    Cem Bassoy committed May 21, 2021
    Configuration menu
    Copy the full SHA
    c55500a View commit details
    Browse the repository at this point in the history
  2. tensor-vector multiplication modified.

    Cem Bassoy committed May 21, 2021
    Configuration menu
    Copy the full SHA
    6459512 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20e55cd View commit details
    Browse the repository at this point in the history
  4. Merge branch 'features/tensor_refactor' of https://github.com/boostor…

    …g/ublas into features/tensor_refactor
    Cem Bassoy committed May 21, 2021
    Configuration menu
    Copy the full SHA
    f161949 View commit details
    Browse the repository at this point in the history
  5. hotfix for is_matrix.

    Cem Bassoy committed May 21, 2021
    Configuration menu
    Copy the full SHA
    1d64553 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2021

  1. hotfix msvc for std::max

    Cem Bassoy committed May 22, 2021
    Configuration menu
    Copy the full SHA
    f95a196 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2021

  1. updating README.md

    Cem Bassoy committed May 23, 2021
    Configuration menu
    Copy the full SHA
    4e040f6 View commit details
    Browse the repository at this point in the history
  2. removing .appveyor and .travis yml files.

    Cem Bassoy committed May 23, 2021
    Configuration menu
    Copy the full SHA
    4be5f81 View commit details
    Browse the repository at this point in the history
  3. fix for integer devision.

    Cem Bassoy committed May 23, 2021
    Configuration menu
    Copy the full SHA
    8ed0ad2 View commit details
    Browse the repository at this point in the history