WO1989006397A3 - Method for prefetching vector data from memory in a memory system designed for scalar processing - Google Patents

Method for prefetching vector data from memory in a memory system designed for scalar processing Download PDF

Info

Publication number
WO1989006397A3
WO1989006397A3 PCT/US1989/000021 US8900021W WO8906397A3 WO 1989006397 A3 WO1989006397 A3 WO 1989006397A3 US 8900021 W US8900021 W US 8900021W WO 8906397 A3 WO8906397 A3 WO 8906397A3
Authority
WO
WIPO (PCT)
Prior art keywords
vector
cache
main memory
memory
processor
Prior art date
Application number
PCT/US1989/000021
Other languages
French (fr)
Other versions
WO1989006397A2 (en
Inventor
Tryggve Fossum
Ricky C Hetherington
David B Fite Jr
Dwight P Manley
Francis X Mckeen
John E Murray
Original Assignee
Digital Equipment Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Digital Equipment Corp filed Critical Digital Equipment Corp
Priority to DE68911398T priority Critical patent/DE68911398T2/en
Publication of WO1989006397A2 publication Critical patent/WO1989006397A2/en
Publication of WO1989006397A3 publication Critical patent/WO1989006397A3/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/76Architectures of general purpose stored program computers
    • G06F15/80Architectures of general purpose stored program computers comprising an array of processing units with common control, e.g. single instruction multiple data processors
    • G06F15/8053Vector processors
    • G06F15/8061Details on data memory access
    • G06F15/8069Details on data memory access using a cache
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/0207Addressing or allocation; Relocation with multidimensional access, e.g. row/column, matrix
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
    • G06F12/0802Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches
    • G06F12/0844Multiple simultaneous or quasi-simultaneous cache accessing
    • G06F12/0855Overlapped cache accessing, e.g. pipeline
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/34Addressing or accessing the instruction operand or the result ; Formation of operand address; Addressing modes
    • G06F9/345Addressing or accessing the instruction operand or the result ; Formation of operand address; Addressing modes of multiple operands or results
    • G06F9/3455Addressing or accessing the instruction operand or the result ; Formation of operand address; Addressing modes of multiple operands or results using stride
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/38Concurrent instruction execution, e.g. pipeline, look ahead
    • G06F9/3824Operand accessing
    • G06F9/383Operand prefetching

Abstract

A main memory and cache suitable for scalar processing are used in connection with a vector processor by issuing prefetch requests in response to the recognition of a vector load instruction. A respective prefetch request is issued for each block containing an element of the vector to be loaded from memory. In response to a prefetch request, the cache is checked for a ''miss'' and if the cache does not include the required block, a refill request is sent to the main memory. The main memory is configured into a plurality of banks and has a capability of processing multiple references. Therefore the different banks can be referenced simultaneously to prefetch multiple blocks of vector data. Preferably a cache bypass is provided to transmit data directly to the vector processor as the data from the main memory are being stored in the cache. In a preferred embodiment, a vector processor is added to a digital computing system including a scalar processor, a virtual address translation buffer, a main memory and a cache. The scalar processor includes a microcode interpreter which sends a vector load command to the vector processing unit and which also generates vector prefetch requests. The addresses for the data blocks to be prefetched are computed based upon the vector address, the length of the vector and the ''stride'' or spacing between the addresses of the elements of the vector.
PCT/US1989/000021 1988-01-11 1989-01-04 Method for prefetching vector data from memory in a memory system designed for scalar processing WO1989006397A2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
DE68911398T DE68911398T2 (en) 1988-01-11 1989-01-04 METHOD AND DIGITAL COMPUTER FOR Fetching VECTOR DATA FROM THE STORAGE IN A STORAGE SYSTEM DESIGNED FOR SCALE PROCESSING.

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US142,794 1988-01-11
US07/142,794 US4888679A (en) 1988-01-11 1988-01-11 Method and apparatus using a cache and main memory for both vector processing and scalar processing by prefetching cache blocks including vector data elements

Publications (2)

Publication Number Publication Date
WO1989006397A2 WO1989006397A2 (en) 1989-07-13
WO1989006397A3 true WO1989006397A3 (en) 1989-08-10

Family

ID=22501312

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US1989/000021 WO1989006397A2 (en) 1988-01-11 1989-01-04 Method for prefetching vector data from memory in a memory system designed for scalar processing

Country Status (6)

Country Link
US (1) US4888679A (en)
EP (1) EP0348495B1 (en)
AU (1) AU2939689A (en)
CA (1) CA1317032C (en)
DE (1) DE68911398T2 (en)
WO (1) WO1989006397A2 (en)

Families Citing this family (117)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6467680A (en) * 1987-09-09 1989-03-14 Hitachi Ltd Vector processor
US5261113A (en) * 1988-01-25 1993-11-09 Digital Equipment Corporation Apparatus and method for single operand register array for vector and scalar data processing operations
US5101338A (en) * 1988-04-27 1992-03-31 Nec Corporation Memory access control device which can be formed by a reduced number of lsi's
US5210834A (en) * 1988-06-01 1993-05-11 Digital Equipment Corporation High speed transfer of instructions from a master to a slave processor
US5257394A (en) * 1988-10-18 1993-10-26 Japan Atomic Energy Research Institute Logical expression processing pipeline using pushdown stacks for a vector computer
JPH02109160A (en) * 1988-10-18 1990-04-20 Japan Atom Energy Res Inst Arithmetic unit for vector computer
US5146578A (en) * 1989-05-01 1992-09-08 Zenith Data Systems Corporation Method of varying the amount of data prefetched to a cache memory in dependence on the history of data requests
US5093777A (en) * 1989-06-12 1992-03-03 Bull Hn Information Systems Inc. Method and apparatus for predicting address of a subsequent cache request upon analyzing address patterns stored in separate miss stack
JPH0666056B2 (en) * 1989-10-12 1994-08-24 甲府日本電気株式会社 Information processing system
US5197140A (en) * 1989-11-17 1993-03-23 Texas Instruments Incorporated Sliced addressing multi-processor and method of operation
US5623650A (en) * 1989-12-29 1997-04-22 Cray Research, Inc. Method of processing a sequence of conditional vector IF statements
US5197130A (en) * 1989-12-29 1993-03-23 Supercomputer Systems Limited Partnership Cluster architecture for a highly parallel scalar/vector multiprocessor system
JP3018038B2 (en) * 1990-01-18 2000-03-13 三菱電機株式会社 Data processing device having cache
JP2825906B2 (en) * 1990-02-01 1998-11-18 株式会社日立製作所 Computer system
US5261066A (en) * 1990-03-27 1993-11-09 Digital Equipment Corporation Data processing system and method with small fully-associative cache and prefetch buffers
US5598547A (en) * 1990-06-11 1997-01-28 Cray Research, Inc. Vector processor having functional unit paths of differing pipeline lengths
JPH0452741A (en) * 1990-06-14 1992-02-20 Toshiba Corp Cache memory device
US5263144A (en) * 1990-06-29 1993-11-16 Digital Equipment Corporation Method and apparatus for sharing data between processors in a computer system
EP0470735B1 (en) * 1990-08-06 1999-03-10 NCR International, Inc. Computer memory system
EP0471462B1 (en) * 1990-08-06 1998-04-15 NCR International, Inc. Computer memory operating method and system
AU634354B2 (en) * 1990-08-31 1993-02-18 Sun Microsystems, Inc. Method and apparatus for predictive caching
US5724548A (en) * 1990-09-18 1998-03-03 Fujitsu Limited System including processor and cache memory and method of controlling the cache memory
JP2718254B2 (en) * 1990-10-02 1998-02-25 日本電気株式会社 Vector processing equipment
RU1804645C (en) * 1991-03-27 1993-03-23 Институт Точной Механики И Вычислительной Техники Им.С.А.Лебедева Central processor
US5625793A (en) * 1991-04-15 1997-04-29 International Business Machines Corporation Automatic cache bypass for instructions exhibiting poor cache hit ratio
US5357618A (en) * 1991-04-15 1994-10-18 International Business Machines Corporation Cache prefetch and bypass using stride registers
US5293603A (en) * 1991-06-04 1994-03-08 Intel Corporation Cache subsystem for microprocessor based computer system with synchronous and asynchronous data path
US5333291A (en) * 1991-06-14 1994-07-26 International Business Machines Corporation Stride enhancer for high speed memory accesses with line fetching mode and normal mode employing boundary crossing determination
JP3204323B2 (en) * 1991-07-05 2001-09-04 エヌイーシーマイクロシステム株式会社 Microprocessor with built-in cache memory
EP0543652B1 (en) * 1991-11-19 1998-10-28 Fujitsu Limited Memory accessing device
US5742842A (en) * 1992-01-28 1998-04-21 Fujitsu Limited Data processing apparatus for executing a vector operation under control of a master processor
US5423016A (en) * 1992-02-24 1995-06-06 Unisys Corporation Block buffer for instruction/operand caches
US5379393A (en) * 1992-05-14 1995-01-03 The Board Of Governors For Higher Education, State Of Rhode Island And Providence Plantations Cache memory system for vector processing
US5381539A (en) * 1992-06-04 1995-01-10 Emc Corporation System and method for dynamically controlling cache management
US5418973A (en) * 1992-06-22 1995-05-23 Digital Equipment Corporation Digital computer system with cache controller coordinating both vector and scalar operations
JP3304444B2 (en) * 1992-11-30 2002-07-22 富士通株式会社 Vector processing equipment
US5440687A (en) * 1993-01-29 1995-08-08 International Business Machines Corporation Communication protocol for handling arbitrarily varying data strides in a distributed processing environment
DE69424370T2 (en) 1993-11-05 2001-02-15 Intergraph Corp Instruction cache with crossbar switch
US5634025A (en) * 1993-12-09 1997-05-27 International Business Machines Corporation Method and system for efficiently fetching variable-width instructions in a data processing system having multiple prefetch units
US5881302A (en) * 1994-05-31 1999-03-09 Nec Corporation Vector processing unit with reconfigurable data buffer
JP2752902B2 (en) * 1994-05-31 1998-05-18 甲府日本電気株式会社 Vector processing equipment
JPH0877143A (en) * 1994-09-02 1996-03-22 Kofu Nippon Denki Kk Vector data processor
EP0781432B1 (en) * 1994-09-14 2006-12-06 Intel Corporation Multimedia editing system using pre-caching data utilizing thread lists
US5887183A (en) * 1995-01-04 1999-03-23 International Business Machines Corporation Method and system in a data processing system for loading and storing vectors in a plurality of modes
US5832533A (en) * 1995-01-04 1998-11-03 International Business Machines Corporation Method and system for addressing registers in a data processing unit in an indexed addressing mode
US5680338A (en) * 1995-01-04 1997-10-21 International Business Machines Corporation Method and system for vector processing utilizing selected vector elements
US5890222A (en) * 1995-01-04 1999-03-30 International Business Machines Corporation Method and system for addressing registers in a data processing unit in an indirect addressing mode
JP3548616B2 (en) * 1995-01-20 2004-07-28 株式会社日立製作所 Information processing equipment
US5689653A (en) * 1995-02-06 1997-11-18 Hewlett-Packard Company Vector memory operations
US5724533A (en) * 1995-11-17 1998-03-03 Unisys Corporation High performance instruction data path
US5663924A (en) * 1995-12-14 1997-09-02 International Business Machines Corporation Boundary independent bit decode for a SDRAM
US6131140A (en) * 1995-12-22 2000-10-10 Cypress Semiconductor Corp. Integrated cache memory with system control logic and adaptation of RAM bus to a cache pinout
US5829031A (en) * 1996-02-23 1998-10-27 Advanced Micro Devices, Inc. Microprocessor configured to detect a group of instructions and to perform a specific function upon detection
US5802564A (en) * 1996-07-08 1998-09-01 International Business Machines Corp. Method and apparatus for increasing processor performance
US5652774A (en) * 1996-07-08 1997-07-29 International Business Machines Corporation Method and apparatus for decreasing the cycle times of a data processing system
KR100280285B1 (en) 1996-08-19 2001-02-01 윤종용 Multimedia processor suitable for multimedia signals
US5924117A (en) * 1996-12-16 1999-07-13 International Business Machines Corporation Multi-ported and interleaved cache memory supporting multiple simultaneous accesses thereto
US6243822B1 (en) 1997-12-24 2001-06-05 Elbrus International Limited Method and system for asynchronous array loading
US6247107B1 (en) * 1998-04-06 2001-06-12 Advanced Micro Devices, Inc. Chipset configured to perform data-directed prefetching
US6334176B1 (en) * 1998-04-17 2001-12-25 Motorola, Inc. Method and apparatus for generating an alignment control vector
US6202130B1 (en) * 1998-04-17 2001-03-13 Motorola, Inc. Data processing system for processing vector data and method therefor
US6282634B1 (en) * 1998-05-27 2001-08-28 Arm Limited Apparatus and method for processing data having a mixed vector/scalar register file
US6292845B1 (en) * 1998-08-26 2001-09-18 Infineon Technologies North America Corp. Processing unit having independent execution units for parallel execution of instructions of different category with instructions having specific bits indicating instruction size and category respectively
US6496902B1 (en) * 1998-12-31 2002-12-17 Cray Inc. Vector and scalar data cache for a vector multiprocessor
US6311280B1 (en) * 1999-02-22 2001-10-30 Nband Communications Low-power memory system with incorporated vector processing
US6088784A (en) * 1999-03-30 2000-07-11 Sandcraft, Inc. Processor with multiple execution units and local and global register bypasses
US6665749B1 (en) * 1999-08-17 2003-12-16 Nec Electronics, Inc. Bus protocol for efficiently transferring vector data
US6665790B1 (en) * 2000-02-29 2003-12-16 International Business Machines Corporation Vector register file with arbitrary vector addressing
US6662273B1 (en) 2000-09-29 2003-12-09 Intel Corporation Least critical used replacement with critical cache
US6782469B1 (en) 2000-09-29 2004-08-24 Intel Corporation Runtime critical load/data ordering
US6760816B1 (en) * 2000-09-29 2004-07-06 Intel Corporation Critical loads guided data prefetching
US6591345B1 (en) * 2000-11-28 2003-07-08 Hewlett-Packard Development Company, L.P. Method for ensuring maximum bandwidth on accesses to strided vectors in a bank-interleaved cache
US6996739B2 (en) * 2001-07-11 2006-02-07 Sun Microsystems, Inc. Accumulator memory for performing operations on block operands
US7234022B2 (en) * 2001-12-19 2007-06-19 Sun Microsystems, Inc. Cache accumulator memory for performing operations on block operands
US20030115416A1 (en) * 2001-12-19 2003-06-19 Nixon Walter T. Cache accumulator memory with an associativity mechanism
GB2390700B (en) * 2002-04-15 2006-03-15 Alphamosaic Ltd Narrow/wide cache
US7577816B2 (en) * 2003-08-18 2009-08-18 Cray Inc. Remote translation mechanism for a multinode system
US7743223B2 (en) * 2003-08-18 2010-06-22 Cray Inc. Decoupling of write address from its associated write data in a store to a shared memory in a multiprocessor system
US7334110B1 (en) 2003-08-18 2008-02-19 Cray Inc. Decoupled scalar/vector computer architecture system and method
US7543133B1 (en) * 2003-08-18 2009-06-02 Cray Inc. Latency tolerant distributed shared memory multiprocessor computer
US7421565B1 (en) 2003-08-18 2008-09-02 Cray Inc. Method and apparatus for indirectly addressed vector load-add -store across multi-processors
US7735088B1 (en) 2003-08-18 2010-06-08 Cray Inc. Scheduling synchronization of programs running as streams on multiple processors
US7503048B1 (en) 2003-08-18 2009-03-10 Cray Incorporated Scheduling synchronization of programs running as streams on multiple processors
US7519771B1 (en) 2003-08-18 2009-04-14 Cray Inc. System and method for processing memory instructions using a forced order queue
US7366873B1 (en) 2003-08-18 2008-04-29 Cray, Inc. Indirectly addressed vector load-operate-store method and apparatus
US8307194B1 (en) 2003-08-18 2012-11-06 Cray Inc. Relaxed memory consistency model
US7437521B1 (en) 2003-08-18 2008-10-14 Cray Inc. Multistream processing memory-and barrier-synchronization method and apparatus
US7555703B2 (en) * 2004-06-17 2009-06-30 Intel Corporation Method and apparatus for reducing false error detection in a microprocessor
US7386756B2 (en) * 2004-06-17 2008-06-10 Intel Corporation Reducing false error detection in a microprocessor by tracking instructions neutral to errors
US7478769B1 (en) 2005-03-09 2009-01-20 Cray Inc. Method and apparatus for cooling electronic components
DE602006016256D1 (en) * 2006-06-28 2010-09-30 St Microelectronics Nv Method and arrangement for cache management and corresponding processor architecture
US8683139B2 (en) 2006-10-31 2014-03-25 Hewlett-Packard Development Company, L.P. Cache and method for cache bypass functionality
US9710384B2 (en) * 2008-01-04 2017-07-18 Micron Technology, Inc. Microprocessor architecture having alternative memory access paths
US8972958B1 (en) 2012-10-23 2015-03-03 Convey Computer Multistage development workflow for generating a custom instruction set reconfigurable processor
US7984273B2 (en) * 2007-12-31 2011-07-19 Intel Corporation System and method for using a mask register to track progress of gathering elements from memory
JP4687729B2 (en) * 2008-03-04 2011-05-25 日本電気株式会社 Cache memory, vector processing apparatus, and vector data alignment method
US8904153B2 (en) 2010-09-07 2014-12-02 International Business Machines Corporation Vector loads with multiple vector elements from a same cache line in a scattered load operation
US8635431B2 (en) 2010-12-08 2014-01-21 International Business Machines Corporation Vector gather buffer for multiple address vector loads
US8850162B2 (en) 2012-05-22 2014-09-30 Apple Inc. Macroscalar vector prefetch with streaming access detection
US10430190B2 (en) 2012-06-07 2019-10-01 Micron Technology, Inc. Systems and methods for selectively controlling multithreaded execution of executable code segments
US9785436B2 (en) * 2012-09-28 2017-10-10 Intel Corporation Apparatus and method for efficient gather and scatter operations
US10585801B2 (en) 2012-11-26 2020-03-10 Advanced Micro Devices, Inc. Prefetch kernels on a graphics processing unit
US9280474B2 (en) 2013-01-03 2016-03-08 Intel Corporation Adaptive data prefetching
KR102202575B1 (en) 2013-12-31 2021-01-13 삼성전자주식회사 Memory management method and apparatus
US9639472B2 (en) 2014-07-15 2017-05-02 International Business Machines Corporation Prefetch list management in a computer system
US10762164B2 (en) 2016-01-20 2020-09-01 Cambricon Technologies Corporation Limited Vector and matrix computing device
CN107704433A (en) * 2016-01-20 2018-02-16 南京艾溪信息科技有限公司 A kind of matrix operation command and its method
EP3447653A4 (en) * 2016-04-22 2019-11-13 Cambricon Technologies Corporation Limited Submatrix operation device and method
CN111651203A (en) 2016-04-26 2020-09-11 中科寒武纪科技股份有限公司 Device and method for executing vector four-rule operation
CN111857819A (en) 2016-04-26 2020-10-30 中科寒武纪科技股份有限公司 Apparatus and method for performing matrix addition/subtraction operation
CN111651205B (en) * 2016-04-26 2023-11-17 中科寒武纪科技股份有限公司 Apparatus and method for performing vector inner product operation
US11360771B2 (en) * 2017-06-30 2022-06-14 Intel Corporation Method and apparatus for data-ready memory operations
US11500779B1 (en) * 2019-07-19 2022-11-15 Marvell Asia Pte, Ltd. Vector prefetching for computing systems
US11379379B1 (en) 2019-12-05 2022-07-05 Marvell Asia Pte, Ltd. Differential cache block sizing for computing systems
TWI762852B (en) * 2020-01-03 2022-05-01 瑞昱半導體股份有限公司 Memory device and operation method of the same
CN113110878A (en) * 2020-01-09 2021-07-13 瑞昱半导体股份有限公司 Memory device and operation method thereof
CN113741567B (en) * 2021-11-08 2022-03-29 广东省新一代通信与网络创新研究院 Vector accelerator and control method and device thereof

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0097790A2 (en) * 1982-06-30 1984-01-11 International Business Machines Corporation Apparatus for controlling storage access in a multilevel storage system
EP0114304A1 (en) * 1982-12-22 1984-08-01 International Business Machines Corporation Vector processing hardware assist and method
US4620275A (en) * 1984-06-20 1986-10-28 Wallach Steven J Computer system

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4771380A (en) * 1984-06-22 1988-09-13 International Business Machines Corp. Virtual vector registers for vector processing system
US4760518A (en) * 1986-02-28 1988-07-26 Scientific Computer Systems Corporation Bi-directional databus system for supporting superposition of vector and scalar operations in a computer

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0097790A2 (en) * 1982-06-30 1984-01-11 International Business Machines Corporation Apparatus for controlling storage access in a multilevel storage system
EP0114304A1 (en) * 1982-12-22 1984-08-01 International Business Machines Corporation Vector processing hardware assist and method
US4620275A (en) * 1984-06-20 1986-10-28 Wallach Steven J Computer system

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
COMPCON '85, Thirtieth IEEE Computer Society International Conference, 25-28 February 1985, San Francisco, IEEE Computer Society Press, S. Wallach: "The CONVEX C-1 64-bit supercomputer", pages 122-126 *
Proceedings of the 1984 International Conference on Parrallel Processing, 21-24 August 1984, IEEE (New York, US), L. Gui-Zhong et al.: "Vector streams and vector cache", pages 233-235 *
Proceedings of the 1985 International Conference on Parallel Processing, 20-23 August 1985, IEEE (New York, US), W. Oed et al.: "On the effective bandwidth of interleaved memories in vector processor systems", pages 33-40 *

Also Published As

Publication number Publication date
US4888679A (en) 1989-12-19
DE68911398T2 (en) 1994-06-09
DE68911398D1 (en) 1994-01-27
CA1317032C (en) 1993-04-27
EP0348495B1 (en) 1993-12-15
WO1989006397A2 (en) 1989-07-13
EP0348495A1 (en) 1990-01-03
AU2939689A (en) 1989-08-01

Similar Documents

Publication Publication Date Title
WO1989006397A3 (en) Method for prefetching vector data from memory in a memory system designed for scalar processing
US5649144A (en) Apparatus, systems and methods for improving data cache hit rates
US4691277A (en) Small instruction cache using branch target table to effect instruction prefetch
AU5394790A (en) Method and apparatus for ordering and queuing multiple memory requests
US5961631A (en) Data processing apparatus and method for pre-fetching an instruction in to an instruction cache
TW376488B (en) Virtual memory system with local and global virtual address translation
JPS643755A (en) Cache memory control system
US5752272A (en) Memory access control device with prefetch and read out block length control functions
EP0667580A2 (en) Cache System for a memory
KR970071282A (en) Memory Controllers and Data Processing Systems
CA2022656A1 (en) Translation look-aside buffer for a computer memory system
CA2026224A1 (en) Apparatus for maintaining consistency in a multiprocess computer system using virtual caching
EP0343567A3 (en) Multi-processing system and cache apparatus for use in the same
KR970029103A (en) Data processing system and data processing method
SE9101325L (en) PROCEDURE TO INCREASE DATA PROCESSING RATE IN COMPUTER SYSTEM
EP0851344A3 (en) Combined branch prediction and cache prefetch in a microprocessor
EP0352633A3 (en) A pipeline having an integral cache for computer processors
TW243509B (en) Data processor with memory cache and method of operation
CA2107056A1 (en) Method and System for Increased System Memory Concurrency in a Multiprocessor Computer System
EP0285346A3 (en) Cache memory device
EP0279189B1 (en) Storage system
US5206945A (en) Single-chip pipeline processor for fetching/flushing instruction/data caches in response to first/second hit/mishit signal respectively detected in corresponding to their logical addresses
EP0919927A3 (en) Dynamic memory allocation technique for maintaining an even distribution of cache page addresses within an address space
EP0156307A3 (en) Pipelined processor having dual cache memories
CA2240634A1 (en) Cache device

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 1989901914

Country of ref document: EP

AK Designated states

Kind code of ref document: A2

Designated state(s): AT AU BB BG BR CH DE DK FI GB HU JP KP KR LK LU MC MG MW NL NO RO SD SE SU

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): AT BE BJ CF CG CH CM DE FR GA GB IT LU ML MR NL SE SN TD TG

AK Designated states

Kind code of ref document: A3

Designated state(s): AT AU BB BG BR CH DE DK FI GB HU JP KP KR LK LU MC MG MW NL NO RO SD SE SU

AL Designated countries for regional patents

Kind code of ref document: A3

Designated state(s): AT BE BJ CF CG CH CM DE FR GA GB IT LU ML MR NL SE SN TD TG

WWP Wipo information: published in national office

Ref document number: 1989901914

Country of ref document: EP

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

WWG Wipo information: grant in national office

Ref document number: 1989901914

Country of ref document: EP