projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e9b520
)
Fix comments.
author
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 20 Sep 2004 04:21:35 +0000
(
04:21
+0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 20 Sep 2004 04:21:35 +0000
(
04:21
+0000)
src/tests/userprog/matmult.c
patch
|
blob
|
history
diff --git
a/src/tests/userprog/matmult.c
b/src/tests/userprog/matmult.c
index e88b4c900d74c9e66785eaecbcf6c590c37a35b2..c30c05b76fd54d00262b0af5508a4fd0ae43b890 100644
(file)
--- a/
src/tests/userprog/matmult.c
+++ b/
src/tests/userprog/matmult.c
@@
-13,18
+13,16
@@
/* You should define this to be large enough that the arrays
don't fit in physical memory.
- Dim Memory
- --- --------
- 20 93 kB
- 30 316 kB
- 40 750 kB
- 50 1,464 kB
- 60 2,531 kB
- 70 4,019 kB
- 80 6,000 kB
- 90 8,542 kB
- 100 11,718 kB */
-#define Dim 20
+ Dim Memory
+ ------ --------
+ 16 3 kB
+ 64 48 kB
+ 256 768 kB
+ 1,024 12,288 kB
+ 4,096 196,608 kB
+ 16,384 3,145,728 kB */
+
+#define Dim 1024
int A[Dim][Dim];
int B[Dim][Dim];