Skip to content

Commit

Permalink
Added "train_set" file. A large dataset to observe the speedups betwe…
Browse files Browse the repository at this point in the history
…en CPU and GPU execution times.
  • Loading branch information
tpapaz committed Oct 4, 2013
1 parent 091f78a commit 16ad23b
Show file tree
Hide file tree
Showing 9 changed files with 30,004 additions and 810 deletions.
2 changes: 2 additions & 0 deletions binaries/linux/README-GPU
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The use of the new executable is exactly the same as with the original one.
This binary was built with the CUBLAS API version 2 which is compatible with SDKs from 4.0 and up.

To test the binary "svm-train-gpu" you can run the easy.py script which is located in the "tools" folder.
To observe speed improvements between CPU and GPU execution we provide a custom relatively large dataset (train_set) which can be used as an input to easy.py.


FEATURES

Expand Down
270 changes: 0 additions & 270 deletions binaries/linux/heart_scale

This file was deleted.

10,000 changes: 10,000 additions & 0 deletions binaries/linux/train_set

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions binaries/windows/x64/README-GPU
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The use of the new executable is exactly the same as with the original one.
This executable was built with the CUBLAS API version 2 which is compatible with SDKs from 4.0 and up.

To test the executable "svm-train-gpu" you can run the easy.py script which is located in the "tools" folder.
To observe speed improvements between CPU and GPU execution we provide a custom relatively large dataset (train_set) which can be used as an input to easy.py.

FEATURES

Expand Down
270 changes: 0 additions & 270 deletions binaries/windows/x64/heart_scale

This file was deleted.

10,000 changes: 10,000 additions & 0 deletions binaries/windows/x64/train_set

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions binaries/windows/x86/README-GPU
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The use of the new executable is exactly the same as with the original one.
This executable was built with the CUBLAS API version 2 which is compatible with SDKs from 4.0 and up.

To test the executable "svm-train-gpu" you can run the easy.py script which is located in the "tools" folder.
To observe speed improvements between CPU and GPU execution we provide a custom relatively large dataset (train_set) which can be used as an input to easy.py.

FEATURES

Expand Down
270 changes: 0 additions & 270 deletions binaries/windows/x86/heart_scale

This file was deleted.

10,000 changes: 10,000 additions & 0 deletions binaries/windows/x86/train_set

Large diffs are not rendered by default.

0 comments on commit 16ad23b

Please sign in to comment.