927 resultados para Cache Memories
Resumo:
Recent evidence suggests that humans can form and later retrieve new semantic relations unconsciously by way of hippocampus-the key structure also recruited for conscious relational (episodic) memory. If the hippocampus subserves both conscious and unconscious relational encoding/retrieval, one would expect the hippocampus to be place of unconscious-conscious interactions during memory retrieval. We tested this hypothesis in an fMRI experiment probing the interaction between the unconscious and conscious retrieval of face-associated information. For the establishment of unconscious relational memories, we presented subliminal (masked) combinations of unfamiliar faces and written occupations ("actor" or "politician"). At test, we presented the former subliminal faces, but now supraliminally, as cues for the reactivation of the unconsciously associated occupations. We hypothesized that unconscious reactivation of the associated occupation-actor or politician-would facilitate or inhibit the subsequent conscious retrieval of a celebrity's occupation, which was also actor or politician. Depending on whether the reactivated unconscious occupation was congruent or incongruent to the celebrity's occupation, we expected either quicker or delayed conscious retrieval process. Conscious retrieval was quicker in the congruent relative to a neutral baseline condition but not delayed in the incongruent condition. fMRI data collected during subliminal face-occupation encoding confirmed previous evidence that the hippocampus was interacting with neocortical storage sites of semantic knowledge to support relational encoding. fMRI data collected at test revealed that the facilitated conscious retrieval was paralleled by deactivations in the hippocampus and neocortical storage sites of semantic knowledge. We assume that the unconscious reactivation has pre-activated overlapping relational representations in the hippocampus reducing the neural effort for conscious retrieval. This finding supports the notion of synergistic interactions between conscious and unconscious relational memories in a common, cohesive hippocampal-neocortical memory space.
Resumo:
by Sidney Willard
Resumo:
by Hermann Adler
Resumo:
The battle of Gallipoli as it is known in Europe and South Asia or the battle of Çannakkale as it is known in modern Turkey was a seminal battle for many nations, not because it was decisive for the course of the war, but because it played a central role in regard to memory of the First World War in many nations. Based on photographic evidence and research by colleagues from many countries this contribution will focus in a transnational perspective on the participation of British, Indian, Australian and New Zealand troops in the campaign and especially on myths and memories on the side of the Entente from 1916 onwards.
Resumo:
The Hurricane of 1938 was one of those defining moments that divide time into parts that either precede or follow. It was transformative, impacting human lives and settlements as well as natural systems, coastal and inland, aquatic and terrestrial, with a force unsurpassed in the region’s living memory. Seventy years have now passed since that hurricane made its historic landfall on the afternoon of September 21, 1938. Humans have regrouped and rebuilt and nature has regenerated and reclaimed, but the memories of those who lived through the Hurricane of ‘38 remain.
Resumo:
Little is known about how dying children and their parents experience death. Dying children have reported death related sensory experiences (DRSEs), defined as seeing or hearing someone or something not visible or audible to others, associated with dying. Although parents report that they and the dying child benefit from these experiences, healthcare providers often unknowingly dismiss them. The aims of this phenomenological inquiry were to describe children's DRSEs and their meaning from the parents' perspectives. Four fathers and six mothers of African American, Caucasian, or Hispanic ethnicity, all Christian, ranging in age from 35 to 59 years, whose child died 23 to 52 months prior and was treated at a children's cancer center, were interviewed in the home or hospital setting of their choice. Children's ages at the time of their death ranged from 4 to 13 years. A modification of van Kaarn's phenomenological method of analysis was used to analyze data. Themes emerging from the data for the first aim were: perceiving someone or something from a spiritual realm others could not, expressing awareness tempered by parental reactions, and embracing transcendence. Themes emerging from the data for the second aim were: spiritual beings prepared child; child revealed reality, preparing parents; and child transcended wholly, easing parents' grief. Post-interview surveys revealed that parents found participating in this study a "very positive" or "positive" experience, particularly being able to tell the story of their child. Children's DRSEs have clinical implications for all who provide care near the end of life. Informing parents of DRSEs, cautioning that not all dying children express them, may help parents to anticipate this phenomenon, which may decrease anxiety when their child expresses them, increasing the opportunity for open dialogue between parent and child about dying and death, and decrease regrets associated with being unreceptive to their child's expressions of death awareness. Validating a child's DRSE can have profound effects on bereaved parents. Examining DRSEs from the child's perspective and the influence of informing parents of DRSEs on the dying experience of the child and the parental grieving process are recommended. ^
Resumo:
An approximate analytic model of a shared memory multiprocessor with a Cache Only Memory Architecture (COMA), the busbased Data Difussion Machine (DDM), is presented and validated. It describes the timing and interference in the system as a function of the hardware, the protocols, the topology and the workload. Model results have been compared to results from an independent simulator. The comparison shows good model accuracy specially for non-saturated systems, where the errors in response times and device utilizations are independent of the number of processors and remain below 10% in 90% of the simulations. Therefore, the model can be used as an average performance prediction tool that avoids expensive simulations in the design of systems with many processors.
Resumo:
Applications that operate on meshes are very popular in High Performance Computing (HPC) environments. In the past, many techniques have been developed in order to optimize the memory accesses for these datasets. Different loop transformations and domain decompositions are com- monly used for structured meshes. However, unstructured grids are more challenging. The memory accesses, based on the mesh connectivity, do not map well to the usual lin- ear memory model. This work presents a method to improve the memory performance which is suitable for HPC codes that operate on meshes. We develop a method to adjust the sequence in which the data are used inside the algorithm, by means of traversing and sorting the mesh. This sorted mesh can be transferred sequentially to the lower memory levels and allows for minimum data transfer requirements. The method also reduces the lower memory requirements dra- matically: up to 63% of the L1 cache misses are removed in a traditional cache system. We have obtained speedups of up to 2.58 on memory operations as measured in a general- purpose CPU. An improvement is also observed with se- quential access memories, where we have observed reduc- tions of up to 99% in the required low-level memory size.
Resumo:
The first level data cache un modern processors has become a major consumer of energy due to its increasing size and high frequency access rate. In order to reduce this high energy con sumption, we propose in this paper a straightforward filtering technique based on a highly accurate forwarding predictor. Specifically, a simple structure predicts whether a load instruction will obtain its corresponding data via forwarding from the load-store structure -thus avoiding the data cache access - or if it will be provided by the data cache. This mechanism manages to reduce the data cache energy consumption by an average of 21.5% with a negligible performance penalty of less than 0.1%. Furthermore, in this paper we focus on the cache static energy consumption too by disabling a portin of sets of the L2 associative cache. Overall, when merging both proposals, the combined L1 and L2 total energy consumption is reduced by an average of 29.2% with a performance penalty of just 0.25%. Keywords: Energy consumption; filtering; forwarding predictor; cache hierarchy
Resumo:
With the advent of cloud computing model, distributed caches have become the cornerstone for building scalable applications. Popular systems like Facebook [1] or Twitter use Memcached [5], a highly scalable distributed object cache, to speed up applications by avoiding database accesses. Distributed object caches assign objects to cache instances based on a hashing function, and objects are not moved from a cache instance to another unless more instances are added to the cache and objects are redistributed. This may lead to situations where some cache instances are overloaded when some of the objects they store are frequently accessed, while other cache instances are less frequently used. In this paper we propose a multi-resource load balancing algorithm for distributed cache systems. The algorithm aims at balancing both CPU and Memory resources among cache instances by redistributing stored data. Considering the possible conflict of balancing multiple resources at the same time, we give CPU and Memory resources weighted priorities based on the runtime load distributions. A scarcer resource is given a higher weight than a less scarce resource when load balancing. The system imbalance degree is evaluated based on monitoring information, and the utility load of a node, a unit for resource consumption. Besides, since continuous rebalance of the system may affect the QoS of applications utilizing the cache system, our data selection policy ensures that each data migration minimizes the system imbalance degree and hence, the total reconfiguration cost can be minimized. An extensive simulation is conducted to compare our policy with other policies. Our policy shows a significant improvement in time efficiency and decrease in reconfiguration cost.
Resumo:
Modern Field Programmable Gate Arrays (FPGAs) are power packed with features to facilitate designers. Availability of features like huge block memory (BRAM), Digital Signal Processing (DSP) cores, embedded CPU makes the design strategy of FPGAs quite different from ASICs. FPGA are also widely used in security-critical application where protection against known attacks is of prime importance. We focus ourselves on physical attacks which target physical implementations. To design countermeasures against such attacks, the strategy for FPGA designers should also be different from that in ASIC. The available features should be exploited to design compact and strong countermeasures. In this paper, we propose methods to exploit the BRAMs in FPGAs for designing compact countermeasures. BRAM can be used to optimize intrinsic countermeasures like masking and dual-rail logic, which otherwise have significant overhead (at least 2X). The optimizations are applied on a real AES-128 co-processor and tested for area overhead and resistance on Xilinx Virtex-5 chips. The presented masking countermeasure has an overhead of only 16% when applied on AES. Moreover Dual-rail Precharge Logic (DPL) countermeasure has been optimized to pack the whole sequential part in the BRAM, hence enhancing the security. Proper robustness evaluations are conducted to analyze the optimization for area and security.
Resumo:
Allergies and food intolerances are at the forefront of institutional interest (European Regulation No 1169/2011) for their impact on consumer health. Allergies to peanuts and other nuts and gluten intolerance, makes production processes involving mixtures of powders a great concern for the industry, given the need to indicate the existence of traces of any of them. The food industry requires non-destructive and non-invasive methods of quantification that meet sensitivity requirements but also specificity levels. Optical methods such as NIR spectrophotometry or hyper-spectral image are currently some of the technologies that show potential success. This is the context of this paper that evaluates how to use NIR spectroscopy (900-1600nm) to detect traces of 15 different kinds of nuts and 20 other flours.
Resumo:
The basal forebrain complex, which includes the nucleus basalis magnocellularis (NBM), provides widespread cholinergic and γ-aminobutyric acid-containing projections throughout the brain, including the insular and pyriform cortices. A number of studies have implicated the cholinergic neurons in the mediation of learning and memory processes. However, the role of basal forebrain activity in information retrieval mechanisms is less known. The aim of the present study is to evaluate the effects of reversible inactivation of the NBM by tetrodotoxin (TTX, a voltage-sensitive sodium channel blocker) during the acquisition and retrieval of conditioned taste aversion (CTA) and to measure acetylcholine (ACh) release during TTX inactivation in the insular cortex, by means of the microdialysis technique in free-moving rats. Bilateral infusion of TTX in the NBM was performed 30 min before the presentation of gustative stimuli, in either the CTA acquisition trial or retrieval trial. At the same time, levels of extracellular ACh release were measured in the insular cortex. The behavioral results showed significant impairment in CTA acquisition when the TTX was infused in the NBM, whereas retrieval was not affected when the treatment was given during the test trial. Biochemical results showed that TTX infusion into the NBM produced a marked decrease in cortical ACh release as compared with the controls during consumption of saccharin in the acquisition trial. Depleted ACh levels were found during the test trial in all groups except in the group that received TTX during acquisition. These results suggest a cholinergic-dependent process during acquisition, but not during memory retrieval, and that NBM-mediated cholinergic cortical release may play an important role in early stages of learning, but not during recall of aversive memories.
Resumo:
Individuals with autism spectrum disorder (ASD) have impaired ability to use context, which may manifest as alterations of relatedness within the semantic network. However, impairment in context use may be more difficult to detect in high-functioning adults with ASD. To test context use in this population, we examined the influence of context on memory by using the “false memory” test. In the false memory task, lists of words were presented to high-functioning subjects with ASD and matched controls. Each list consists of words highly related to an index word not on the list. Subjects are then given a recognition test. Positive responses to the index words represent false memories. We found that individuals with ASD are able to discriminate false memory items from true items significantly better than are control subjects. Memory in patients with ASD may be more accurate than in normal individuals under certain conditions. These results also suggest that semantic representations comprise a less distributed network in high-functioning adults with ASD. Furthermore, these results may be related to the unusually high memory capacities found in some individuals with ASD. Research directed at defining the range of tasks performed superiorly by high-functioning individuals with ASD will be important for optimal vocational rehabilitation.
Resumo:
Memory illusions and distortions have long been of interest to psychology researchers studying memory, but neuropsychologists and neuroscientists have paid relatively little attention to them. This article attempts to lay the foundation for a cognitive neuroscience analysis of memory illusions and distortions by reviewing relevant evidence from a patient with a right frontal lobe lesion, patients with amnesia produced by damage to the medial temporal lobes, normal aging, and healthy young volunteers studied with functional neuroimaging techniques. Particular attention is paid to the contrasting roles of prefrontal cortex and medial temporal lobe structures in accurate and illusory remembering. Converging evidence suggests that the study of illusory memories can provide a useful tool for delineating the brain processes and systems involved in constructive aspects of remembering.