メモ
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
[[ASAP Top]]
* 生存確認 [#m64e675f]
- indra(x86_64)
- pawn, gold, king, bishop, silver, knight, lance
- jikoku
- P17-32
* 死亡? [#z4186c41]
- rook
- tamon
* team chess(YDL 6.1) [#l027ba06]
- bishop, gold -> ok, sdk3.0
- pawn, king -> fail...I don't know why...
* Install CellSDK [#v6def437]
- http://todotani.cocolog-nifty.com/blog/2008/11/cell-sdk...
- jikoku 3.1
* TVE meets mapReduce [#a1b9f2a4]
- Environment: on jikoku (YGL 6.0), with CellSDK 3.1
- Framework: mapReduce for Cell from http://sourceforge.n...
- The mapReduce for Cell is compiled and tested by CellSD...
cd /opt/cell/sdk
cp buildutils/make.footer .
- and all SPU programs must include spu_intrinsics.h(mayb...
cd mapReduce/benchmarks
ls -R | grep
- and for each file displayed, adding the sentence:
#include <spu_intrinsics.h>
- whenever you type "make", you must type the following:
make CELL_TOP=/opt/cell/sdk MAP_REDUCE_TOP=/home/hlab/my...
- or set these environment variables.
* lmbenchmark [#nec35ca0]
- How to install
cd lmbenchmark
mkdir SCCS
touch SCCS/s.ChangeSet
- How to run
cd lmbenchmark/src
make results
* Cell programming tips [#a78f78d7]
- spe_context_create(SPE_PS_MAP, NULL), then MMIO is very...
- I don't know how shorter can "static inline" make the t...
* Cell Contest [#n4c8d373]
- Installed OpenCV on jikoku http://todotani.cocolog-nift...
終了行:
[[ASAP Top]]
* 生存確認 [#m64e675f]
- indra(x86_64)
- pawn, gold, king, bishop, silver, knight, lance
- jikoku
- P17-32
* 死亡? [#z4186c41]
- rook
- tamon
* team chess(YDL 6.1) [#l027ba06]
- bishop, gold -> ok, sdk3.0
- pawn, king -> fail...I don't know why...
* Install CellSDK [#v6def437]
- http://todotani.cocolog-nifty.com/blog/2008/11/cell-sdk...
- jikoku 3.1
* TVE meets mapReduce [#a1b9f2a4]
- Environment: on jikoku (YGL 6.0), with CellSDK 3.1
- Framework: mapReduce for Cell from http://sourceforge.n...
- The mapReduce for Cell is compiled and tested by CellSD...
cd /opt/cell/sdk
cp buildutils/make.footer .
- and all SPU programs must include spu_intrinsics.h(mayb...
cd mapReduce/benchmarks
ls -R | grep
- and for each file displayed, adding the sentence:
#include <spu_intrinsics.h>
- whenever you type "make", you must type the following:
make CELL_TOP=/opt/cell/sdk MAP_REDUCE_TOP=/home/hlab/my...
- or set these environment variables.
* lmbenchmark [#nec35ca0]
- How to install
cd lmbenchmark
mkdir SCCS
touch SCCS/s.ChangeSet
- How to run
cd lmbenchmark/src
make results
* Cell programming tips [#a78f78d7]
- spe_context_create(SPE_PS_MAP, NULL), then MMIO is very...
- I don't know how shorter can "static inline" make the t...
* Cell Contest [#n4c8d373]
- Installed OpenCV on jikoku http://todotani.cocolog-nift...
ページ名: