To see the other types of publications on this topic, follow the link: Itanium.

Dissertations / Theses on the topic 'Itanium'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the top 20 dissertations / theses for your research on the topic 'Itanium.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Browse dissertations / theses on a wide variety of disciplines and organise your bibliography correctly.

1

Sharma, Saurabh. "WELD FOR ITANIUM PROCESSOR." NCSU, 2002. http://www.lib.ncsu.edu/theses/available/etd-11182002-120028/.

Full text
Abstract:
This dissertation extends a WELD for Itanium processors. Emre Özer presented WELD architecture in his Ph.D. thesis. WELD integrates multithreading support into an Itanium processor to hide run-time latency effects that cannot be determined by the compiler. Also, it proposes a hardware technique called operation welding that merges operations from different threads to utilize the hardware resources. Hardware contexts such as program counters and the fetch units are duplicated to support for multithreading. The experimental results show that Dual-thread WELD attains a maximum of 11% speedup as c
APA, Harvard, Vancouver, ISO, and other styles
2

Bjerke, Håvard K. F. "HPC Virtualization with Xen on Itanium." Thesis, Norwegian University of Science and Technology, Department of Computer and Information Science, 2005. http://urn.kb.se/resolve?urn=urn:nbn:no:ntnu:diva-9263.

Full text
Abstract:
<p>The Xen Virtual Machine Monitor has proven to achieve higher efficiency in virtualizing the x86 architecture than competing x86 virtualization technologies. This makes virtualization on the x86 platform more feasible in High-Performance and mainframe computing, where virtualization can offer attractive solutions for managing resources between users. Virtualization is also attractive on the Itanium architecture. Future x86 and Itanium computer architectures include extensions which make virtualization more efficient. Moving to virtualizing resources through Xen may ready co
APA, Harvard, Vancouver, ISO, and other styles
3

Wienand, Ian Raymond Computer Science &amp Engineering Faculty of Engineering UNSW. "Transparent large-page support for Itanium linux." Publisher:University of New South Wales. Computer Science & Engineering, 2008. http://handle.unsw.edu.au/1959.4/41021.

Full text
Abstract:
The abstraction provided by virtual memory is central to the operation of modern operating systems. Making the most efficient use of the available translation hardware is critical to achieving high performance. The multiple page-size support provided by almost all architectures promises considerable benefits but poses a number of implementation challenges. This thesis presents a minimally-invasive approach to transparent multiple page-size support for Itanium Linux. In particular, it examines the interaction between supporting large pages and Itanium's two inbuilt hardware page-table walkers;
APA, Harvard, Vancouver, ISO, and other styles
4

Tayeb, Jamel. "Optimisation des performances et de la consommation de puissance électrique pour architecture Intel Itanium/EPIC." Valenciennes, 2008. http://ged.univ-valenciennes.fr/nuxeo/site/esupversions/9eed6aef-dfaf-4a17-883f-d217a1d9a000.

Full text
Abstract:
Cette thèse propose, dans sa première partie, d’étendre l’architecture EPIC des processeurs de la famille Itanium par l’ajout d’une pile matérielle. L’idée principale est qu’il est possible de combler l’écart de performance entre une architecture généraliste et les circuits spécialisés pour exécuter des machines virtuelles (FORTH,. NET, Java, etc. ). Pour ce faire nous proposons de réassigner dynamiquement un sous-ensemble des ressources existantes d’EPIC pour offrir une pile d’évaluation matérielle. Deux implémentations, non-intrusives et respectant la compatibilité binaire des applications e
APA, Harvard, Vancouver, ISO, and other styles
5

Varanavičius, Andrius. "Kompiliatorių optimizavimas IA-64 architektūroje." Master's thesis, Lithuanian Academic Libraries Network (LABT), 2010. http://vddb.laba.lt/obj/LT-eLABa-0001:E.02~2009~D_20101125_190732-76081.

