864 resultados para High performance processors


Relevância:

90.00% 90.00%

Publicador:

Resumo:

In order to achieve the high performance, we need to have an efficient scheduling of a parallelprogram onto the processors in multiprocessor systems that minimizes the entire executiontime. This problem of multiprocessor scheduling can be stated as finding a schedule for ageneral task graph to be executed on a multiprocessor system so that the schedule length can be minimize [10]. This scheduling problem is known to be NP- Hard.In multi processor task scheduling, we have a number of CPU’s on which a number of tasksare to be scheduled that the program’s execution time is minimized. According to [10], thetasks scheduling problem is a key factor for a parallel multiprocessor system to gain betterperformance. A task can be partitioned into a group of subtasks and represented as a DAG(Directed Acyclic Graph), so the problem can be stated as finding a schedule for a DAG to beexecuted in a parallel multiprocessor system so that the schedule can be minimized. Thishelps to reduce processing time and increase processor utilization. The aim of this thesis workis to check and compare the results obtained by Bee Colony algorithm with already generatedbest known results in multi processor task scheduling domain.

Relevância:

90.00% 90.00%

Publicador:

Resumo:

Manufacturing strategy has been widely studied and it is increasingly gaining attention. It has a fundamental role that is to translate the business strategy to the operations by developing the capabilities that are needed by the company in order to accomplish the desired performance. More precisely, manufacturing strategy comprises the decisions that managers take during a certain period of time in order to achieve a desire result. These decisions are related to which operational practices and resources are implemented. Our goal was to identify the relationship between these two decisions with operational performance. We based our arguments on the resource-based view for identifying sources of competitive advantage. Hence, we argued that operational practices and resources affect positively the operational performances. Additionally, we proposed that in the presence of some resources the implementation of operational practices would lead to a greater performance. We used previous scales for measuring operational practices and performance, and developed new constructs for resources. The data used is part of the High Performance Manufacturing project and the sample is composed by 291 plants. Through confirmatory factor analysis and multiple regressions we found that operational practices to a certain extant are positively related to operational performance. More specifically, the results show that JIT and customer orientation practices have a positive relationship with quality, delivery, flexibility, and cost performances. Moreover, we found that resources like technology and people explain a great variance of operational performance.

Relevância:

90.00% 90.00%

Publicador:

Resumo:

Este estudo buscou verificar a influencia dos agentes da cadeia de suprimentos no desempenho do desenvolvimento de novos produtos quando os agentes são analisados em conjunto. A motivação desta pesquisa veio de estudos que alertaram para a consideração da integração da cadeia de suprimentos como um constructo multidimensional, englobando o envolvimento da manufatura, fornecedores e clientes no desenvolvimento de novos produtos; e devido à falta de informação sobre as influencias individuais destes agentes no desenvolvimento de novos produtos. Sob essas considerações, buscou-se construir um modelo analítico baseado na Teoria do Capital Social e Capacidade Absortiva, construir hipóteses a partir da revisão da literatura e conectar constructos como cooperação, envolvimento do fornecedor no desenvolvimento de novos produtos (DNP), envolvimento do cliente no DNP, envolvimento da manufatura no DNP, antecipação de novas tecnologias, melhoria contínua, desempenho operacional do DNP, desempenho de mercado do NPD e desempenho de negócio do DNP. Para testar as hipóteses foram consideradas três variáveis moderadoras, tais como turbulência ambiental (baixa, média e alta), indústria (eletrônicos, maquinários e equipamentos de transporte) e localização (América, Europa e Ásia). Para testar o modelo foram usados dados do projeto High Performance Manufacturing que contém 339 empresas das indústrias de eletrônicos, maquinários e equipamentos de transporte, localizadas em onze países. As hipóteses foram testadas por meio da Análise Fatorial Confirmatória (AFC) incluindo a moderação muti-grupo para as três variáveis moderadoras mencionadas anteriormente. Os principais resultados apontaram que as hipóteses relacionadas com cooperação foram confirmadas em ambientes de média turbulência, enquanto as hipóteses relacionadas ao desempenho no DNP foram confirmadas em ambientes de baixa turbulência ambiental e em países asiáticos. Adicionalmente, sob as mesmas condições, fornecedores, clientes e manufatura influenciam diferentemente no desempenho de novos produtos. Assim, o envolvimento de fornecedores influencia diretamente no desempenho operacional e indiretamente no desempenho de mercado e de negócio em baixos níveis de turbulência ambiental, na indústria de equipamentos de transporte em países da Americanos e Europeus. De igual forma, o envolvimento do cliente influenciou diretamente no desempenho operacional e indiretamente no desempenho de mercado e do negócio em médio nível de turbulência ambiental, na indústria de maquinários e em países Asiáticos. Fornecedores e clientes não influenciam diretamente no desempenho de mercado e do negócio e não influenciam indiretamente no desempenho operacional. O envolvimento da manufatura não influenciou nenhum tipo de desempenho do desenvolvimento de novos produtos em todos os cenários testados.

