An Efficient GPU Implementation of CKY Parsing Using the Bitwise Parallel Bulk Computation Technique

  • FUJITA Toru
    Department of Information Engineering, Hiroshima University
  • NAKANO Koji
    Department of Information Engineering, Hiroshima University
  • ITO Yasuaki
    Department of Information Engineering, Hiroshima University
  • TAKAFUJI Daisuke
    Department of Information Engineering, Hiroshima University

抄録

<p>The main contribution of this paper is to present an efficient GPU implementation of bulk computation of the CKY parsing for a context-free grammar, which determines if a context-free grammar derives each of a lot of input strings. The bulk computation is to execute the same algorithm for a lot of inputs in turn or at the same time. The CKY parsing is to determine if a context-free grammar derives a given string. We show that the bulk computation of the CKY parsing can be implemented in the GPU efficiently using Bitwise Parallel Bulk Computation (BPBC) technique. We also show the rule minimization technique and the dynamic scheduling method for further acceleration of the CKY parsing on the GPU. The experimental results using NVIDIA TITAN X GPU show that our implementation of the bitwise-parallel CKY parsing for strings of length 32 takes 395µs per string with 131072 production rules for 512 non-terminal symbols.</p>

収録刊行物

被引用文献 (2)*注記

もっと見る

参考文献 (13)*注記

もっと見る

関連プロジェクト

もっと見る

詳細情報 詳細情報について

問題の指摘

ページトップへ