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

Coot S01E01 #3596

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open

Coot S01E01 #3596

wants to merge 33 commits into from

Commits on Dec 20, 2023

  1. Refactor MakeAlias for bandicoot integration

    Signed-off-by: Omar Shrit <omar@avontech.fr>
    shrit committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    783baea View commit details
    Browse the repository at this point in the history
  2. Fix input output type, remove arma::

    Signed-off-by: Omar Shrit <omar@avontech.fr>
    shrit committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    1e14a64 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Merge branch 'master' into coot

    shrit committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    2b2e64d View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    8bdd896 View commit details
    Browse the repository at this point in the history
  2. First initial commit, just a draft

    Signed-off-by: Omar Shrit <omar@avontech.fr>
    shrit committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    510d4c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Update src/mlpack/methods/ann/make_alias.hpp

    Co-authored-by: Ryan Curtin <ryan@ratml.org>
    shrit and rcurtin committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    b263837 View commit details
    Browse the repository at this point in the history
  2. Fix overloads for these functions

    Signed-off-by: Omar Shrit <omar@avontech.fr>
    shrit committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    e307b94 View commit details
    Browse the repository at this point in the history
  3. Change arma::randu to randu

    Signed-off-by: Omar Shrit <omar@avontech.fr>
    shrit committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    9030aee View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Revert "Change arma::randu to randu"

    This reverts commit 9030aee.
    shrit committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    ea253db View commit details
    Browse the repository at this point in the history
  2. Remove MakeTmp create a unique MakeAlias function

    Signed-off-by: Omar Shrit <omar@avontech.fr>
    shrit committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    f451e16 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into coot

    shrit committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    d41a74c View commit details
    Browse the repository at this point in the history
  4. Fix MakeAlias signature

    Signed-off-by: Omar Shrit <omar@avontech.fr>
    shrit committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    d748842 View commit details
    Browse the repository at this point in the history
  5. Change the SetWeight function signature

    Signed-off-by: Omar Shrit <omar@avontech.fr>
    shrit committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    e643a31 View commit details
    Browse the repository at this point in the history
  6. Fix SetWeight implementation in all layers

    Signed-off-by: Omar Shrit <omar@avontech.fr>
    shrit committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    6f2ee67 View commit details
    Browse the repository at this point in the history
  7. Finish all SetWights signatures

    Signed-off-by: Omar Shrit <omar@avontech.fr>
    shrit committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    5bf2f36 View commit details
    Browse the repository at this point in the history
  8. Fix MakeAlias again

    Signed-off-by: Omar Shrit <omar@avontech.fr>
    shrit committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    c53a250 View commit details
    Browse the repository at this point in the history
  9. Fix this permenantly

    Signed-off-by: Omar Shrit <omar@avontech.fr>
    shrit committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    8b31b0a View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Fix linear layer, and add col overload

    Signed-off-by: Omar Shrit <omar@avontech.fr>
    shrit committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    8d529c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Merge branch 'master' into coot

    shrit committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    e2ae831 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Merge branch 'master' into coot

    Signed-off-by: Omar Shrit <omar@avontech.fr>
    shrit committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    4f3d491 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Merge branch 'master' into coot

    shrit committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    bcba01a View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Merge branch 'master' into coot

    shrit committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    a7acf2b View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Move the SFINAE template parameter to the function

    Signed-off-by: Omar Shrit <omar@avontech.fr>
    shrit committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    0476bee View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into coot

    shrit committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    6c3005e View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Merge branch 'master' into coot

    shrit committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    93c3bf3 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Merge branch 'master' into coot

    shrit committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    8ba8020 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Merge branch 'master' into coot

    shrit committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    37cb04a View commit details
    Browse the repository at this point in the history
  2. Fix again make alias

    Signed-off-by: Omar Shrit <omar@avontech.fr>
    shrit committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    4369920 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Merge branch 'master' into coot

    Signed-off-by: Omar Shrit <omar@avontech.fr>
    shrit committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    dfbe30a View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Fix the merging if functions

    Signed-off-by: Omar Shrit <omar@avontech.fr>
    shrit committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    37a012e View commit details
    Browse the repository at this point in the history
  2. Adding the offset value for these signatures

    Signed-off-by: Omar Shrit <omar@avontech.fr>
    shrit committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    0837488 View commit details
    Browse the repository at this point in the history
  3. Working mem_dev offset for now

    Signed-off-by: Omar Shrit <omar@avontech.fr>
    shrit committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    6cdfe58 View commit details
    Browse the repository at this point in the history
  4. Commit to switch to a new branch

    Signed-off-by: Omar Shrit <omar@avontech.fr>
    shrit committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    8786370 View commit details
    Browse the repository at this point in the history