5 resultados para Compute Unified Device Architecture (CUDA)
em Repositório Institucional UNESP - Universidade Estadual Paulista "Julio de Mesquita Filho"
Resumo:
Pós-graduação em Ciência da Computação - IBILCE
Resumo:
In this article we explore the NVIDIA graphical processing units (GPU) computational power in cryptography using CUDA (Compute Unified Device Architecture) technology. CUDA makes the general purpose computing easy using the parallel processing presents in GPUs. To do this, the NVIDIA GPUs architectures and CUDA are presented, besides cryptography concepts. Furthermore, we do the comparison between the versions executed in CPU with the parallel version of the cryptography algorithms Advanced Encryption Standard (AES) and Message-digest Algorithm 5 (MD5) wrote in CUDA. © 2011 AISTI.
Resumo:
Despite the great development of organic and polymeric electroluminescent materials, the large scale commercial application of devices made with these materials seems conditioned to specific cases, mainly due to the high cost and the low durability, in compared to conventional technologies. In this study was produced electroluminescent devices by a process simple, drop casting. Were produced electroluminescent films containing Zn2SiO4:Mn immersed in a conductive polymer blend with different thicknesses. The morphological characteristics of these films were studied by scanning electronic microscopy. These films were used in the manufacture of electroluminescent devices, in which the light emission properties of the developed material were evaluated. The blend was composed of the conductive polymer Poly(o-methoxyaniline), doped with p-toluene sulfonic acid, and an insulating polymer, Poly(vinylidene fluoride) and its copolymer Poly(vinylidene fluoride-cotrifluoroethylene). To this blend was added Zn2SiO4:Mn, thereby forming the composite. A first set of devices was obtained using composites with different weight fraction of polymeric and inorganic phases, which were deposited by drop casting over ITO substrates. Upper electrodes of aluminum were deposited by thermal evaporation. The resulting device architecture was a sandwich type structure ITO/ composite/ Al. A second set of devices was obtained as self-sustaining films using the best composite composition obtained for the device of the first set. ITO electrodes were deposited by RF-Sputtering, in both faces of these films. The AC electrical characterization of the devices was made with impedance spectroscopy measurements, and the DC electrical characterization was performed using a source/ meter unit Keithley 2410. The devices light emission was measured using a photodiode coupled to a digital electrometer, Keithley 6517A. The devices electrooptical characterization showed that the...
Resumo:
Fundação de Amparo à Pesquisa do Estado de São Paulo (FAPESP)
Resumo:
Techniques of image combination, with extraction of objects to set a final scene, are very used in applications from photos montages to cinematographic productions. These techniques are called digital matting. With them is possible to decrease the cost of productions, because it is not necessary for the actor to be filmed in the location where the final scene occurs. This feature also favors its use in programs made to digital television, which demands a high quality image. Many digital matting algorithms use markings done on the images, to demarcate what is the foreground, the background and the uncertainty areas. This marking is called trimap, which is a triple map containing these three informations. The trimap is done, typically, from manual markings. In this project, methods were created that can be used in digital matting algorithms, with restriction of time and without human interaction, that is, the creation of an algorithm that generates the trimap automatically. This last one can be generated from the difference between a color of an arbitrary background and the foreground, or by using a depth map. It was also created a matting method, based on the Geodesic Matting (BAI; SAPIRO, 2009), which has an inferior processing time then the original one. Aiming to improve the performance of the applications that generates the trimap and of the algorithms that generates the alphamap (map that associates a value to the transparency of each pixel of the image), allowing its use in applications with time restrictions, it was used the CUDA architecture. Taking advantage, this way, of the computational power and the features of the GPGPU, which is massively parallel