Skip to content

Commit 1746e56

Browse files
author
Rajat Sarkari
committed
Bug fixes for chaining
1 parent c03ce62 commit 1746e56

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

cpp_kernels/kernel_chain/details.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ platform with 10 iterations:
3232

3333
::
3434

35-
|---------------------------------------------------|
36-
| Performance Summary |
37-
|---------------------------------------------------|
38-
|-------------------------+-------------------------|
39-
| Kernel(10 iterations) | Wall-Clock Time (s) |
40-
|-------------------------+-------------------------|
41-
| krnl_chain_mmult | 0.00305935 |
42-
| krnl_simple_mmult | 0.00534336 |
43-
|-------------------------+-------------------------|
44-
| Speedup: | 1.74657 |
45-
|-------------------------+-------------------------|
35+
--------------------------------------------------
36+
Performance Summary
37+
--------------------------------------------------
38+
-------------------------+-------------------------
39+
Kernel(10 iterations) | Wall-Clock Time (s)
40+
-------------------------+-------------------------
41+
krnl_chain_mmult | 0.00305935
42+
krnl_simple_mmult | 0.00534336
43+
-------------------------+-------------------------
44+
Speedup: | 1.74657
45+
-------------------------+-------------------------

0 commit comments

Comments
 (0)