hosted by
publicationslist.org
    

Jérémie Guillot


guillotjeremie@free.fr

Journal articles

2009
Maciej Ciesielski, Jeremie Guillot, Daniel Gomez-Prado, Emmanuel Boutillon (2009)  High-Level Dataflow Transformations Using Taylor Expansion Diagrams   IEEE Design and Test of Computers 26: 4. 46-57  
Abstract: This article provides an overview of a canonical representation for arithmetic expressions and how it can be used to obtain various factorizations of such expressions to optimize them. The applicability of the approach is demonstrated in a high-level synthesis flow.
Notes:

Conference papers

2011
2009
O Brousse, J Guillot, T Gil, F Grize, G Sassatelli, J M Moreno, J Madrenas, A Villa, H Volken, M Robert (2009)  JubiTool: Unified design flow for the Perplexus SIMD hardware accelerator.   In: Perplexus Special Session Edited by:IEEE Congress on Evolutionary Computation (IEEE CEC 2009). 2070 -2075 Trondheim, Norway:  
Abstract: This paper presents a new unified design flow developed within the Perplexus IST European project [IST-034632]1 that aims to accelerate parallelizable data-intensive applications in the context of ubiquitous computing. This contribution relies on JubiTool: a set of integrated tools (JubiSplitter, JubiCompiler, UbiAssembler), allowing respectively to extract, compile and assemble parallelizable parts of applications described in Jubi language. Jubi is a modified Java agent based language (JADE) dedicated to the Ubichip (the bio-inspired chip developed within the confines of the Perplexus project). By appending hardware directives to a software agent description, the inherent flexibility of software is combined with the runtime performance of a hardware execution. In the case of typical Perplexus applications such as the Spiking Neural Network Simulator, this contribution takes profit of the intrinsic property of the Ubichip in terms of parallelism resulting in an expected speedup to be at least of one the order of magnitude. Finally, this hybrid (SW/HW) flow could be easily modified and adapted to support other kind of distributed platforms.
Notes:
D Gomez-Prado, Q Ren, M Ciesielski, J Guillot, E Boutillon (2009)  Optimizing Data Flow Graphs to minimize Hardware Implementation   In: DATE ’09 : Proceedings of the conference on Design, automation and test in Europe 117-122  
Abstract: This paper describes an efficient graph-based method to optimize data-flow expressions for best hardware implementation. The method is based on factorization, common subexpression elimination (CSE) and decomposition of algebraic expressions performed on a canonical representation, Taylor Expansion Diagram. The method is generic, applicable to arbitrary algebraic expressions and does not require specific knowledge of the application domain. Experimental results show that the DFGs generated from such optimized expressions are better suited for high level synthesis, and the final, scheduled implementations are characterized, on average, by 15.5% lower latency and 7.6% better area than those obtained using traditional CSE and algebraic decomposition.
Notes:
2007
M Ciesielski, S Askar, D Gomez-Prado, J Guillot, E Boutillon (2007)  Data-flow transformations using Taylor expansion diagrams   In: DATE ’07 : Proceedings of the conference on Design, automation and test in Europe 455-460 San Jose, CA, USA: EDA Consortium  
Abstract: An original technique to transform functional representation of the design into a structural representation in form of a data flow graph (DFG) is described. A canonical, word-level data structure, Taylor Expansion Diagram (TED), is used as a vehicle to effect this transformation. The problem is formulated as that of applying a sequence of decomposition cuts to a TED that transforms it into a DFG optimized for a particular objective. A systematic approach to arrive at such a decomposition is described. Experimental results show that such constructed DFG provides a better starting point for architectural synthesis than those extracted directly from HDL specifications.
Notes:
J Guillot, E Boutillon, M Ciesielski, D Gomez-Prado (2007)  Optimisation automatique d’un Data Flow Graph à l’aide du formalisme TED. Cas d’étude: La Transformée de Fourier Discrète.   In: GRETSI 2007 Edited by:GRETSI, Groupe d’Etudes du Traitement du Signal et des Images. 365-368  
Abstract: Résumé – Ce papier décrit une méthode d’optimisation de transformées de type traitement du signal en effectuant des transformations à hauts niveaux de types factorisations et élimination de sous expressions communes basées sur les Taylor Expansion Diagrams. Cette méthodologie en cours d’intégration dans le démonstrateur TEDify [11] permet déjà d’obtenir des résultats performants et originaux du point de vue optimisation. Intégrée à un outil de synthèse elle permettra de réduire de façon considérable le temps de conception des circuits numériques en permettant au concepteur d’atteindre plus facilement les contraintes imposées: Consommation, surface, d´ebit. Abstract – An optimisation scheme of usual DSP transforms using high level transformations is proposed. These transformations are based on factorizations and common subexpression eliminations process using a Taylor Expansion Diagram representation. The implementation of this methodology is currently under development and validation phases but, it already shows the the performances and the originalities of the generated solutions.
Notes:
2006

Patent

