changeset 14:c44f787fbac6

change caption position
author Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp>
date Tue, 26 Nov 2013 03:57:14 +0900
parents 61407e91e1bd
children d08973559ea0
files paper/cerium.tex paper/data_parallel.tex paper/fft_benchmark.tex paper/ipsj.pdf paper/opencl.tex paper/scheduling.tex
diffstat 6 files changed, 7 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/paper/cerium.tex	Tue Nov 26 03:41:45 2013 +0900
+++ b/paper/cerium.tex	Tue Nov 26 03:57:14 2013 +0900
@@ -40,7 +40,6 @@
 \begin{tiny}
   \begin{table}[ht]
     \begin{center}
-      \caption{ Task 生成における API }
       \label{table:create_taskAPI}
       \scalebox{0.5}[0.9]
       \small
@@ -59,6 +58,7 @@
         spawn& 生成した Task を ActiveTaskList に登録  \\
         \hline
       \end{tabular}
+      \caption{ Task 生成における API }
     \end{center}
   \end{table}
 \end{tiny}
@@ -80,7 +80,6 @@
 \begin{tiny}
   \begin{table}[ht]
     \begin{center}
-      \caption{ Task 側で使用する API }
       \label{table:taskAPI}
       \small
       \begin{tabular}[t]{c|l}
@@ -92,6 +91,7 @@
         get\_param & set\_paramした値を取得 \\
         \hline
       \end{tabular}
+      \caption{ Task 側で使用する API }
     \end{center}
   \end{table}
 \end{tiny}
--- a/paper/data_parallel.tex	Tue Nov 26 03:41:45 2013 +0900
+++ b/paper/data_parallel.tex	Tue Nov 26 03:57:14 2013 +0900
@@ -58,7 +58,6 @@
 \begin{tiny}
   \begin{table}[h]
     \begin{center}
-      \caption{data並列実行時のindexの割り当て}
       \label{table:data_parallel_index}
       \small
       \begin{tabular}[t]{c||c|c|c|c}
@@ -72,9 +71,9 @@
         3&8&9& & \\
         \hline
       \end{tabular}
+      \caption{data並列実行時のindexの割り当て}
     \end{center}
   \end{table}
-
 \end{tiny}
 この実装により、Ceriumでデータ並列の実行が可能になった。
 並列プログラミングだと、並列化するTaskが全部同一であるという事は少なくない。
--- a/paper/fft_benchmark.tex	Tue Nov 26 03:41:45 2013 +0900
+++ b/paper/fft_benchmark.tex	Tue Nov 26 03:57:14 2013 +0900
@@ -15,7 +15,6 @@
 \begin{tiny}
   \begin{table}[h]
     \begin{center}
-      \caption{Run Time}
       \label{table:fft_runtime}
       \small
       \begin{tabular}[t]{c||r}
@@ -33,6 +32,7 @@
         GPU&94 ms \\
         \hline
       \end{tabular}
+      \caption{Run Time}
     \end{center}
   \end{table}
 \end{tiny}
@@ -46,7 +46,6 @@
 \begin{tiny}
   \begin{table}[h]
     \begin{center}
-      \caption{Busy Time}
       \label{table:fft_busytime}
       \small
       \begin{tabular}[t]{c||r|r}
@@ -64,6 +63,7 @@
         GPU&3532807&1.3 ms \\
         \hline
       \end{tabular}
+      \caption{Busy Time}
     \end{center}
   \end{table}
 \end{tiny}
Binary file paper/ipsj.pdf has changed
--- a/paper/opencl.tex	Tue Nov 26 03:41:45 2013 +0900
+++ b/paper/opencl.tex	Tue Nov 26 03:57:14 2013 +0900
@@ -103,7 +103,6 @@
 \begin{tiny}
   \begin{table}[htpb]
     \begin{center}
-      \caption{kernel で使用する ID 取得の API}
       \label{table:kernel_id_api}
       \small
       \begin{tabular}[htpb]{c|l}
@@ -115,6 +114,7 @@
         get\_global\_id & global\_id を取得 \\
         \hline
       \end{tabular}
+      \caption{kernel で使用する ID 取得の API}
     \end{center}
   \end{table}
 \end{tiny}
--- a/paper/scheduling.tex	Tue Nov 26 03:41:45 2013 +0900
+++ b/paper/scheduling.tex	Tue Nov 26 03:57:14 2013 +0900
@@ -10,7 +10,6 @@
 \begin{tiny}
   \begin{table}[h]
     \begin{center}
-      \caption{Run Time for Heterogeneous}
       \label{table:fft_heterogeneous}
       \small
       \begin{tabular}[t]{c||r}
@@ -26,6 +25,7 @@
         GPU \& 8 CPU&180 ms \\
         \hline
       \end{tabular}
+      \caption{Run Time for Heterogeneous}
     \end{center}
   \end{table}
 \end{tiny}