2012-02-27から1日間の記事一覧

Pythonによる並列プログラミング -GPGPUも-

pythonでの並列プログラミングの勉強した結果を載せてみます。 pycudaというCUDAのpythonバインディングも試してみました。 Pythonによる並列プログラミング -GPGPUも- View more documents from Yusaku Watanabe single_thread_execute.py import numpy imp…