Relevância:

90.00% 90.00%

Publicador:

Resumo:

The number of applications based on embedded systems grows significantly every year, even with the fact that embedded systems have restrictions, and simple processing units, the performance of these has improved every day. However the complexity of applications also increase, a better performance will always be necessary. So even such advances, there are cases, which an embedded system with a single unit of processing is not sufficient to achieve the information processing in real time. To improve the performance of these systems, an implementation with parallel processing can be used in more complex applications that require high performance. The idea is to move beyond applications that already use embedded systems, exploring the use of a set of units processing working together to implement an intelligent algorithm. The number of existing works in the areas of parallel processing, systems intelligent and embedded systems is wide. However works that link these three areas to solve any problem are reduced. In this context, this work aimed to use tools available for FPGA architectures, to develop a platform with multiple processors to use in pattern classification with artificial neural networks

Relevância:

90.00% 90.00%

Publicador:

Resumo:

Fundação de Amparo à Pesquisa do Estado de São Paulo (FAPESP)

Relevância:

90.00% 90.00%

Publicador:

Resumo:

The last years have presented an increase in the acceptance and adoption of the parallel processing, as much for scientific computation of high performance as for applications of general intention. This acceptance has been favored mainly for the development of environments with massive parallel processing (MPP - Massively Parallel Processing) and of the distributed computation. A common point between distributed systems and MPPs architectures is the notion of message exchange, that allows the communication between processes. An environment of message exchange consists basically of a communication library that, acting as an extension of the programming languages that allow to the elaboration of applications parallel, such as C, C++ and Fortran. In the development of applications parallel, a basic aspect is on to the analysis of performance of the same ones. Several can be the metric ones used in this analysis: time of execution, efficiency in the use of the processing elements, scalability of the application with respect to the increase in the number of processors or to the increase of the instance of the treat problem. The establishment of models or mechanisms that allow this analysis can be a task sufficiently complicated considering parameters and involved degrees of freedom in the implementation of the parallel application. An joined alternative has been the use of collection tools and visualization of performance data, that allow the user to identify to points of strangulation and sources of inefficiency in an application. For an efficient visualization one becomes necessary to identify and to collect given relative to the execution of the application, stage this called instrumentation. In this work it is presented, initially, a study of the main techniques used in the collection of the performance data, and after that a detailed analysis of the main available tools is made that can be used in architectures parallel of the type to cluster Beowulf with Linux on X86 platform being used libraries of communication based in applications MPI - Message Passing Interface, such as LAM and MPICH. This analysis is validated on applications parallel bars that deal with the problems of the training of neural nets of the type perceptrons using retro-propagation. The gotten conclusions show to the potentiality and easinesses of the analyzed tools.

Relevância:

90.00% 90.00%

Publicador:

Resumo:

Os fatores de risco para instalação de lesões do esporte têm sido pesquisados no sentido de facilitar o entendimento sobre o assunto. Contudo, para altos níveis de performance, nos eventos de pista e campo do atletismo, são escassos os documentos que abordam o tema. Assim, a partir da possibilidade de reunir informações sobre a condição descrita, objetivou-se com o presente estudo a exploração de fatores de risco para lesões desportivas no atletismo, a partir de inquérito aplicado a atletas da elite mundial da modalidade. A população foi composta por 60 homens e 60 mulheres alocados em grupos conforme a especificidade de sua modalidade (velocidade, resistência, arremessos e saltos). Realizou-se entrevista utilizando-se de inquérito de morbidade referida, abordando questões sobre variáveis antropométricas e de treinamento, assim como lesões. Utilizou-se a técnica da análise de variância paramétrica para as variáveis antropométricas (idade, peso, estatura) e da técnica da análise de variância não paramétrica em relação às variáveis de treinamento (anos de treinamento e horas semanais). Para associação entre momento de lesão e especialidades, utilizou-se do teste de Goodman em nível de 5% de significância. Os resultados mostraram que houve elevada freqüência de lesões na modalidade em ambos os sexos. As taxas de lesão por atleta entrevistado foram de 0,92 (velocidade), 1,08 (resistência), 1,22 (saltos) e 1,20 (arremessos). Não houve diferença estatisticamente significante para as variáveis antropométricas e de treinamento em relação às provas, com exceção dos saltadores, que apresentaram diferenças para estatura e tempo de treinamento; nesse caso, os acometidos são mais altos ou praticam atletismo há menos tempo (P < 0,05). Concluiu-se que, para população estudada, o risco de lesão é acentuado, mas sem relação entre variáveis e presença de agravos, salvo para especialistas em provas de saltos, que apresentaram estatura e tempo de treinamento como fatores predisponentes à lesão.