Full text
Abstract:
Šiame darbe buvo išnagrinėtos Intel Itanium (IA-64) architektūros savybės, įtakojančios kompiliatoriaus generuojamą kodą, ir išanalizuotos kompiliatoriaus optimizacijos, kurios buvo pritaikytos IA-64 architektūrai. Buvo prieita prie išvados, kad tokias optimizacijas galima susiskirstyti į kelis tipus. Pirmiausia nuo architektūros priklausomos optimizacijos, kurių efektyvumą galima padidinti išnaudojant predikaciją ir prognozavimo savybes ar kitas IA-64 specifines savybes. Antra, nuo architektūros nepriklausomos tradicinės optimizacijos, kurių pertvarkomo kodo efektyvumą galima padidinti parenk
APA, Harvard, Vancouver, ISO, and other styles
6

Carribault, Patrick. "Contribution to the compilation of irregular programs for complex architectures." Versailles-St Quentin en Yvelines, 2007. http://www.theses.fr/2007VERS0012.

Full text
Abstract:
Contribution à la compilation de programmes irréguliers pour des architecturescomplexesLes architectures multicoeurs sont omniprésentes dans les processeurs généralistes et embarqués. Plusieurs flôts d'instructions (threads) sont exécutés, augmentant le parallélisme, évitant des contentions de ressources. L'execution concurrente d'un thread est déterminant pour le temps d'execution de l'application. Ainsi, l'exploitation fine d'un coeur est indispensable afin de découvrir du parallelisme d'instructions (ILP) au sein d'un flot d'instructions. Cette thèse traite de l'optimisation monocoeur de co
APA, Harvard, Vancouver, ISO, and other styles
7

Quiñones, Moreno Eduardo. "Predicated execution and register windows for out-of-order processors." Doctoral thesis, Universitat Politècnica de Catalunya, 2008. http://hdl.handle.net/10803/6023.

Full text
Abstract:
ISA extensions are a very powerful approach to implement new hardware techniques that require or benefit from compiler support: decisions made at compile time can be complemented at runtime, achieving a synergistic effect between the compiler and the processor. This thesis is focused on two ISA extensions: predicate execution and register windows. Predicate execution is exploited by the if-conversion compiler technique. If-conversion removes control dependences by transforming them to data dependences, which helps to exploit ILP beyond a single basic-block. Register windows help to reduce the
APA, Harvard, Vancouver, ISO, and other styles
8

Khan, Minhaj Ahmad. "Techniques de spécialisation de code pour des architectures à hautes performances." Versailles-St Quentin en Yvelines, 2008. http://www.theses.fr/2008VERS0032.

Full text
Abstract:
Many applications are unable to obtain the peak performance offered by high performance architectures such as Itanium or Pentium-IV. This fact makes the code optimizations to be of utmost importance. Code specialization, which provides to the compilers, necessary information regarding important parameters in the code, is considered to be one of the most effective optimizations. Static specialization of code results in large code size, also referred to as, code explosion. Such large size of code results in cache misses and branch overhead, and also minimizes the effect of other optimizations. A
APA, Harvard, Vancouver, ISO, and other styles
9

Vieira, Mirna Lygia [UNESP]. "Imagem turística de Itanhém, litoral sul paulista." Universidade Estadual Paulista (UNESP), 1997. http://hdl.handle.net/11449/104442.

Full text
Abstract:
Made available in DSpace on 2014-06-11T19:33:21Z (GMT). No. of bitstreams: 0 Previous issue date: 1997-09-15Bitstream added on 2014-06-13T19:04:04Z : No. of bitstreams: 1 vieira_ml_dr_rcla.pdf: 2869727 bytes, checksum: 22660ba98fc3d3bc487247ab504f63fe (MD5)<br>Este trabalho chama a atenção para o papel das imagens no desenvolvimento do turismo, partindo do pressuposto que, sem imagens nítidas e duradouras, as localidades não florescem, ficando restritas a um estado letárgico. Procurou-se trabalhar com os enunciados de Miossec, geógrafo tunisiano, que reconhece no turismo três imagens: global
APA, Harvard, Vancouver, ISO, and other styles
10

