view example/synthesizer/README @ 2069:26aa08c9a1de draft default tip

cuda example fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 12 Feb 2017 10:04:55 +0900
parents 6849865f96eb
children
line wrap: on
line source


word count

     16     16     16
   |------|------|------|------|------|------|------|------|

と言うように実行すると、
   /\/\/\/\
   \/\/\/\/
patter になってしまう。


     16     16
   |------|------| 16
          |------|------| 16
                 |------|------|  16
                        |------|------|

となるようにしたい。run16 は逐次で実行されるので、二つspawnすれば良い?