Relevância:

90.00% 90.00%

Publicador:

Resumo:

We evaluated the presence of the melatonin metabolite N-1-acetyl-N-2-formyl-5-methoxykynuramine (AFMK), in cerebrospinal fluid (CSF) of patients with viral meningitis (n = 20) and control samples (n = 8) and correlate AFMK levels with inflammatory markers such as cellularity, protein, tumor necrosis factor (TNF)-alpha, interleukin (IL)-8 and IL-1 beta levels. A portion of the CSF was extracted with dichloromethane (1:5) and analyzed by high-performance liquid chromatography (HPLC) under standardized conditions for AFMK. AFMK was detected in 16 of 20 CSF samples of patients with viral meningitis; the concentration of AFMK was found to be above the quantification limit (50 nmol/L) in six of these samples. AFMK was not detected in any of the eight control samples. The samples were classified into groups according to AFMK levels: undetectable (< 10 nmol/L, group I), detectable but below the quantification limit (< 50 nmol/L, group II), and quantified (> 50 nmol/L, group III). Group II presented the highest levels of proteins and IL-8, whereas group III showed the lowest levels of the inflammatory parameters. This study supports our hypothesis that inflammation favors the formation of AFMK and that this compound has immunomodulatory activity in vivo.

Relevância:

90.00% 90.00%

Publicador:

Resumo:

This work shows the design, simulation, and analysis of two optical interconnection networks for a Dataflow parallel computer architecture. To verify the optical interconnection network performance on the Dataflow architecture, we have analyzed the load balancing among the processors during the parallel programs executions. The load balancing is a very important parameter because it is directly associated to the dataflow parallelism degree. This article proves that optical interconnection networks designed with simple optical devices can provide efficiently the dataflow requirements of a high performance communication system.

Relevância:

90.00% 90.00%

Publicador:

Resumo:

This work is about the 21st century reinforced concrete analysis under the point of view of its constituent materials. First of all it is described the theoretical approach of the bending elements calculated based on the Norms BAEL 91 standarts. After that, numerical load-displacement are presented from reinforced concrete beams and plates validated by experimental data. The numerical modellings has been carried on in the program CASTEM 2000. In this program a elastoplastic model of Drucker-Prager defines the rupture surface of the concrete in non associative plasticity. The crack is smeared on the Gauss points of the finite elements with formation criterion starting from the definition of the rupture surface in the branch traction-traction of the Rankine model. The reinforcements were modeled in a discrete approach with perfect bond. Finally, a comparative analysis is made between the numerical results and calculated criteria showing the future of high performance reinforced concrete in this beginning of 21st century.

Relevância:

90.00% 90.00%

Publicador:

Resumo:

It bet on the next generation of computers as architecture with multiple processors and/or multicore processors. In this sense there are challenges related to features interconnection, operating frequency, the area on chip, power dissipation, performance and programmability. The mechanism of interconnection and communication it was considered ideal for this type of architecture are the networks-on-chip, due its scalability, reusability and intrinsic parallelism. The networks-on-chip communication is accomplished by transmitting packets that carry data and instructions that represent requests and responses between the processing elements interconnected by the network. The transmission of packets is accomplished as in a pipeline between the routers in the network, from source to destination of the communication, even allowing simultaneous communications between pairs of different sources and destinations. From this fact, it is proposed to transform the entire infrastructure communication of network-on-chip, using the routing mechanisms, arbitration and storage, in a parallel processing system for high performance. In this proposal, the packages are formed by instructions and data that represent the applications, which are executed on routers as well as they are transmitted, using the pipeline and parallel communication transmissions. In contrast, traditional processors are not used, but only single cores that control the access to memory. An implementation of this idea is called IPNoSys (Integrated Processing NoC System), which has an own programming model and a routing algorithm that guarantees the execution of all instructions in the packets, preventing situations of deadlock, livelock and starvation. This architecture provides mechanisms for input and output, interruption and operating system support. As proof of concept was developed a programming environment and a simulator for this architecture in SystemC, which allows configuration of various parameters and to obtain several results to evaluate it

