Listar AC - Artículos por fecha de publicación
Mostrando ítems 1-20 de 64
-
Teaching the Cache Memory System Using a Reconfigurable Approach
(IEEE, 2008)This paper presents a tool that simulates a reconfigurable cache whose parameters can be changed at runtime through a special instruction at the instruction set architecture (ISA) level. The proposed tool simulates a cache ... -
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 ... -
New formats for computing with real-numbers under round-to-nearest
(2015-09-17)In this paper, a new family of formats to deal with real number for applications requiring round to nearest is proposed. They are based on shifting the set of exactly represented numbers which are used in conventional ... -
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 ... -
On how to improve tracklet-based gait recognition systems
(Elsevier, 2015-12-15)Abstract Recently, short-term dense trajectories features (DTF) have shown state-of-the-art results in video recognition and retrieval. However, their use has not been extensively studied on the problem of gait recognition. ... -
Measuring Improvement when Using HUB Formats to Implement Floating-Point Systems under Round-to-Nearest
(IEEE, 2016)This paper analyzes the benefits of using HUB formats to implement floating-point arithmetic under round-tonearest mode from a quantitative point of view. Using HUB formats to represent numbers allows the removal of the ... -
Multimodal features fusion for gait, gender and shoes recognition
(Springer, 2016)This paper evaluates how fusing multimodal features (audio, RGB, and depth) can enhance the task of gait recognition, as well as gender and shoe recognition. While most previous research has focused on visual descriptors ... -
Fisher Motion Descriptor for Multiview Gait Recognition.
(World Scientific, 2017)This paper aims to identify individuals by analyzing their gait using motion descriptors based on densely sampled short-term trajectories, instead of traditional binary silhouettes. The approach leverages advanced people ... -
Leveraging Irrevocability to Deal with Signature Saturation in Hardware Transactional Memory
(Springer, 2017)In hardware transactional memory, signatures have been proposed to keep track of memory locations accessed in a transaction to help conflict detection. Generally, signatures are implemented as Bloom filters that suffer ... -
Lazy Irrevocability for Best-Effort Transactional Memory Systems
(IEEE, 2017)IBM and Intel now offer commercial systems with Transactional Memory (TM), a programming paradigm whose aim is to facilitate concurrent programming while maximizing parallelism. These TM systems are implemented in hardware ... -
Enhancing Scalability In Best-Effort Hardware Transactional Memory Systems
(Elsevier, 2017)Current industry proposals for hardware transactional memory focus on best-effort solutions where hardware limits are imposed on transactions. These designs can efficiently execute transactions but they may abort due to ... -
Privatizing Transactions for Lee's Algorithm in Commercial Hardware Transactional Memory
(Springer, 2018)Lee’s algorithm solves the path-connection problems that arise in logical drawing, wiring diagramming or optimal route finding. Its parallel version has been widely used as a benchmark to test transactional memory systems. ... -
A CUDA approach to compute perishable inventory control policies using value iteration.
(Springer Nature, 2018)Dynamic programming (DP) approaches, in particular value iteration, is often seen as a method to derive optimal policies in inventory management. The challenge in this approach is to deal with an increasing state space ... -
Inventory control for a non-stationary demand perishable product: comparing policies and solution methods
(2018-03-02)This paper summarizes our findings with respect to order policies for an inventory control problem for a perishable product with a maximum fixed shelf life in a periodic review system, where chance constraints play a role. ... -
Unbiased Rounding for HUB Floating-point Addition
(2018-06-28)Half-Unit-Biased (HUB) is an emerging format based on shifting the represented numbers by half Unit in the Last Place. This format simplifies two’s complement and roundto- nearest operations by preventing any carry ... -
Energy-based tuning of metaheuristics for molecular docking on multi-GPUs
(Wiley, 2018-09)Virtual Screening (VS) methods simulate molecular interactions in silico to look for the best chemical compound that interacts with a given molecular target. VS is becoming increasingly popular to accelerate the drug ... -
Fast HUB Floating-point Adder for FPGA
(2018-10-17)Several previous publications have shown the area and delay reduction when implementing real number computation using HUB formats for both floating-point and fixed-point. In this paper, we present a HUB floating-point ... -
Mejorando el rendimiento de la memoria transaccional para aplicaciones irregulares
(2018-11-15)La Memoria Transaccional (TM) ofrece un modelo de ejecución concurrente optimista en arquitecturas multinúcleo, permitiendo a los programadores extraer paralelismo cuando la información de las dependencias de datos no está ... -
ReduxSTM: Optimizing STM designs for Irregular Applications
(2018-11-15)