Wyniki wyszukiwania dla: OVERLAPPING COMMUNICATION AND COMPUTATIONS - MOST Wiedzy

Wyszukiwarka

Wyniki wyszukiwania dla: OVERLAPPING COMMUNICATION AND COMPUTATIONS

Wyniki wyszukiwania dla: OVERLAPPING COMMUNICATION AND COMPUTATIONS

  • Benchmarking overlapping communication and computations with multiple streams for modern GPUs

    The paper presents benchmarking a multi-stream application processing a set of input data arrays. Tests have been performed and execution times measured for various numbers of streams and various compute intensities measured as the ratio of kernel compute time and data transfer time. As such, the application and benchmarking is representative of frequently used operations such as vector weighted sum, matrix multiplication etc....

    Pełny tekst do pobrania w portalu

  • Investigation of Parallel Data Processing Using Hybrid High Performance CPU + GPU Systems and CUDA Streams

    Publikacja

    The paper investigates parallel data processing in a hybrid CPU+GPU(s) system using multiple CUDA streams for overlapping communication and computations. This is crucial for efficient processing of data, in particular incoming data stream processing that would naturally be forwarded using multiple CUDA streams to GPUs. Performance is evaluated for various compute time to host-device communication time ratios, numbers of CUDA streams,...

    Pełny tekst do pobrania w portalu

  • Parallelization of large vector similarity computations in a hybrid CPU+GPU environment

    Publikacja

    The paper presents design, implementation and tuning of a hybrid parallel OpenMP+CUDA code for computation of similarity between pairs of a large number of multidimensional vectors. The problem has a wide range of applications, and consequently its optimization is of high importance, especially on currently widespread hybrid CPU+GPU systems targeted in the paper. The following are presented and tested for computation of all vector...

    Pełny tekst do pobrania w portalu

  • Benchmarking Performance of a Hybrid Intel Xeon/Xeon Phi System for Parallel Computation of Similarity Measures Between Large Vectors

    The paper deals with parallelization of computing similarity measures between large vectors. Such computations are important components within many applications and consequently are of high importance. Rather than focusing on optimization of the algorithm itself, assuming specific measures, the paper assumes a general scheme for finding similarity measures for all pairs of vectors and investigates optimizations for scalability...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • A multithreaded CUDA and OpenMP based power‐aware programming framework for multi‐node GPU systems

    In the paper, we have proposed a framework that allows programming a parallel application for a multi-node system, with one or more GPUs per node, using an OpenMP+extended CUDA API. OpenMP is used for launching threads responsible for management of particular GPUs and extended CUDA calls allow to manage CUDA objects, data and launch kernels. The framework hides inter-node MPI communication from the programmer who can benefit from...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Parallel Programming for Modern High Performance Computing Systems

    Publikacja

    - Rok 2018

    In view of the growing presence and popularity of multicore and manycore processors, accelerators, and coprocessors, as well as clusters using such computing devices, the development of efficient parallel applications has become a key challenge to be able to exploit the performance of such systems. This book covers the scope of parallel programming for modern high performance computing systems. It first discusses selected and...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Performance and Power-Aware Modeling of MPI Applications for Cluster Computing

    Publikacja

    - Rok 2016

    The paper presents modeling of performance and power consumption when running parallel applications on modern cluster-based systems. The model includes basic so-called blocks representing either computations or communication. The latter includes both point-to-point and collective communication. Real measurements were performed using MPI applications and routines run on three different clusters with both Infiniband and Gigabit Ethernet...

    Pełny tekst do pobrania w portalu

  • Optimization of Data Assignment for Parallel Processing in a Hybrid Heterogeneous Environment Using Integer Linear Programming

    Publikacja

    In the paper we investigate a practical approach to application of integer linear programming for optimization of data assignment to compute units in a multi-level heterogeneous environment with various compute devices, including CPUs, GPUs and Intel Xeon Phis. The model considers an application that processes a large number of data chunks in parallel on various compute units and takes into account computations, communication including...

    Pełny tekst do pobrania w portalu

  • ENGINEERING COMPUTATIONS

    Czasopisma

    ISSN: 0264-4401 , eISSN: 1758-7077

  • Modeling SPMD Application Execution Time

    Publikacja

    - Rok 2016

    Parallel applications in a Single Process Multiple Data paradigm assume splitting huge amounts of data to multiple processors working in parallel at small data packets. As the individual data packets are not independent, the processors must interact with each other to exchange results of the calculations with their adjacent partners and take these results into account in their own computations. An example of SPMD is geometric parallelism...

  • MERPSYS: An environment for simulation of parallel application execution on large scale HPC systems

    In this paper we present a new environment called MERPSYS that allows simulation of parallel application execution time on cluster-based systems. The environment offers a modeling application using the Java language extended with methods representing message passing type communication routines. It also offers a graphical interface for building a system model that incorporates various hardware components such as CPUs, GPUs, interconnects...

    Pełny tekst do pobrania w portalu

  • Optimization of parallel implementation of UNRES package for coarse‐grained simulations to treat large proteins

    Publikacja

    - JOURNAL OF COMPUTATIONAL CHEMISTRY - Rok 2023

    We report major algorithmic improvements of the UNRES package for physics-based coarse-grained simulations of proteins. These include (i) introduction of interaction lists to optimize computations, (ii) transforming the inertia matrix to a pentadiagonal form to reduce computing and memory requirements, (iii) removing explicit angles and dihedral angles from energy expressions and recoding the most time-consuming energy/force terms...

    Pełny tekst do pobrania w portalu

  • Accuracy of the discrete Green's function computations

    Publikacja

    - Rok 2012

    This paper discusses the accuracy of the discrete Green's function (DGF) computations. Recently closed-form expression of the DGF and its efficient numerical implementation were presented which facilitate the DGF applications in FDTD simulations of radiation and scattering problems. By carefully comparing the DGF results to those of the FDTD simulation, one can make conclusions about the range of the applicability of the DGF for...

  • Acceleration of the discrete Green's function computations

    Publikacja

    - Rok 2012

    Results of the acceleration of the 3-D discrete Green's function (DGF) computations on the multicore processor are presented. The code was developed in the multiple precision arithmetic with use of the OpenMP parallel programming interface. As a result, the speedup factor of three orders of magnitude compared to the previous implementation was obtained thus applicability of the DGF in FDTD simulations was significantly improved.

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Electromagnetic Problems Requiring High-Precision Computations

    An overview of the applications of multiple-precision arithmetic in CEM was presented in this paper for the first time. Although double-precision floating-point arithmetic is sufficient for most scientific computations, there is an expanding body of electromagnetic problems requiring multiple-precision arithmetic. Software libraries facilitating these computations were described, and investigations requiring multiple-precision...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • IP Core of Coprocessor for Multiple-Precision-Arithmetic Computations

    Publikacja

    - Rok 2018

    In this paper, we present an IP core of coprocessor supporting computations requiring integer multiple-precision arithmetic (MPA). Whilst standard 32/64-bit arithmetic is sufficient to solve many computing problems, there are still applications that require higher numerical precision. Hence, the purpose of the developed coprocessor is to support and offload central processing unit (CPU) in such computations. The developed digital...

    Pełny tekst do pobrania w portalu

  • Simulation of parallel similarity measure computations for large data sets

    The paper presents our approach to implementation of similarity measure for big data analysis in a parallel environment. We describe the algorithm for parallelisation of the computations. We provide results from a real MPI application for computations of similarity measures as well as results achieved with our simulation software. The simulation environment allows us to model parallel systems of various sizes with various components...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Parallel computations in the volunteer based Comcute system

    Publikacja

    The paper presents Comcute which is a novel multi-level implemen- tation of the volunteer based computing paradigm. Comcute was designed to let users donate the computing power of their PCs in a simplified manner, requiring only pointing their web browser at a specific web address and clicking a mouse. The server side appoints several servers to be in charge of execution of particular tasks. Thanks to that the system can survive...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Windowing of the Discrete Green's Function for Accurate FDTD Computations

    Publikacja

    - Rok 2013

    The paper presents systematic evaluation of the applicability of parametric and nonparametric window functions for truncation of the discrete Green's function (DGF). This function is directly derived from the FDTD update equations, thus the FDTD method and its integral discrete formulation can be perfectly coupled using DGF. Unfortunately, the DGF computations require processor time, hence DGF has to be truncated with appropriate...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Maritime Communication and Sea Safety of the Future - Machnine-type 5G Communication Concept

    The article presents the concept of a system based on 5G network and M2M communication increasing maritime safety. Generally, the focus was on presenting a proposal for a hierarchical, hybrid, cooperative system with M2M communication coordinated with BAN networks. The possi-ble applications of M2M communication at sea were also presented.

    Pełny tekst do pobrania w portalu

  • Vehicular Communication Environments

    Publikacja
    • E. G. Ström
    • L. Ekiz
    • T. Abbas
    • R. He
    • S. J. Ambroziak
    • V. Shivaldova
    • J. Nuckelt

    - Rok 2016

    Communication to and between road vehicles (cars, truck, buses, trains, etc.) are of growing interest. This is partly due to the attractive services that cooperative intelligent transport systems (C-ITSs) provides, mainly in the areas of traffic safety and traffic efficiency. An enabler for C-ITS is wireless vehicle-to-vehicle (V2V) and vehicle-to-infrastructure (V2I) communication, collectively referred to as vehicle-to-X (V2X)...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Intranet and internal communication in an organization

    Publikacja

    - Rok 2006

    One of the conditions of an organizational effectiveness is acommunication. However, communication meets some obstacles. Newtechnological opportunities, such as Intranet support enterprise communication process and bring some benefits. This paper includes: the description of communication process and its barriers, the analyze of relationships between communication and an organizational effectiveness, advantages from implementing...

  • Using GPUs for Parallel Stencil Computations in Relativistic Hydrodynamic Simulation

    Publikacja
    • S. Cygert
    • D. Kikoła
    • J. Porter-Sobieraj
    • J. Sikorski
    • M. Słodkowski

    - Rok 2014

    This paper explores the possibilities of using a GPU for complex 3D finite difference computation. We propose a new approach to this topic using surface memory and compare it with 3D stencil computations carried out via shared memory, which is currently considered to be the best approach. The case study was performed for the extensive computation of collisions between heavy nuclei in terms of relativistic hydrodynamics.

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Communication methods at selected private universities in Gdańsk, Sopot and Gdynia in 2010

    Dane Badawcze
    open access

    A university, including a private one, is an organization serving the environment. Therefore, a necessary condition (especially in today's market situation) is the development of cooperation between universities and the environment. Creating mutual relations between universities with the environment, belongs to an important area of activity of this...

  • Jerzy Konorski dr hab. inż.

    Jerzy Konorski otrzymał tytuł mgr inż. telekomunikacji na Poitechnice Gdańskiej, zaś stopień doktora n.t. w dyscyplinie informatyka w Instytucie Podstaw Informatyki PAN. W r. 2007 obronił rozprawę habilitacyjną na Wydziale Elektroniki, Telekomnikacji i Informatyki PG. Jest autorem ponad 150 publikacji naukowych, prowadził projekty naukowo-badawcze finansowane ze środków Komitetu Badań Naukowych, UE, US Air Force Office of Scientific...

  • Overview of cooperative communication methods

    The paper presents issues related to the cooperative communication in wireless networks. Cooperative com-munication involves the use of mobile terminals as relay stations to improve the transmission quality, improve network performance and reduce energy consumption. It is also possible to use several different data transmission standards. The paper presents the methods used to implement cooperative communication. The types of cooperative...

    Pełny tekst do pobrania w portalu

  • Niching mechanisms in evolutionary computations

    Dozorowanie nisz stanowi mechanizm, którego celem jest utrzymanie gorzej przystosowanych osobników tak, aby populacja była różnorodna, zawierała odpowiednią liczbę istniejących gatunków, zarówno tych bardziej licznych, jak i tych mniej licznych, a przez to nie powodowała przedwczesnej zbieżności algorytmów ewolucyjnych. Efekt taki uzyskuje się poprzez odpowiednią modyfikację stopnia przystosowania lub rang osobników (zwiększa się...

    Pełny tekst do pobrania w portalu

  • Meta-computations on the CLUSTERIX Grid

    Publikacja
    • R. Wyrzykowski
    • N. Meyer
    • T. Olas
    • L. Kuczynski
    • B. Ludwiczak
    • C. Czaplewski
    • S. Oldziej

    - Rok 2007

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Multichannel Human Body Communication

    Publikacja

    Human Body Communication is an attractive alternative for traditional wireless communication (Bluetooth, ZigBee) in case of Body Sensor Networks. Low power, high data rates and data security makes it ideal solution for medical applications. In this paper, signal attenuation for different frequencies, using FR4 electrodes, has been investigated. Performance of single and multichannel transmission with frequency modulation of analog...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Entanglement-swapping boxes and their communication properties

    Publikacja

    - PHYSICAL REVIEW A - Rok 2008

    We pose the fundamental question of communication properties of primitives irrespectively of their implementation. To illustrate the idea we introduce the concept of entanglement-swapping boxes, i.e., we consider any quantum operations which perform entanglement swapping, not necessarily via simple quantum teleportation. We ask a question about the properties of such boxes, i.e., what local operations and how much classical communication...

    Pełny tekst do pobrania w portalu

  • Transmission parameters of underwater communication channels

    Publikacja

    The underwater environment is tough and demanding as a communication channel for ultrasonic signals. The channel transmission characteristics in marine and inland waters depend much on local bathymetry and changing weather conditions. The architecture and performance of a reliable underwater acoustic communication (UAC) system should allow real-time adaptation of its transmission parameters to a large variety of possible channel...

    Pełny tekst do pobrania w portalu

  • Fashion communication research: A way ahead

    Publikacja
    • L. Cantoni
    • F. Cominelli
    • N. Kalbaska
    • M. Ornati
    • T. Sádaba
    • P. SanMiguel

    - Studies in Communication Sciences - Rok 2020

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Information and Communication Technologies for Economic Development

    Publikacja

    - Rok 2017

    This chapter is intended to explain why and how information and communication technologies may affect the process of socio-economic development, especially with regard to economically backward economies. It sheds light on why technological changes constitute prerequisites enabling advancements along the socio-economic development pattern. It is also designed to exhibit the special relevance of information and communication technologies...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • A fast algorithm for computing the flux around non-overlapping disks on the plane

    Publikacja
    • V. Mityushev
    • N. Rylko

    - MATHEMATICAL AND COMPUTER MODELLING - Rok 2013

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Resilient Routing in Communication Networks

    Publikacja

    - Rok 2015

    This important text/reference addresses the latest issues in end-to-end resilient routing in communication networks. The work highlights the main causes of failures of network nodes and links, and presents an overview of resilient routing mechanisms, covering issues related to the Future Internet (FI), wireless mesh networks (WMNs), and vehicular ad-hoc networks (VANETs). For each of these network architectures, a selection of...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • The Diffusion of Information and Communication Technologies

    Publikacja

    - Rok 2018

    This book provides extensive evidence on information and communication technologies development patterns and dynamics of this process across developed economies over the period 1980 to the present day. It adopts newly developed methodology to identification of the ‘critical mass’ and isolation of technological takeoff intervals, which are intimately related to the process of technology diffusion. The statistically robust analysis...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Decision making techniques for electronic communication: an example for Turkey

    Publikacja

    - Rok 2017

    Communication is the way for people exchanging information with each other by using various tools. Electronic communication or Ecommunication is the process of sending, receiving and processing information or messages electronically. Electronic communication that is closely related to the development levels of countries, has made considerable progress especially in terms technology, innovation and entrepreneur. In this study, it...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Computer controlled systems - 2022/2023

    Kursy Online
    • P. Raczyński

    materiały wspierające wykład na studiach II stopnia na kierunku ACR pod tytułem komputerowe systemy automatyki 1. Computer system – controlled plant interfacing technique; simple interfacing and with both side acknowledgement; ideas, algorithms, acknowledge passing. 2. Methods of acknowledgement passing: software checking and passing, using interrupt techniques, using readiness checking (ready – wait lines). The best solution...

  • CCS-lecture-2023-2024

    Kursy Online
    • P. Raczyński

    materiały wspierające wykład na studiach II stopnia na kierunku ACR pod tytułem komputerowe systemy automatyki 1. Computer system – controlled plant interfacing technique; simple interfacing and with both side acknowledgement; ideas, algorithms, acknowledge passing. 2. Methods of acknowledgement passing: software checking and passing, using interrupt techniques, using readiness checking (ready – wait lines). The best solution optimization...

  • Measurements of transmission properties of Acoustic Communication Channels

    Publikacja

    Tough transmission properties of shallow water acoustic channels (SWAC) highly limit the use of underwater acoustic communication (UAC) systems. An adaptive matching of modulation and signaling schemes to instantaneous channel conditions is needed for reliabledata communications. This creates, however, unique challenges for designers when compared to radio transmission systems. When communication system elements are in move, the...

    Pełny tekst do pobrania w portalu

  • The impact of brand communication on brand equity through Facebook

    Purpose The purpose of this study is to fill the gap in the discussion of the ways in which firm-created and user-generated social media brand communication impacts consumer-based brand equity metrics through Facebook. Design/methodology/approach We evaluated 302 data sets that were generated through a standardized online-survey to investigate the impact of firm-created and user-generated social media brand communication on brand...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • A Simulation Model of Construction Projects Executed in Random Conditions with the Overlapping Construction Works

    Publikacja

    - Sustainability - Rok 2021

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Radio Communication Antennas and MIMO Techniques (2023/24)

    Kursy Online
    • J. Magiera

    Course assigned to the following subject: - Radio Communication Antennas and MIMO Techniques (profile Radio Communication Systems and Networks [EN])

  • The development of an underwater telephone for digital communication purposes

    Publikacja

    - HYDROACOUSTICS - Rok 2016

    The underwater telephone HTL-10 has been designed to provide voice and data communication between helicopter and submarines using acoustic waves. It works in a half-duplex mode and uses analogue power-efficient modulation in the form of a single side-band, suppressed carrier, in a wide range of frequencies. It generates the transmitted signal, and processes the received signals. It is implemented with the use of digital signal...

    Pełny tekst do pobrania w portalu

  • Communication Platform for Evaluation of Transmitted Speech Quality

    A voice communication system designed and implemented is described. The purpose of the presented platform was to enable a series of experiments related to the quality assessment of algorithms used in the coding and transmitting of speech. The system is equipped with tools for recording signals at each stage of processing, making it possible to subject them to subjective assessments by listening tests or, objective evaluation employing...

    Pełny tekst do pobrania w portalu

  • Parallel Computations of Text Similarities for Categorization Task

    Publikacja

    - Rok 2013

    In this chapter we describe the approach to parallel implementation of similarities in high dimensional spaces. The similarities computation have been used for textual data categorization. A test datasets we create from Wikipedia articles that with their hyper references formed a graph used in our experiments. The similarities based on Euclidean distance and Cosine measure have been used to process the data using k-means algorithm....

  • The effect of social media communication on consumer perceptions of brands

    Researchers and brand managers have limited understanding of the effects social media communication has on how consumers perceive brands. We investigated 504 Facebook users in order to observe the impact of firm-created and user-generated (UG) social media communication on brand equity (BE), brand attitude (BA) and purchase intention (PI) by using a standardized online survey throughout Poland. To test the conceptual model, we...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Communication and Visualisation in Building Automation - 2023/24

    Kursy Online
    • P. Fiertek

    Lecture "Communication and Visualisation in Building Automation", Wydział ETI, katedra KSiS, II stopień studiów 

  • Communication Networks in the Service of the Environmental Monitoring

    In the paper selected issues relating to communication networks in the services of the environmental monitoring (EM) have been described. It is divided into three main parts: introduction, wire and wireless networks. At the beginning of the basic definitions were explained. The wire part focuses on a plain old telephone service (POTS), an integrated services digital network (ISDN), a digital subscriber line (DSL) and a fiber-optic...

  • Communication as a Factor Limiting University-Business Cooperation

    Objective - Despite the broad extent of the scientific activity dealing with university-business cooperation, Poland has yet to develop a satisfactory cooperation strategy that takes business needs into account. This issue is still relevant due to the need for continuous improvement and resulting benefits aimed at improving enterprise competitiveness. Methodology/Technique - Authors of this article attempt to select an overriding...

    Pełny tekst do pobrania w serwisie zewnętrznym