git.codelabs.ch
/
cuda-ada.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
36e8748
)
Add benchmarks section to README
author
Adrian-Ken Rueegsegger
<ken@codelabs.ch>
Mon, 19 Dec 2011 21:43:16 +0000
(22:43 +0100)
committer
Adrian-Ken Rueegsegger
<ken@codelabs.ch>
Mon, 19 Dec 2011 21:43:16 +0000
(22:43 +0100)
README
patch
|
blob
|
history
diff --git
a/README
b/README
index 8c53af7026568b225b3d762de4d3aaaade598311..09b9b59866094ec0ed2ef920f960e64540367bd8 100644
(file)
--- a/
README
+++ b/
README
@@
-63,3
+63,15
@@
command:
$ make tests
Of course, you need a CUDA aware GPU for this to work.
+
+
+Benchmarks
+----------
+CUDA/Ada provides benchmarking code that measures matrix addition and
+multiplication in Ada, CUDA/Ada and native CUDA C. The benchmarks can be run by
+issuing the following command:
+
+ $ make perf COUNT=10
+
+This will print the cumulated execution times of ten successive matrix
+operations for the three different implementations.