期刊文献+
共找到5篇文章
< 1 >
每页显示 20 50 100
A Framework of Memory Consistency Models 被引量:1
1
作者 胡伟武 water.chpc.ict.ac.cn +3 位作者 施巍松 water.chpc.ict.ac.cn 唐志敏 water.chpc.ict.ac.cn 《Journal of Computer Science & Technology》 SCIE EI CSCD 1998年第2期110-124,共15页
Previous descriptions of memory consistency models in shared-memory multiprocessor systems are mainly expressed as constraints on the memory access event ordering and hence are hardwae-centric. This paper presents a ... Previous descriptions of memory consistency models in shared-memory multiprocessor systems are mainly expressed as constraints on the memory access event ordering and hence are hardwae-centric. This paper presents a framework of memory consistency models which describes the memory consistency model on the behavior level.Based on the understanding that the behavior of an execution is determined by the execution order of confiicting accesses, a memory consistency model is defined as an interprocessor synchronization mechanism which orders the execution of operations from different processors. Synchronization order of an execution under certain consistency model is also defined. The synchronization order, together with the program order,determines the behavior of an execution.This paper also presents criteria for correct program and correct implementation of consistency models. Regarding an implementation of a consistency model as certain memory event ordering constraints, this paper provides a method to prove the correctness of consistency model implementations, and the correctness of the lock-based cache coherence protocol is proved with this method. 展开更多
关键词 FRAMEWORK memory consistency models synchronization model correct program correct implementation
原文传递
Chip Multithreaded Consistency Model
2
作者 李祖松 郇丹丹 +1 位作者 胡伟武 唐志敏 《Journal of Computer Science & Technology》 SCIE EI CSCD 2008年第2期298-304,F0003,共8页
Multithreaded technique is the developing trend of high performance processor. Memory consistency model is essential to the correctness, performance and complexity of multithreaded processor. The chip multithreaded co... Multithreaded technique is the developing trend of high performance processor. Memory consistency model is essential to the correctness, performance and complexity of multithreaded processor. The chip multithreaded consistency model adapting to multithreaded processor is proposed in this paper. The restriction imposed on memory event ordering by chip multithreaded consistency is presented and formalized. With the idea of critical cycle built by Wei-Wu Hu, we prove that the proposed chip multithreaded consistency model satisfies the criterion of correct execution of sequential consistency model. Chip multithreaded consistency model provides a way of achieving high performance compared with sequential consistency model and easures the compatibility of software that the execution result in multithreaded processor is the same as the execution result in uniprocessor. The implementation strategy of chip multithreaded consistency model in Godson-2 SMT processor is also proposed. Godson-2 SMT processor supports chip multithreaded consistency model correctly by exception scheme based on the sequential memory access queue of each thread. 展开更多
关键词 computer architecture GODSON-2 MULTITHREADING memory consistency model event ordering
原文传递
A Lock-Based Cache Coherence Protocol for Scope Consistency
3
作者 胡伟武 water.chpc.ict.ac.cn +5 位作者 施巍松 water.chpc.ict.ac.cn 唐志敏 water.chpc.ict.ac.cn 李明 water.chpc.ict.ac.cn 《Journal of Computer Science & Technology》 SCIE EI CSCD 1998年第2期97-109,共13页
Directory protocols are widely adopted to maintain cache coherence of distributed shared memory multiprocessors. Although scalable to a certain extent, directory protocols are complex enough to prevent it from being u... Directory protocols are widely adopted to maintain cache coherence of distributed shared memory multiprocessors. Although scalable to a certain extent, directory protocols are complex enough to prevent it from being used in very large scale multiprocessors with tens of thousands of nodes. This paper proposes a lock-based cache coherence protocol for scope conyistency. It does not rely on directory information to maintain cache coherence. Instead, cache coherence is mailltained through requiring the releasing processor of a lock to store all write-notices generated in the associated critical section to the lock and the acquiring processor invalidates or updates its locally cached data copies according to the write notices of the lock. To evaluate the performance of the lock-based cache coherence protocol, a software DSM system named JIAJIA is built on network of workstations. Besides the lockbased cache coherence protocol, JIAJIA also characterizes itself with its shared memory organization scheme which combines the physical memories of multiple workstations to form a large shared space. Performance measurements with SPLASH2 program suite and NAS benchmarks indicate that, compared to recent SVM systems such as CVM, higher speedup is achieved by JIAJIA.Besides, JIAJIA can solve large scale problems that cannot be solved by other SVM systems due to memory size limitation. 展开更多
关键词 memory consistency cache coherence lock-based protocol directorybased protocol scope consistency
原文传递
Age Differences in False Memories Induced by Misinformation:The Role of Attentional Salience of Original Information
4
作者 Ying Guo Huamao Peng Bi Zhu 《PsyCh Journal》 2025年第6期963-978,共16页
People may remember events inaccurately after being exposed to misleading information.This can lead to false memories being reported in multiple interviews.The higher the attentional salience of the original event inf... People may remember events inaccurately after being exposed to misleading information.This can lead to false memories being reported in multiple interviews.The higher the attentional salience of the original event information(i.e.,the extent to which it strongly captures attention during encoding),the less likely young adults are to form false memories.However,it was unknown whether this would also apply to older adults across multiple memory assessments.This study used the misinformation paradigm to examine age differences in memory accuracy and consistency in two recognition tests.It also investigated how attentional salience of the original information influenced memory performances.Thirty young adults(aged 23±2 years)and 30 older adults(aged 70±3 years)saw images of original events,then read misleading narratives,and finally completed a verbal recognition test and a pictorial recognition test based on what they had seen in the original events.Results showed that older adults reported more false memories than young adults in both tests.Older adults were less consistent in reporting true memories across two tests,but there was no age difference in the consistency of false memories.Greater attentional salience helped young and older adults report more original information and less misinformation,though the effect was weaker in older adults.It also helped young and older adults report original information more consistently across tests.Overall,this study showed that how well the original information was encoded significantly influenced eyewitness reports across interviews in young and older adults. 展开更多
关键词 age differences ATTENTION false memory memory consistency MISINFORMATION
在线阅读 下载PDF
Limited Multiple-Writer: An Approach to Dealing withFalse Sharing in Software DSMs
5
作者 谢向辉 韩承德 《Journal of Computer Science & Technology》 SCIE EI CSCD 2000年第5期453-460,共8页
False sharing is one of the most important factors impacting the performance of DSM (distributed shared memory) systems. The single-writer approach is simple, but it cannot avoid the ping-pong effect of the data page... False sharing is one of the most important factors impacting the performance of DSM (distributed shared memory) systems. The single-writer approach is simple, but it cannot avoid the ping-pong effect of the data page thrashing, while the multiple-writer approach is effective for false sharing but with high cost. This paper proposes a new approach, called limited multiple-writer (LMW) to handling multiple writers in software DSM. It distinguishes two kinds of multiple-writer as lock-based form and barrier-based form, and handles them with different policies. It discards the Twin and Diffin traditional multiple-writer approach, and simplifies the implementation of multiple-writer in software DSM systems. The implementation of LMW in a CVM (Coherent Virtual Machine) software DSM system, which is based on a network of workstations, is introduced. Evaluation results show that for some applications such as SOR (Successive Over-Relaxation), LU (Lower triangular and Upper triangular), FFT (Fast Fourier Transformation), and IS (Integer Sorting), LMW provides a significant reduction in'execution time (11%, 16%, 33% and 46%) compared with the traditional multiple-writer approach on the platform. 展开更多
关键词 memory consistency false sharing single-writer multiple-writer multiple protocols MIGRATION and replication
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部