Posts
May, 28
3rd International Conference on Image, Vision and Computing ICIVC 2014
Submission Deadline: 2014-06-30 Publication: The Proceedings of this conference will be published, and will be included in the SPIE Digital Library, and indexed by Ei Compendex and Thomson ISI. Call for Paper: Image acquisition Image processing Medical image processing Pattern recognition and analysis Visualization Image coding and compression Face Recognition Super-resolution imaging Image segmentation Face […]
May, 28
6th International Conference on Software Technology and Engineering ICSTE 2014
Submission Deadline: 2014-06-30 Publication: All accepted papers will be published in the volume of Lecture Notes on Software Engineering (LNSE) (ISSN: 2301-3559), and will be included in the DOAJ, Electronic Journals Library, Engineering & Technology Digital Library, EBSCO, Ulrich’s Periodicals Directory, International Computer Science Digital Library (ICSDL), ProQuest and Google Scholar. Call for Paper: AI […]
May, 26
GASPP: A GPU-Accelerated Stateful Packet Processing Framework
Graphics processing units (GPUs) are a powerful platform for building high-speed network traffic processing applications using low-cost hardware. Existing systems tap the massively parallel architecture of GPUs to speed up certain computationally intensive tasks, such as cryptographic operations and pattern matching. However, they still suffer from significant overheads due to critical-path operations that are still […]
May, 26
Automatic Termination Analysis for GPU Kernels
We describe a method for proving termination of massively parallel GPU kernels. An implementation in KITTeL is able to show termination of 94% of the 598 kernels in our benchmark suite.
May, 26
Efficient Algorithm for RSA Text Encryption Using CUDA-C
Modern-day computer security relies heavily on cryptography as a means to protect the data that we have become increasingly reliant on. The main research in computer security domain is how to enhance the speed of RSA algorithm. The computing capability of Graphic Processing Unit as a co-processor of the CPU can leverage massive-parallelism. This paper […]
May, 26
A Parallel Jacobi-Type Lattice Basis Reduction Algorithm
This paper describes a parallel Jacobi method for lattice basis reduction and a GPU implementation using CUDA. Our experiments have shown that the parallel implementation is more than fifty times as fast as the serial counterpart, which is twice as fast as the well-known LLL lattice reduction algorithm.
May, 26
GPU Passthrough Performance: A Comparison of KVM, Xen, VMWare ESXi, and LXC for CUDA and OpenCL Applications
As more scientific workloads are moved into the cloud, the need for high performance accelerators increases. Accelerators such as GPUs offer improvements in both performance and power efficiency over traditional multi-core processors; however, their use in the cloud has been limited. Today, several common hypervisors support GPU passthrough, but their performance has not been systematically […]
May, 25
GPU vs FPGA: A Comparative Analysis for Non-standard Precision
FPGAs and GPUs are increasingly used in a range of high performance computing applications. When implementing numerical algorithms on either platform, we can choose to represent operands with different levels of accuracy. A trade-off exists between the numerical accuracy of arithmetic operators and the resources needed to implement them. Where algorithmic requirements for numerical stability […]
May, 25
Engineering a static verification tool for GPU kernels
We report on practical experiences over the last 2.5 years related to the engineering of GPUVerify, a static verification tool for OpenCL and CUDA GPU kernels, plotting the progress of GPUVerify from a prototype to a fully functional and relatively efficient analysis tool. Our hope is that this experience report will serve the verification community […]
May, 25
Parallel Computation of Functions on Set Partitions
Many algorithms of practical interest require evaluation of a given function F on each point of a domain consisting of all k-partitions of an N-element set. Because the cardinality of such a domain grows rapidly for fixed k and increasing N, such algorithms are appealing candidates for parallelization; but to implement such parallelization efficiently in […]
May, 25
GPU accelerated toolbox for real-time beam-shaping in multimode fibres
We present a GPU accelerated toolbox for shaping the light propagation through multimode fibre using a spatial light modulator (SLM). The light is modulated before being coupled to the proximal end of the fibre in order to achieve arbitrary light patterns at the distal end of the fibre. First, the toolbox optimises the acquisition time […]
May, 25
GPU-BSM: A GPU-Based Tool to Map Bisulfite-Treated Reads
Cytosine DNA methylation is an epigenetic mark implicated in several biological processes. Bisulfite treatment of DNA is acknowledged as the gold standard technique to study methylation. This technique introduces changes in the genomic DNA by converting cytosines to uracils while 5-methylcytosines remain nonreactive. During PCR amplification 5-methylcytosines are amplified as cytosine, whereas uracils and thymines […]