Listar Arquitectura de Computadores - (AC) por título
Mostrando ítems 88-107 de 213
-
Hardware Signature Designs to Deal With Asymmetry in Transactional Data Sets
(IEEE, 2013)Transactional Memory (TM) systems must track memory accesses made by concurrent transactions in order to detect conflicts. Many TM implementations use signatures for this purpose, which summarize reads and writes in ... -
Hardware support for Local Memory Transactions on GPU Architectures
(2015-06-26)Graphics Processing Units (GPUs) are popular hardware accelerators for data-parallel applications, enabling the execution of thousands of threads in a Single Instruction - Multiple Thread (SIMT) fashion. However, the SIMT ... -
Hardware support for scratchpad memory transactions on GPU architectures
(Springer, 2017-08-29)Graphics Processing Units (GPUs) have become the accelerator of choice for data-parallel applications, enabling the execution of thousands of threads in a Single Instruction - Multiple Thread (SIMT) fashion. Using OpenCL ... -
Harnessing the power of reconfigurable computing platforms
(2016-11-17)Reconfigurable computing platforms are emerging as the most promising architectures to design general purpose systems due to their high flexibility and power efficiency. This talk will discuss several aspects of FPGA ... -
Heuristics for Longest Edge Selection in Simplicial Branch and Bound
(2015-07-06)Simplicial partitions are suitable to divide a bounded area in branch and bound. In the iterative re nement process, a popular strategy is to divide simplices by their longest edge, thus avoiding needle-shaped simplices. ... -
High Performance Computing for Genomics
(UMA Editorial, 2023)With the thrive of data acquisition methods, computerized research has become increasingly more common. However, in order to match the huge data-processing demands, the design of new algorithms along with their optimization ... -
High performance computing in the cloud
(UMA Editorial, 2017-06-14)The numerous technological advances in data acquisition techniques allow the massive production of enormous amounts of data in diverse fields such as astronomy, health and social networks. Nowadays, only a small part of ... -
High-Radix Formats for Enhancing Floating-Point FPGA Implementations
(Springer, 2021-12-02)This article proposes a family of high-radix floating-point representation to efficiently deal with floating-point addition in FPGA devices with no native floating-point sup port. Since variable shifter implementation ... -
High-radix formats for enhancing floating-point FPGA implementations
(Springer, 2022-03)This article proposes a family of high-radix floating-point representation to efficiently deal with floating-point addition in FPGA devices with no native floating-point support. Since variable shifter implementation ... -
High-Throughput DTW accelerator with minimum area in AMD FPGA by HLS.
(2023)Dynamic Time Warping (DTW) is a dynamic programming algorithm that is known to be one of the best methods to measure the similarities between two signals, even if there are variations in the speed of those. It is ... -
High-Throughput FPGA Implementation of QR Decomposition
(2015-09-17)This brief presents a hardware design to achieve high-throughput QR decomposition, using Givens Rotation Method. It utilizes a new two-dimensional systolic array architecture with pipelined processing elements, which are ... -
HPC Accelerators with 3D Memory
(2016-09-13)After a decade evolving in the High Performance Computing arena, GPU-equipped supercomputers have con- quered the top500 and green500 lists, providing us unprecedented levels of computational power and memory bandwidth. ... -
HUB meets posit: arithmetic units implementation
(IEEE, 2023)The posit (TM) format was introduced in 2017 as an alternative to replacing the widespread IEEE 754. Posit arithmetic provides reproducible results across platforms and possesses tapered accuracy, among other improvemen ... -
iDA: Preservando el acceso a bases de datos a muy largo plazo.
(2024)El proyecto iDA (Immortal Database Accesss) tiene como objetivo el ofrecer una visión general de las posibilidades tecnológicas para la preservación de los sistemas informáticos desmantelados (decommissioned) y los datos ... -
Implementaciones paralelas para un problema de control de inventarios de productos perecederos
(2015-10-05)En este trabajo se analizan y eval uan dos implementaciones de un algoritmo de optimizaci on para un problema de control de inventarios de productos perecederos. Las implementaciones se han llevado a cabo utilizando ... -
Improvements in Hardware Transactional Memory for GPU Architectures
(2016-07-20)In the multi-core CPU world, transactional memory (TM)has emerged as an alternative to lock-based programming for thread synchronization. Recent research proposes the use of TM in GPU architectures, where a high number of ... -
Improving Fixed-Point Implementation of QR Decomposition by Rounding-to-Nearest
(2015-06-29)QR decomposition is a key operation in many current communication systems. This paper shows how to reduce the area of a fixed-point QR decomposition implementation based on Givens rotations by using a new number ... -
Improving Hardware Transactional Memory Parallelization of Computational Geometry Algorithms Using Privatizing Transactions.
(Elsevier, 2019-05-06)Hardware transactional memory is a new parallel programming paradigm supported by current commercial multiprocessors. This paradigm provides optimistic concurrency and overcomes some of the problems associated with classical ... -
Improving Signature Behavior by Irrevocability in Transactional Memory Systems
(IEEE Computer Society, 2014)Signatures have been proposed in Hardware Transactional Memory (HTM) to represent read and write sets of transactions and decouple transaction conflict detection from private caches. Generally, signatures are implemented ... -
Improving Signatures by Locality Exploitation for Transactional Memory
(IEEE, 2009)Writing multithreaded programs is a fairly complex task that poses a major obstacle to exploit multicore processors. Transactional Memory (TM) emerges as an alternative to the conventional multithreaded programming to ...