Vieira, Mirna Lygia. "Imagem turística de Itanhém, litoral sul paulista /." Rio Claro : [s.n.], 1997. http://hdl.handle.net/11449/104442.

Full text
Abstract:
Orientador: Livia de Oliveira<br>Banca: Juergen Richard Langenbuch<br>Banca: Lineu Bley<br>Banca: Herbe Xavier<br>Banca: Marlene Teresinha de Muno Colesanti<br>Resumo: Este trabalho chama a atenção para o papel das imagens no desenvolvimento do turismo, partindo do pressuposto que, sem imagens nítidas e duradouras, as localidades não florescem, ficando restritas a um estado letárgico. Procurou-se trabalhar com os enunciados de Miossec, geógrafo tunisiano, que reconhece no turismo três imagens: global, tradicional e atual. Por imagem global entende-se a necessidade do ser humano em sair do seu
APA, Harvard, Vancouver, ISO, and other styles
11

Cussioli, Mariana Coppede. "Dinâmica da desembocadura do rio Itanhém, Alcobaça, BA." Universidade de São Paulo, 2010. http://www.teses.usp.br/teses/disponiveis/21/21133/tde-14092012-133655/.

Full text
Abstract:
Os processos morfodinâmicos em sistemas de desembocaduras estão relacionados a uma variedade de condições forçantes que criam condições hidrodinâmicas únicas. Correntes de maré, ondas e descarga fluvial, interagindo em diferentes níveis resultam em complexos padrões dinâmicos. O objetivo do presente trabalho é entender os processos que controlam a dinâmica da desembocadura do estuário do rio Itanhém, Alcobaça, BA. A dinâmica do ambiente foi analisada através de imagens de satélite LANDSAT5-TM e da aplicação de um modelo numérico. As imagens de satélite disponíveis, para os anos de 1987, 1990,
APA, Harvard, Vancouver, ISO, and other styles
12

Penna, Lyta. "Implementation issues in symmetric ciphers." Thesis, Queensland University of Technology, 2002.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
13

Valiukas, Tadas. "Kompiliatorių optimizavimas IA-64 architektūroje." Master's thesis, Lithuanian Academic Libraries Network (LABT), 2014. http://vddb.library.lt/obj/LT-eLABa-0001:E.02~2009~D_20140701_180746-19336.

Full text
Abstract:
Tradicinės x86 architektūros spartinimui artėjant prie galimybių ribos, kompanija Intel pradėjo kurti naują IA-64 architektūrą, paremtą EPIC – išreikštinai lygiagrečiai vykdomomis instrukcijomis vieno takto metu. Ši pagrindinė savybė leidžia vykdyti iki šešių instrukcijų per vieną taktą. Taipogi architektūra pasižymi tokiomis savybėmis, kurios leido efektyviai spręsti su kodo optimizavimu susijusias problemas tradicinėse architektūrose. Tačiau kompiliatorių optimizavimo algoritmai ilgą laiką buvo tobulinami tradicinėse architektūrose, todėl norint išnaudoti naująją architektūrą, reikia ieškoti
APA, Harvard, Vancouver, ISO, and other styles
14

Rabelo, Leandro Bonesi. "Alimentação e impactos da espécie exótica bagre-africano (Clarias gariepinus Burchell,1822) no estuário do rio Itanhém, Bahia." Universidade de São Paulo, 2009. http://www.teses.usp.br/teses/disponiveis/21/21131/tde-29042010-163444/.

Full text
Abstract:
Este estudo foi desenvolvido com finalidade de investigar o impacto da espécie exótica Clarias gariepinus no rio Itanhém, BA, tendo como referência o rio Caravelas. Foram analisados 214 estômagos de Clarias gariepinus, Centropomus undecimalis e C. parallelus desses dois locais. Brachyura compôs 92,8% da dieta de C. parallelus do rio Caravelas, enquanto que para C. undecimalis Teleostei compôs 72,5%. No rio Itanhém, os camarões foram mais importantes na alimentação de Clarias gariepinus, e para C. parallelus, Teleostei (98,1%). Não ocorreu sobreposição alimentar em nenhum dos casos estudados. P
APA, Harvard, Vancouver, ISO, and other styles
15

