Reply to comment

Спасибо будем пробовать )

Ну а вообще я их дальше как то так использую. Вроде конфликтов банков второго рода не должно быть.......или я чего-то не понимаю

  1. sTimecf[threadIdx.x][threadIdx.y] = sTimecc[threadX][threadY+1];
  2. sTimefc[threadIdx.x][threadIdx.y] = sTimecc[threadX+1][threadY];
  3. __syncthreads();
  4. foo(sTimecc[threadX][threadY],sTimefc[threadIdx.x][threadIdx.y],sTimecf[threadIdx.x][threadIdx.y]);

Reply

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <i> <table> <td> <tr> <th>
  • Lines and paragraphs break automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>. The supported tag styles are: <foo>, [foo].
  • Images can be added to this post.

More information about formatting options

Copyright © 2008-2011 Alex Tutubalin