During the last decade increasing interest in parallel programming can be observed. It is caused by a tendency of developing microprocessors as a multicore units, that can perform instructions simultaneously. Popular and widely used example of such platform is a graphic processing unit (GPU). Its ability to perform calculations simultaneously is being investigated as a way for improving performance of the complex algorithms. Therefore, GPU’s are now having the architectures that allows to use its computional power by programmers and software developers in the same way as CPU. One of these architectures is CUDA platform, developed by nVidia. Aim of this thesis is to implement the parallel CYK algorithm, which is one of the most popular parsi...
As Central Processing Units (CPUs) and Graphical Processing Units (GPUs) get progressively better, d...
This topic of this thesis is parallel parsing using context-free grammars and attribute grammars. Th...
Abstract—Many general-purpose applications exploit Graphics Processing Units (GPUs) by executing a s...
Part 2: Parallel and Multi-Core TechnologiesInternational audienceNowadays general-purpose computing...
The need to speed-up computing has introduced the interest to explore parallelism in algorithms and ...
[Abstract] Parsing CYK-like algorithms are inherently parallel: there are a lot of cells in the char...
The future of computation is the GPU, i.e. the Graphical Processing Unit. The graphics cards have sh...
This diploma shows how to solve a compute-intensive problem using a graphics processing unit. Curre...
This research study is based on the growing interest towards graphical processing unit usability for...
Abstract — GPU based on CUDA Architecture developed by NVIDIA is a high performance computing device...
Programming Massively Parallel Processors discusses basic concepts about parallel programming and GP...
applications, the main time-consuming process is string matching due to the large size of lexicon. I...
Graphic processors are becoming faster and faster. Computational power within graphic processing uni...
The goal of this bachelor thesis is to create and implement a parallel version of a Cocke-Younger-Ka...
This thesis deals with general parsing methods. The author studies the Cocke-Younger-Kasami algorith...
As Central Processing Units (CPUs) and Graphical Processing Units (GPUs) get progressively better, d...
This topic of this thesis is parallel parsing using context-free grammars and attribute grammars. Th...
Abstract—Many general-purpose applications exploit Graphics Processing Units (GPUs) by executing a s...
Part 2: Parallel and Multi-Core TechnologiesInternational audienceNowadays general-purpose computing...
The need to speed-up computing has introduced the interest to explore parallelism in algorithms and ...
[Abstract] Parsing CYK-like algorithms are inherently parallel: there are a lot of cells in the char...
The future of computation is the GPU, i.e. the Graphical Processing Unit. The graphics cards have sh...
This diploma shows how to solve a compute-intensive problem using a graphics processing unit. Curre...
This research study is based on the growing interest towards graphical processing unit usability for...
Abstract — GPU based on CUDA Architecture developed by NVIDIA is a high performance computing device...
Programming Massively Parallel Processors discusses basic concepts about parallel programming and GP...
applications, the main time-consuming process is string matching due to the large size of lexicon. I...
Graphic processors are becoming faster and faster. Computational power within graphic processing uni...
The goal of this bachelor thesis is to create and implement a parallel version of a Cocke-Younger-Ka...
This thesis deals with general parsing methods. The author studies the Cocke-Younger-Kasami algorith...
As Central Processing Units (CPUs) and Graphical Processing Units (GPUs) get progressively better, d...
This topic of this thesis is parallel parsing using context-free grammars and attribute grammars. Th...
Abstract—Many general-purpose applications exploit Graphics Processing Units (GPUs) by executing a s...