Posts
Jun, 28
Implementation of the genetic algorithm by means of CUDA technology involved in travelling salesman problem
The research was intended to solve the travelling salesman problem by means of genetic algorithms. The implementation of the algorithm was by virtue of CUDA technology. The research was focused on checking how much the system can improve if instead of classical CPU processors one uses GPU graphical processors enabled to perform the operations parallel. […]
Jun, 28
Various String Matching Algorithms for DNA Sequences to Detect Breast Cancer using CUDA Processors
The main aim of string matching algorithm is to locate the appearance of a specific pattern in an array of larger size text. String matching algorithms has been used in many applications such as DNA analysis. This report introduces a new approach of string matching algorithm to detect the occurrence of several gene patterns in […]
Jun, 27
7th International Conference on Computer and Electrical Engineering, ICCEE 2014
Submission Deadline: 2014-07-20 Publication: All accepted paper will be published in International Journal of Electrical Energy (IJOEE), which will be indexed by Ulrich’s Periodicals Directory, Google Scholar, EBSCO, Engineering & Technology Digital Library and Electronic Journals Digital Library. Call for Paper: Computer Engineering Algorithm Computer Vision, Graphics and Intelligence Computational and Artificial Intelligence Image Processing […]
Jun, 27
Performance Evaluation of Parallel AES Implementations over CUDA GPU Framework
With a high computational complexity of encryption algorithm, AES, especially for huge real-time data, GPU has recently offered an alternate computational system instead of a traditional CPU (thread), incurring a significant improvement in speeding up the computational intensive parallel data encryption in various aspects – tremendous number of processing cores and non-generic computational processing architecture […]
Jun, 27
Industrial Robot Collision Handling in Harsh Environments
The focus in this thesis is on robot collision handling systems, mainly collision detection and collision avoidance for industrial robots operating in harsh environments (e.g. potentially explosive atmospheres found in the oil and gas sector). Collision detection should prevent the robot from colliding and therefore avoid a potential accident. Collision avoidance builds on the concept […]
Jun, 27
Computation on GPU of Eigenvalues and Eigenvectors of a Large Number of Small Hermitian Matrices
This paper presents an implementation on Graphics Processing Units of QR-Householder algorithm used to find all the eigenvalues and eigenvectors of many small hermitian matrices (double precision) in a very short time to address time constraints for Radar issues.
Jun, 27
Image Noise Removal on Heterogeneous CPU-GPU Configurations
A parallel algorithm to remove impulsive noise in digital images using heterogeneous CPU/GPU computing is proposed. The parallel denoising algorithm is based on the peer group concept and uses an Euclidean metric. In order to identify the amount of pixels to be allocated in multi-core and GPUs, a performance analysis using large images is presented. […]
Jun, 27
Speeding up a Video Summarization Approach Using GPUs and Multicore CPUs
The recent progress of digital media has stimulated the creation, storage and distribution of data, such as digital videos, generating a large volume of data and requiring efficient technologies to increase the usability of these data. Video summarization methods generate concise summaries of video contents and enable faster browsing, indexing and accessing of large video […]
Jun, 26
On the Characterization of OpenCL Dwarfs on Fixed and Reconfigurable Platforms
The proliferation of heterogeneous computing platforms presents the parallel computing community with new challenges. One such challenge entails evaluating the efficacy of such parallel architectures and identifying the architectural innovations that ultimately benefit applications. To address this challenge, we need benchmarks that capture the execution patterns (i.e., dwarfs or motifs) of applications, both present and […]
Jun, 26
Effect And Analysis of Elastic Fidelity Computing On GPUs
The graphics processing unit (GPU) has become an integral part and plays a very vital role in high-end computing. Though GPU can easily reduce the execution time, it comes at the expense of power and energy consumption. There are various ways and approaches to reduce the power and energy consumption, Elastic Fidelity Computing (EFC) in […]
Jun, 26
Fast LBP Face Detection on low-power SIMD architectures
This paper presents an embedded implementation of a face detection method based on boosted LBP features for Single Instruction Multiple Data (SIMD) architectures. The implementation exploits parallelism and data reuse in the detection algorithm and is integrated into CogniVue’s Gen-1 APEX platform, which uses a SIMD design and is extremely energy efficient. The proposed embedded […]
Jun, 26
Multi-GPU Implementation of a Hybrid Thermal Lattice Boltzmann Solver using the TheLMA Framework
In this contribution, a single-node multi-GPU thermal lattice Boltzmann solver is presented. We implement a simplified version of the hybrid model developed by Lallemand and Luo in 2003, which combines multiple-relaxation-time lattice Boltzmann for the fluid flow with a finite-difference method for temperature. The program is based on the TheLMA framework which was developed for […]