2005
M Ciesielski, S Askar, E Boutillon, J Guillot (2005)  Behavioral Transformations for Hardware Synthesis and Code Optimization based on Taylor Expansion Diagrams. US Utility patent, USSN 11/292,493, led 12/02/2005, and PCT application PCT/ US05/43860, led 12/03/2005. Patent Number: 7472359.   [Patent]  
Abstract: A systematic method and system for behavioral transformations for hardware synthesis and code optimization in software compilation based on Taylor Expansion Diagrams. The system can be integrated with any suitable architectural synthesis system. It can also be built into a compiler tool for general purpose processor or into a specific target compiler. For hardware synthesis, an arithmetic expression of the computation is extracted from the behavioral-level HDL design or directly from its matrix representation, and represented in canonical data structure, called Taylor Expansion Diagram. In architectural synthesis, factorization, common sub-expression extraction and decomposition of the resulting Taylor Expansion Diagram is performed, producing an optimized data flow graph, from which the structural HDL design is obtained using standard architectural synthesis. For software compilation and code optimization, common sub-expression extraction and factorization serve as pre-compilation optimization tasks performed according to the target architecture to generate a new code for the compiler.
Notes:

Workshop & Poster

2011
2009
D Gomez-Prado, Q Ren, M Ciesielski, J Guillot, E Boutillon (2009)  TDS: Behavioral Transformation System   In Design Automation and Test in Europe, University Booth, Nice, France [Workshop & Poster]  
Abstract: TDS is an experimental software system to perform high-level transformations of designs specified at algorithmic and behavioral levels. The system transforms the initial design specifications into a data flow graph (DFG) optimized for final hardware implementation. The optimizing transformations are based on a canonical representation, Taylor Expansion Diagram (TED), followed by structural transformations of the resulting DFG network. The system is intended for data-flow and computation-intensive designs used in computer graphics and digital signal processing applications.
Notes:
2008
2006

PhD theses

2008
J Guillot (2008)  Optimization Techniques for High Level Synthesis and pre-Compilation based on Taylor Expansion Diagrams.   Université de Bretagne Sud sous le sceau de l'Université Européenne de Bretagne  
Abstract: Unprecedented advances over the past few decades in semiconductor technology, combined with an impressive progress in telecommunications industry, have lead to an explosion of microelectronic designs in signal processing and multimedia applications. However, this advancement in microelectronics technology has significantly outperformed the progress in Electronic Design Automation (EDA) tools needed to sustain the productivity.In 1999 the Semiconductor Industry Association (SIA) warned that there is a widening gap between the technological capabilities provided by fabrication technology and design productivity achieved by chip designers. According to SIA, the solutions to reduce this "Design Productivity Gap", is to raise the level of abstraction of specifications and to increase the use of EDA tools to automatically generate the designs on physical level from ''high level" specifications. In the same manner that made it necessary in the late 1980's to raise the level of abstraction of design specification from Boolean logic level to Register Transfer Level (RTL), the late 1990's have seen the level of abstraction increased from an RTL to a behavioral level. Whereas the adoption of RTL has lead to the creation of hardware description languages (HDL) and first uses of logic synthesis tools, the increase in the abstraction level to behavioral specifications resulted in the development of "high-level" synthesis (HLS) tools (or, more correctly, architectural synthesis tools) and design methodologies. Although progress has been made in HLS over the past two decades, current HLS tools are limited in their ability to transform the initial design specification into a final, optimized architecture. Specifically, those tools perform a direct translation of the initial specification without any attempt to optimize it, leaving any modification of the initial description to the designer. As a result, the same computation, described in different ways or by different algorithms, will result in often drastically different physical implementations, differing in power dissipation, area, delay, latency, or computational precision. This thesis addresses this problem by employing a canonical representation, called "Taylor Expansion Diagram" (TED). TED is a graphical representation based on Taylor series decomposition of the data-flow computation. Optimizations and high-level transformations developed in this thesis are based on transformations and pattern recognition applied to the TED representation. The results of such transformations are the optimized data-flow graphs, which provide input to standard, HLS tools for final architectural synthesis. Such optimizations cannot be achieved by traditional architectural and "high-level" synthesis tools or compilers available today. The work described in this thesis has been done in collaboration with the VLSI-CAD Laboratory at the University of Massachusetts, Amherst (USA). The algorithms developed in this work have been integrated with an experimental tool, "Taylor Decomposition System" (TDS), compatible with the architectural synthesis tool "GAUT". References: GAUT:http://web.univ-ubs.fr/lester/www-gaut/ TDS: http://tango.ecs.umass.edu/TED/Doc/html/index.html
Notes: Yves Mathieu / Président / Telecom Paris Emmanuel Boutillon / Directeur de thèse / Université de Bretagne Sud Maciej Ciesielski / Co-encadrant / University of Massachusetts Bruno Rouzeyre / Rapporteur / Université de Montpellier 2 Olivier Sentieys / Rapporteur / Université de Rennes 1
Powered by PublicationsList.org.