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

Dot script changes #159

Merged
merged 32 commits into from
Aug 16, 2017

Commits on Aug 4, 2017

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

Commits on Aug 6, 2017

  1. Move to test_utils

    anirudh2290 committed Aug 6, 2017
    Configuration menu
    Copy the full SHA
    6d5bd4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0debfe View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2017

  1. Move validation to its own function

    Anirudh Subramanian committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    16ac69c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2017

  1. Refactor the validation code for csr generation

    Anirudh Subramanian committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    6ffedd3 View commit details
    Browse the repository at this point in the history
  2. Make test_powerlaw a nested function

    Anirudh Subramanian committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    3b0e344 View commit details
    Browse the repository at this point in the history
  3. Change SparseNDArray to CSRNDArray

    Anirudh Subramanian committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    a512f90 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2017

  1. Refactoring changes to dot.py

    Anirudh Subramanian committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    ebd0651 View commit details
    Browse the repository at this point in the history
  2. Merge with sparse changes

    Anirudh Subramanian committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    f7d8c9d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'sparse' of https://github.com/eric-haibin-lin/mxnet int…

    …o dot_script_changes
    Anirudh Subramanian committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    12057f5 View commit details
    Browse the repository at this point in the history
  4. Fix mxnet test_utils changes

    Anirudh Subramanian committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    218d83c View commit details
    Browse the repository at this point in the history
  5. Merge branch 'sparse' of https://github.com/eric-haibin-lin/mxnet int…

    …o dot_script_changes
    Anirudh Subramanian committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    339dc25 View commit details
    Browse the repository at this point in the history
  6. Remove pdb statement

    Anirudh Subramanian committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    0d0a974 View commit details
    Browse the repository at this point in the history
  7. Merge python code and make a few style changes

    Anirudh Subramanian committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    17af362 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2017

  1. Add distribution parameter

    Anirudh Subramanian committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    66b7edb View commit details
    Browse the repository at this point in the history
  2. Refactor benchmarking script

    Anirudh Subramanian committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    2778a78 View commit details
    Browse the repository at this point in the history
  3. Remove unused code

    Anirudh Subramanian committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    3906a47 View commit details
    Browse the repository at this point in the history
  4. Make style changes and remove unused code

    Anirudh Subramanian committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    a7347c6 View commit details
    Browse the repository at this point in the history
  5. Change typo in comment

    Anirudh Subramanian committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    d574c25 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2017

  1. Add transpose support

    Anirudh Subramanian committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    a16b76f View commit details
    Browse the repository at this point in the history
  2. Change typo

    Anirudh Subramanian committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    b079216 View commit details
    Browse the repository at this point in the history
  3. 4 decimal points needed for density

    Anirudh Subramanian committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    4d06d0a View commit details
    Browse the repository at this point in the history
  4. Add rsp support for real datasets

    Anirudh Subramanian committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    8d3c19e View commit details
    Browse the repository at this point in the history
  5. Correct variable name mini_file_name

    Anirudh Subramanian committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    98be60e View commit details
    Browse the repository at this point in the history
  6. Move wait_to_read outside if

    Anirudh Subramanian committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    de73872 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2017

  1. Seperate out scipy and mxnet logic in bench_dot

    Anirudh Subramanian committed Aug 12, 2017
    Configuration menu
    Copy the full SHA
    f2d3a5c View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2017

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

Commits on Aug 15, 2017

  1. Fix lhs_trans issue

    Anirudh Subramanian committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    3558fb5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dot_script_changes' of https://github.com/anirudh2290/m…

    …xnet into dot_script_changes
    Anirudh Subramanian committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    b0f529c View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2017

  1. Move transpose outside measure_cost

    Anirudh Subramanian committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    64ddc14 View commit details
    Browse the repository at this point in the history
  2. Compute transpose inside measure_cost

    Anirudh Subramanian committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    2ac64ca View commit details
    Browse the repository at this point in the history
  3. Remove unused variables

    Anirudh Subramanian committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    bb5801d View commit details
    Browse the repository at this point in the history