タグ

SIMDに関するskypenguinsのブックマーク (3)

  • 一週間でなれる!スパコンプログラマ

    リポジトリ(kaityo256/sevendayshpc) HTML版 一括PDF版 はじめに なぜスパコンを使うのか Day 1 : 環境構築 とりえあず手元のPCでMPIが使える環境を整え、簡単なMPIプログラミングを試してみる。 MPIとは 余談:MPIは難しいか MPIのインストール はじめてのMPI ランク 標準出力について GDBによるMPIプログラムのデバッグ Day 2 : スパコンの使い方 スパコンを使うときに知っておきたいこと。ジョブの投げ方など。 はじめに スパコンとは 余談:BlueGene/Lのメモリエラー スパコンのアカウントの取得方法 ジョブの実行の仕組み ジョブスクリプトの書き方 フェアシェア バックフィル チェーンジョブ ステージング 並列ファイルシステム Day 3 : 自明並列 自明並列、通称「馬鹿パラ」のやり方について。 自明並列、またの名を馬鹿パラ

  • Fast CSV processing with SIMD

    This article was discussed on Hacker News. I recently learned of csvquote, a tool that encodes troublesome CSV characters such that unix tools can correctly process them. It reverses the encoding at the end of the pipeline, recovering the original input. The original implementation handles CSV quotes using the straightforward, naive method. However, there’s a better approach that is not only simpl

  • OpenCLやる前にSIMD使い切れっていう幻想 - aokomoriuta's blog


      https://t.co/JNtq2U2kMq  (@aokomoriuta) April 29, 2015    d.hatena.ne.jp SSESIMDOpenCLCPU使CPUGPGPUSIMD使GPGPUGPUSIMD   OS: Windows 7 Profession
  • 1