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
Merged
Show file tree
Hide file tree
Changes from 30 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
85c42c6
Add get_synthetic_datasets
anirudh2290 Aug 4, 2017
6d5bd4e
Move to test_utils
anirudh2290 Aug 6, 2017
f0debfe
Remove _get_uniform_dataset
anirudh2290 Aug 6, 2017
16ac69c
Move validation to its own function
Aug 7, 2017
6ffedd3
Refactor the validation code for csr generation
Aug 8, 2017
3b0e344
Make test_powerlaw a nested function
Aug 8, 2017
a512f90
Change SparseNDArray to CSRNDArray
Aug 8, 2017
ebd0651
Refactoring changes to dot.py
Aug 9, 2017
f7d8c9d
Merge with sparse changes
Aug 9, 2017
12057f5
Merge branch 'sparse' of https://github.com/eric-haibin-lin/mxnet int…
Aug 9, 2017
218d83c
Fix mxnet test_utils changes
Aug 9, 2017
339dc25
Merge branch 'sparse' of https://github.com/eric-haibin-lin/mxnet int…
Aug 9, 2017
0d0a974
Remove pdb statement
Aug 9, 2017
17af362
Merge python code and make a few style changes
Aug 9, 2017
66b7edb
Add distribution parameter
Aug 10, 2017
2778a78
Refactor benchmarking script
Aug 10, 2017
3906a47
Remove unused code
Aug 10, 2017
a7347c6
Make style changes and remove unused code
Aug 10, 2017
d574c25
Change typo in comment
Aug 10, 2017
a16b76f
Add transpose support
Aug 11, 2017
b079216
Change typo
Aug 11, 2017
4d06d0a
4 decimal points needed for density
Aug 11, 2017
8d3c19e
Add rsp support for real datasets
Aug 11, 2017
98be60e
Correct variable name mini_file_name
Aug 11, 2017
de73872
Move wait_to_read outside if
Aug 11, 2017
f2d3a5c
Seperate out scipy and mxnet logic in bench_dot
Aug 12, 2017
1c3f3d7
Merge branch 'sparse' into dot_script_changes
anirudh2290 Aug 14, 2017
3558fb5
Fix lhs_trans issue
Aug 15, 2017
b0f529c
Merge branch 'dot_script_changes' of https://github.com/anirudh2290/m…
Aug 15, 2017
64ddc14
Move transpose outside measure_cost
Aug 16, 2017
2ac64ca
Compute transpose inside measure_cost
Aug 16, 2017
bb5801d
Remove unused variables
Aug 16, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading