Skip to content

Commit 16ad23b

Browse files
committed
Added "train_set" file. A large dataset to observe the speedups between CPU and GPU execution times.
1 parent 091f78a commit 16ad23b

File tree

9 files changed

+30004
-810
lines changed

9 files changed

+30004
-810
lines changed

binaries/linux/README-GPU

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The use of the new executable is exactly the same as with the original one.
66
This binary was built with the CUBLAS API version 2 which is compatible with SDKs from 4.0 and up.
77

88
To test the binary "svm-train-gpu" you can run the easy.py script which is located in the "tools" folder.
9+
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.
10+
911

1012
FEATURES
1113

binaries/linux/heart_scale

Lines changed: 0 additions & 270 deletions
This file was deleted.

binaries/linux/train_set

Lines changed: 10000 additions & 0 deletions
Large diffs are not rendered by default.

binaries/windows/x64/README-GPU

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The use of the new executable is exactly the same as with the original one.
66
This executable was built with the CUBLAS API version 2 which is compatible with SDKs from 4.0 and up.
77

88
To test the executable "svm-train-gpu" you can run the easy.py script which is located in the "tools" folder.
9+
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.
910

1011
FEATURES
1112

binaries/windows/x64/heart_scale

Lines changed: 0 additions & 270 deletions
This file was deleted.

binaries/windows/x64/train_set

Lines changed: 10000 additions & 0 deletions
Large diffs are not rendered by default.

binaries/windows/x86/README-GPU

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The use of the new executable is exactly the same as with the original one.
66
This executable was built with the CUBLAS API version 2 which is compatible with SDKs from 4.0 and up.
77

88
To test the executable "svm-train-gpu" you can run the easy.py script which is located in the "tools" folder.
9+
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.
910

1011
FEATURES
1112

binaries/windows/x86/heart_scale

Lines changed: 0 additions & 270 deletions
This file was deleted.

binaries/windows/x86/train_set

Lines changed: 10000 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)