aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/I02_HiPerformance.dox
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2010-10-19 08:42:49 -0400
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2010-10-19 08:42:49 -0400
commit9fa54d4cc9463be49a134856abec4864c8e39c41 (patch)
tree9eed6e3abf7f221ce2a152754bd687eecbe18859 /doc/I02_HiPerformance.dox
parentca4bd5851cd26df7d6cefaa44cb07587adb3d8de (diff)
move tables from class "tutorial_code" to "example"
also remove a align="center" in the Aliasing page -- it doesn't make sense to have 1 centered table page when all others are left aligned.
Diffstat (limited to 'doc/I02_HiPerformance.dox')
-rw-r--r--doc/I02_HiPerformance.dox10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/I02_HiPerformance.dox b/doc/I02_HiPerformance.dox
index 7f0ce1569..49452a0bc 100644
--- a/doc/I02_HiPerformance.dox
+++ b/doc/I02_HiPerformance.dox
@@ -42,12 +42,12 @@ which exactly matches our GEMM routine.
\subsection GEMM_Limitations Limitations
Unfortunately, this simplification mechanism is not perfect yet and not all expressions which could be
handled by a single GEMM-like call are correctly detected.
-<table class="tutorial_code" style="width:100%">
+<table class="example" style="width:100%">
<tr>
-<td>Not optimal expression</td>
-<td>Evaluated as</td>
-<td>Optimal version (single evaluation)</td>
-<td>Comments</td>
+<th>Not optimal expression</th>
+<th>Evaluated as</th>
+<th>Optimal version (single evaluation)</th>
+<th>Comments</th>
</tr>
<tr>
<td>\code