Relevância:

90.00% 90.00%

Publicador:

Resumo:

The increase of applications complexity has demanded hardware even more flexible and able to achieve higher performance. Traditional hardware solutions have not been successful in providing these applications constraints. General purpose processors have inherent flexibility, since they perform several tasks, however, they can not reach high performance when compared to application-specific devices. Moreover, since application-specific devices perform only few tasks, they achieve high performance, although they have less flexibility. Reconfigurable architectures emerged as an alternative to traditional approaches and have become an area of rising interest over the last decades. The purpose of this new paradigm is to modify the device s behavior according to the application. Thus, it is possible to balance flexibility and performance and also to attend the applications constraints. This work presents the design and implementation of a coarse grained hybrid reconfigurable architecture to stream-based applications. The architecture, named RoSA, consists of a reconfigurable logic attached to a processor. Its goal is to exploit the instruction level parallelism from intensive data-flow applications to accelerate the application s execution on the reconfigurable logic. The instruction level parallelism extraction is done at compile time, thus, this work also presents an optimization phase to the RoSA architecture to be included in the GCC compiler. To design the architecture, this work also presents a methodology based on hardware reuse of datapaths, named RoSE. RoSE aims to visualize the reconfigurable units through reusability levels, which provides area saving and datapath simplification. The architecture presented was implemented in hardware description language (VHDL). It was validated through simulations and prototyping. To characterize performance analysis some benchmarks were used and they demonstrated a speedup of 11x on the execution of some applications

Relevância:

90.00% 90.00%

Publicador:

Resumo:

As hemoglobinopatias são um grupo de afecções genéticas que representam problema de saúde pública em muitos países em que sua incidência é alta, com significativa morbidade. Objetivamos identificar defeitos moleculares que pudessem explicar o perfil laboratorial obtido por eletroforese e HPLC com Hb F elevada, em um grupo de indivíduos adultos sem sinais ou sintomas de anemia. Encontramos cinco diferentes mutações que originam beta talassemia por PCR-ASO: três casos com CD 6 (-A), um CD 39, um IVS 1-5, um -87 todas de origem mediterrânea, e um IVS II-654 de origem asiática. As mutações CD 6 (-A), -87 e IVS II-654 foram descritas pela primeira vez na população brasileira.

Relevância:

90.00% 90.00%

Publicador:

Resumo:

Preliminary pharmacological assays of the 70% methanol extract from the leaves of the Brazilian medicinal plant Zollernia ilicifolia Vog. (Fabaceae) showed analgesic and antiulcerogenic effects. Previous analyses have shown that this extract contains, besides flavonoid glycosides and saponins, a toxic cyanogenic glycoside. Flavonoids and saponins are compounds reported in literature with antiulcerogenic activity. In this work, we developed a methodology to separate the cyanogenic glycoside from these compounds in order to obtain enough amount of material to perform pharmacological assays. The cyanogenic glycoside zierin (2S)-β-D-glucopyranosyloxy-(3-hydroxy-phenyl)- acetonitrile was separated from the other components by high speed countercurrent chromatography (HSCCC). The solvent system used was composed of chloroform-methanol-n-propanol-water (5:6:1:4, v/v/v/v). This technique led to the separation of zierin from the possible active compounds of Zollernia ilicifolia.

Relevância:

90.00% 90.00%

Publicador:

Resumo:

During eight weeks, in summer, four endurance trained high performance horses were worked in resistence exercise, recieving two different types of hydratatio, water or an isotonic solution containing carbohydrates, with the objective to compare their performance physiological parameters. Only the RT (rectal temperature), HR (heart rate), RR (respiratory rate), weight, total protein, glucose, the electrolytes K, Ca and the muscular enzyme CK presented distance effect. The others parameters evaluated, there weren't any identified effects of treatment and of the interaction between distance and treatments, with a significancy level of 5%, and it was concluded that the isotonic solution containing carbohydrate didn't have any significant influence on the animal's performance when compared to water.