Mercurial > hg > Members > kono > Cerium
comparison example/many_task/spe/QuickSort.cc @ 938:8733ad41297d
dead lock still remains. zombi problem?
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 31 Jul 2010 10:32:19 +0900 |
parents | 14fb1c888931 |
children | 0d404f6c36a8 |
comparison
equal
deleted
inserted
replaced
937:9689cba44964 | 938:8733ad41297d |
---|---|
32 #ifdef USE_MEMCPY | 32 #ifdef USE_MEMCPY |
33 DataPtr w_data = (DataPtr)s->get_output(0); | 33 DataPtr w_data = (DataPtr)s->get_output(0); |
34 #endif | 34 #endif |
35 #endif | 35 #endif |
36 | 36 |
37 printf("[SPE] Quick: length:%d addr->%x \n",end, (int)rbuff); | 37 //printf("[SPE] Quick: length:%d addr->%x \n",end, (int)rbuff); |
38 //printf("[PPE] Quick: data[0]: %d addr->%x\n",sizeof(r_data),r_data); | 38 //printf("[PPE] Quick: data[0]: %d addr->%x\n",sizeof(r_data),r_data); |
39 | 39 |
40 //show_data(r_data, end); | 40 //show_data(r_data, end); |
41 quick_sort(r_data, begin, end-1); | 41 quick_sort(r_data, begin, end-1); |
42 #ifdef USE_MEMCPY | 42 #ifdef USE_MEMCPY |