Posts
Jun, 23
2nd International Conference on Knowledge and Software Engineering (ICKSE), 2015
Topics: Agent architectures, ontologies, languages and protocols Multi-agent systems Agent-based learning and knowledge discovery Interface agents Agent-based auctions and marketplaces Artificial life and societies Secure mobile and multi-agent systems Mobile agents Mobile Commerce Technology and Application Systems Component-Based Software Engineering Automated Software Specification Automated Software Design and Synthesis Computer-Supported Cooperative Work Embedded and Ubiquitous Software […]
Jun, 23
7th International Conference on Information Management and Engineering (ICIME), 2015
Topics: Session 1: Information Management Business strategy and information systems Management Information Systems Human factors in information systems Project Management IT and IS Innovation Session 2: Information Systems and Technology Accounting Business Administration Business Policy and Strategy Economics Social Issues in Management Technology and Innovation Web Technology and Management Session 3: E-Business Engineering and Management […]
Jun, 23
2nd International Conference on Communication and Signal Processing (ICCSP), 2015
Topics: Antennas, RF and Microwave Communications Audio / Speech Processing and Coding Array Signal Processing Bio Signal Processing Cognitive Radio and Cognitive Networks Digital Signal Processing Mobile and Cellular Communications MIMO and Space Time Communications Optical Communication OFDM and CDMA Communication Receivers Satellite Communication Statistical Signal Processing Signal Processing for Communications Signal Processing for Security […]
Jun, 23
International Conference on Computer and Communications (ICCC 2015), 2015
Topic: • Computer Algorithms • Computer Architecture • Data Compression • Image Processing • Network Security and Cryptography • Mobile Computing • Parallel and Distributing Computing • High-Performance Computing • Autonomic and Trusted Computing • Software Engineering and Knowledge Engineering • Artificial Intelligence and Machine Learning • Knowledge Discovery and Data Mining • Virtual Reality […]
Jun, 23
5th International Conference on Computer and Software Modeling (ICCSM), 2015
Topics: AI and Knowledge based software engineering Parallel and Distributed Computing Artificial Intelligence Patterns and frameworks Aspect-orientation and feature interaction Pattern recognition and analysis Business Process Reengineering & Science Process Management & Improvement Communication Systems and Networks Component-Based Software Engineering Program comprehension and visualization Computer & Software Engineering Programming languages Computer Animation and Design Contents […]
Jun, 22
Concurrent Task Execution on the Intel Xeon Phi
The Intel Xeon Phi coprocessor is a new choice for the high performance computing industry and it needs to be tested. In this thesis, we compared the difference in performance between the Xeon Phi and the GPU. The Smith-Waterman algorithm is a widely used algorithm for solving the sequence alignment problem. We implemented two versions […]
Jun, 22
Comparative Study of the Parallelization of the Smith-Waterman Algorithm on OpenMP and Cuda C
In this paper, we present parallel programming approaches to calculate the values of the cells in matrix’s scoring used in the Smith-Waterman’s algorithm for sequence alignment. This algorithm, well known in bioinformatics for its applications, is unfortunately time-consuming on a serial computer. We use formulation based on anti-diagonals structure of data. This representation focuses on […]
Jun, 22
Optimization and Parallelization Methods for the Design of Next-Generation Radio Networks
The complexity of the design of radio networks has grown with the adoption of modern standards. Therefore, the role of the computer for the faster delivery of accurate results has become increasingly important. In this thesis, novel methods for the planning and automatic optimization of radio networks are developed and discussed. The state-of-the-art metaheuristic algorithms, […]
Jun, 22
GPU accelerated spectral finite elements on all-hex meshes
This paper presents a spectral element finite element scheme that efficiently solves elliptic problems on unstructured hexahedral meshes. The discrete equations are solved using a matrix-free preconditioned conjugate gradient algorithm. An additive Schwartz two-scale preconditioner is employed that allows h-independence convergence. An extensible multi-threading programming API is used as a common kernel language that allows […]
Jun, 22
Generating Efficient Tensor Contractions for GPUs
Many scientific and numerical applications, including quantum chemistry modeling and fluid dynamics simulation, require tensor product and tensor contraction evaluation. Tensor computations are characterized by arrays with numerous dimensions, inherent parallelism, moderate data reuse and many degrees of freedom in the order in which to perform the computation. The best-performing implementation is heavily dependent on […]
Jun, 19
Autotuning Tensor Contraction Computations on GPUs
We describe a framework for generating optimized GPU code for computing tensor contractions, a multidimensional generalization of matrix-matrix multiplication that arises frequently in computational science applications. Typical performance optimization strategies for such computations transform the tensors into sequences of matrix-matrix multiplications to take advantage of an optimized BLAS library, but this approach is not appropriate […]
Jun, 19
Study of Sparse-Matrix Vector Multiplication (SpMV) on Different Architectures and Libraries
With the advent of parallel processing architectures and a steep increase in parallelism found among the recent applications, GPGPUs have gained attention with respect to their importance in the execution of these applications. In this document, we specifically analyze Sparse-Matrix Vector Multiplication(SPMV) across different architectures, libraries and matrix formats. The experimental platforms include but are […]