EP3931695A4 - Arithmetic and logical operations in a multi-user network - Google Patents

Arithmetic and logical operations in a multi-user network Download PDF

Info

Publication number
EP3931695A4
EP3931695A4 EP20762469.3A EP20762469A EP3931695A4 EP 3931695 A4 EP3931695 A4 EP 3931695A4 EP 20762469 A EP20762469 A EP 20762469A EP 3931695 A4 EP3931695 A4 EP 3931695A4
Authority
EP
European Patent Office
Prior art keywords
arithmetic
logical operations
user network
network
logical
Prior art date
Legal status (The legal status 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 status listed.)
Withdrawn
Application number
EP20762469.3A
Other languages
German (de)
French (fr)
Other versions
EP3931695A1 (en
Inventor
Vijay S. Ramesh
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Micron Technology Inc
Original Assignee
Micron Technology Inc
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
Priority claimed from US16/286,941 external-priority patent/US10990387B2/en
Priority claimed from US16/287,156 external-priority patent/US11074100B2/en
Application filed by Micron Technology Inc filed Critical Micron Technology Inc
Publication of EP3931695A1 publication Critical patent/EP3931695A1/en
Publication of EP3931695A4 publication Critical patent/EP3931695A4/en
Withdrawn legal-status Critical Current

Links

Classifications

    • 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/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • 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/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • G06F15/163Interprocessor communication
    • G06F15/173Interprocessor communication using an interconnection network, e.g. matrix, shuffle, pyramid, star, snowflake
    • G06F15/17306Intercommunication techniques
    • G06F15/17331Distributed shared memory [DSM], e.g. remote direct memory access [RDMA]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F7/00Methods or arrangements for processing data by operating upon the order or content of the data handled
    • G06F7/38Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation
    • G06F7/48Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation using non-contact-making devices, e.g. tube, solid state device; using unspecified devices
    • G06F7/544Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation using non-contact-making devices, e.g. tube, solid state device; using unspecified devices for evaluating functions by calculation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F7/00Methods or arrangements for processing data by operating upon the order or content of the data handled
    • G06F7/38Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation
    • G06F7/48Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation using non-contact-making devices, e.g. tube, solid state device; using unspecified devices
    • G06F7/57Arithmetic logic units [ALU], i.e. arrangements or devices for performing two or more of the operations covered by groups G06F7/483 – G06F7/556 or for performing logical operations
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F7/00Methods or arrangements for processing data by operating upon the order or content of the data handled
    • G06F7/38Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation
    • G06F7/48Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation using non-contact-making devices, e.g. tube, solid state device; using unspecified devices
    • G06F7/57Arithmetic logic units [ALU], i.e. arrangements or devices for performing two or more of the operations covered by groups G06F7/483 – G06F7/556 or for performing logical operations
    • G06F7/575Basic arithmetic logic units, i.e. devices selectable to perform either addition, subtraction or one of several logical operations, using, at least partially, the same circuitry
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F7/00Methods or arrangements for processing data by operating upon the order or content of the data handled
    • G06F7/60Methods or arrangements for performing computations using a digital non-denominational number representation, i.e. number representation without radix; Computing devices using combinations of denominational and non-denominational quantity representations, e.g. using difunction pulse trains, STEELE computers, phase computers
    • G06F7/607Methods or arrangements for performing computations using a digital non-denominational number representation, i.e. number representation without radix; Computing devices using combinations of denominational and non-denominational quantity representations, e.g. using difunction pulse trains, STEELE computers, phase computers number-of-ones counters, i.e. devices for counting the number of input lines set to ONE among a plurality of input lines, also called bit counters or parallel counters
    • 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/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • 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/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5011Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resources being hardware resources other than CPUs, Servers and Terminals
    • G06F9/5016Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resources being hardware resources other than CPUs, Servers and Terminals the resource being the memory
    • 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/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/541Interprogram communication via adapters, e.g. between incompatible applications
    • 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/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • G06F2009/45583Memory management, e.g. access or allocation
EP20762469.3A 2019-02-27 2020-01-28 Arithmetic and logical operations in a multi-user network Withdrawn EP3931695A4 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US16/286,941 US10990387B2 (en) 2019-02-27 2019-02-27 Converting floating-point operands into universal number format operands for processing in a multi-user network
US16/287,156 US11074100B2 (en) 2019-02-27 2019-02-27 Arithmetic and logical operations in a multi-user network
PCT/US2020/015369 WO2020176184A1 (en) 2019-02-27 2020-01-28 Arithmetic and logical operations in a multi-user network

Publications (2)

Publication Number Publication Date
EP3931695A1 EP3931695A1 (en) 2022-01-05
EP3931695A4 true EP3931695A4 (en) 2022-12-14

Family

ID=72238547

Family Applications (1)

Application Number Title Priority Date Filing Date
EP20762469.3A Withdrawn EP3931695A4 (en) 2019-02-27 2020-01-28 Arithmetic and logical operations in a multi-user network

Country Status (4)

Country Link
EP (1) EP3931695A4 (en)
KR (1) KR20210121266A (en)
CN (1) CN113508363B (en)
WO (1) WO2020176184A1 (en)

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5652862A (en) * 1992-12-30 1997-07-29 Apple Computer, Inc. Method and appartus for determining a precision of an intermediate arithmetic for converting values between a first numeric format and a second numeric format
US7353368B2 (en) * 2000-02-15 2008-04-01 Intel Corporation Method and apparatus for achieving architectural correctness in a multi-mode processor providing floating-point support
US7555566B2 (en) * 2001-02-24 2009-06-30 International Business Machines Corporation Massively parallel supercomputer
US20180217838A1 (en) * 2017-02-01 2018-08-02 Futurewei Technologies, Inc. Ultra lean vector processor
US10713088B2 (en) * 2017-03-23 2020-07-14 Amazon Technologies, Inc. Event-driven scheduling using directed acyclic graphs
US20190004878A1 (en) * 2017-07-01 2019-01-03 Intel Corporation Processors, methods, and systems for a configurable spatial accelerator with security, power reduction, and performace features

Non-Patent Citations (5)

* Cited by examiner, † Cited by third party
Title
ANONYMOUS: "Unum (number format) - Wikipedia", 20 February 2019 (2019-02-20), pages 1 - 9, XP055969876, Retrieved from the Internet <URL:https://en.wikipedia.org/w/index.php?title=Unum_(number_format)&oldid=884306755> [retrieved on 20221011] *
IVAN GONZALEZ ET AL: "Virtualization of reconfigurable coprocessors in HPRC systems with multicore architecture", JOURNAL OF SYSTEMS ARCHITECTURE, ELSEVIER BV, NL, vol. 58, no. 6, 12 March 2012 (2012-03-12), pages 247 - 256, XP028521582, ISSN: 1383-7621, [retrieved on 20120323], DOI: 10.1016/J.SYSARC.2012.03.002 *
JAISWAL MANISH KUMAR ET AL: "Universal number posit arithmetic generator on FPGA", 2018 DESIGN, AUTOMATION & TEST IN EUROPE CONFERENCE & EXHIBITION (DATE), EDAA, 19 March 2018 (2018-03-19), pages 1159 - 1162, XP033334031, DOI: 10.23919/DATE.2018.8342187 *
KIDANE HILIWI LEAKE ET AL: "NoC Based Virtualized Accelerators for Cloud Computing", 2016 IEEE 10TH INTERNATIONAL SYMPOSIUM ON EMBEDDED MULTICORE/MANY-CORE SYSTEMS-ON-CHIP (MCSOC), IEEE, 21 September 2016 (2016-09-21), pages 133 - 137, XP033018408, DOI: 10.1109/MCSOC.2016.21 *
See also references of WO2020176184A1 *

Also Published As

Publication number Publication date
CN113508363A (en) 2021-10-15
WO2020176184A1 (en) 2020-09-03
CN113508363B (en) 2022-09-16
EP3931695A1 (en) 2022-01-05
KR20210121266A (en) 2021-10-07

Similar Documents

Publication Publication Date Title
EP3932062A4 (en) Parameter derivation in cross component mode
EP3980437A4 (en) Una amidites and uses thereof
GB202011315D0 (en) Photorealstic three dimensional texturing using canonical views and a two stage approach
EP3618351A4 (en) A virtual port management method and device
EP3908149A4 (en) A combination chair and backpack arrangement
EP3948487A4 (en) Performing soft throttling and hard throttling in a processor
EP4079080A4 (en) Transmission in an inactive state
EP3925284A4 (en) Mobility enhancement in a connected state
EP4010849A4 (en) Methods and nodes in a communications network
EP3714404A4 (en) Signal enhancement and manipulation using a signal-specific deep network
EP3968729A4 (en) User device and communication method
EP3812258A4 (en) Brake handle and bicycle using same
EP4048106A4 (en) Apparel with grip elements
EP3906461A4 (en) Application publishing in a virtualized environment
EP3634839A4 (en) Arrangement in a machine and a forest machine
EP3742872A4 (en) Backup block and screen-printing machine
EP3856846A4 (en) Gloves and methods thereof
IL289442A (en) User specific advertising in a virtual environment
EP3834359A4 (en) Anonymous allocation and majority voting in a compromised environment
EP3965489A4 (en) User device and communication method
EP4027331A4 (en) Arpeggiator and program having function therefor
EP3931695A4 (en) Arithmetic and logical operations in a multi-user network
EP3837871A4 (en) Improvements in and relating to reference feature sets in a telecommunication network
EP3994550A4 (en) Animated faces using texture manipulation
EP3853213A4 (en) Shielding agents and their use

Legal Events

Date Code Title Description
STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE INTERNATIONAL PUBLICATION HAS BEEN MADE

PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: REQUEST FOR EXAMINATION WAS MADE

17P Request for examination filed

Effective date: 20210721

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR

DAV Request for validation of the european patent (deleted)
DAX Request for extension of the european patent (deleted)
A4 Supplementary search report drawn up and despatched

Effective date: 20221110

RIC1 Information provided on ipc code assigned before grant

Ipc: G06F 9/54 20060101ALI20221104BHEP

Ipc: G06F 7/57 20060101ALI20221104BHEP

Ipc: G06F 7/544 20060101ALI20221104BHEP

Ipc: G06F 7/575 20060101ALI20221104BHEP

Ipc: G06F 7/60 20060101ALI20221104BHEP

Ipc: G06F 15/173 20060101ALI20221104BHEP

Ipc: G06F 9/50 20060101ALI20221104BHEP

Ipc: G06F 9/455 20180101AFI20221104BHEP

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: EXAMINATION IS IN PROGRESS

17Q First examination report despatched

Effective date: 20230622

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION HAS BEEN WITHDRAWN

18W Application withdrawn

Effective date: 20230922