Perillo, Filho Átila. "Análise lítica e dispersão espacial dos materiais arqueológicos do Sítio Itanguá 02, Vale do Jequitinhonha – MG Átila Perillo Filho Pelotas." Universidade Federal de Pelotas, 2016. http://repositorio.ufpel.edu.br:8080/handle/prefix/3184.

Full text
Abstract:
Submitted by Leda Lopes (ledacplopes@hotmail.com) on 2017-02-16T19:27:42Z No. of bitstreams: 2 license_rdf: 0 bytes, checksum: d41d8cd98f00b204e9800998ecf8427e (MD5) Dissertação Átila Perillo.pdf: 4421878 bytes, checksum: 86bb89b9ed59b7fca15d53d7237d0e41 (MD5)<br>Approved for entry into archive by Aline Batista (alinehb.ufpel@gmail.com) on 2017-02-22T21:25:06Z (GMT) No. of bitstreams: 2 Dissertação Átila Perillo.pdf: 4421878 bytes, checksum: 86bb89b9ed59b7fca15d53d7237d0e41 (MD5) license_rdf: 0 bytes, checksum: d41d8cd98f00b204e9800998ecf8427e (MD5)<br>Approved for entry into archive by Aline
APA, Harvard, Vancouver, ISO, and other styles
16

Leal, Mariana Santos. "Caracterização da bacia do córrego Itanguá como suporte à gestão da Floresta Nacional de Capão Bonito/SP visando à conservação da água." Universidade Federal de São Carlos, 2016. https://repositorio.ufscar.br/handle/ufscar/8935.

Full text
Abstract:
Submitted by Milena Rubi (milenarubi@ufscar.br) on 2017-08-08T17:21:17Z No. of bitstreams: 1 LEAL_Mariana_2016.pdf: 33531179 bytes, checksum: 79338822f2cee7514132a1426bb9d6ee (MD5)<br>Approved for entry into archive by Milena Rubi (milenarubi@ufscar.br) on 2017-08-08T17:21:25Z (GMT) No. of bitstreams: 1 LEAL_Mariana_2016.pdf: 33531179 bytes, checksum: 79338822f2cee7514132a1426bb9d6ee (MD5)<br>Approved for entry into archive by Milena Rubi (milenarubi@ufscar.br) on 2017-08-08T17:21:31Z (GMT) No. of bitstreams: 1 LEAL_Mariana_2016.pdf: 33531179 bytes, checksum: 79338822f2cee7514132a1426bb9d6
APA, Harvard, Vancouver, ISO, and other styles
17

Itani, Taha [Verfasser], Alexander [Akademischer Betreuer] Krämer, and Ralf E. [Akademischer Betreuer] Ulrich. "Youth Violence and Mental Health in Times of Uncertainty. Evidence from the Eastern Mediterranean Region / Taha Itani ; Akademische Betreuer: Alexander Krämer, Ralf E. Ulrich." Bielefeld : Universitätsbibliothek Bielefeld, 2018. http://d-nb.info/1165157497/34.

Full text
APA, Harvard, Vancouver, ISO, and other styles
18

Itani, Lama [Verfasser], and Christof [Akademischer Betreuer] Schulz. "Development and application of optical diagnostic techniques for assessing the effects of preferential evaporation of multi-component fuels under engine-relevant conditions / Lama Itani ; Betreuer: Christof Schulz." Duisburg, 2018. http://d-nb.info/1154385892/34.

Full text
APA, Harvard, Vancouver, ISO, and other styles
19

Winkel, Sebastian [Verfasser]. "Optimal global instruction scheduling for the Itanium processor architecture / von Sebastian Winkel." 2005. http://d-nb.info/975445804/34.

Full text
APA, Harvard, Vancouver, ISO, and other styles
20

Itani, Haybat [Verfasser]. "Analytical studies of structure and stability of silver nanoparticles in layer-by-layer deposited polyelectrolyte films / von Haybat Itani." 2010. http://d-nb.info/1009673297/34.

Full text
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!