WO2013178244A1 - A graphics processing unit controller, host system, and methods - Google Patents

A graphics processing unit controller, host system, and methods Download PDF

Info

Publication number
WO2013178244A1
WO2013178244A1 PCT/EP2012/059969 EP2012059969W WO2013178244A1 WO 2013178244 A1 WO2013178244 A1 WO 2013178244A1 EP 2012059969 W EP2012059969 W EP 2012059969W WO 2013178244 A1 WO2013178244 A1 WO 2013178244A1
Authority
WO
WIPO (PCT)
Prior art keywords
graphics processing
compute kernel
execution
processing unit
processing units
Prior art date
Application number
PCT/EP2012/059969
Other languages
French (fr)
Inventor
Muhammad Mustafa RAFIQUE
Mohamed Hefeeda
Khaled M. Diab DIAB
Original Assignee
Qatar Foundation
Hoarton, Lloyd
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 Qatar Foundation, Hoarton, Lloyd filed Critical Qatar Foundation
Priority to PCT/EP2012/059969 priority Critical patent/WO2013178244A1/en
Priority to EP12724141.2A priority patent/EP2754045A1/en
Priority to US14/399,373 priority patent/US20150212859A1/en
Publication of WO2013178244A1 publication Critical patent/WO2013178244A1/en

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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T1/00General purpose image data processing
    • G06T1/20Processor architectures; Processor configuration, e.g. pipelining
    • 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/45579I/O management, e.g. providing access to device drivers or storage

Definitions

  • the present invention relates to a graphics processing unit controller, host system, and corresponding methods.
  • embodiments of the present invention relate to systems and methods for sharing graphics processing units or parts thereof.
  • An example of a facility of this type is a cloud computing facility - of which there are now many commercial operators who rent processing resources to users so that computationally intensive applications can take advantage resources which would otherwise be unavailable or very expensive to maintain.
  • GPUs are co-processors which provide a high compute density at a relatively low cost.
  • Modern GPUs also now use advanced processor architectures allowing a degree of parallel processing - for example.
  • An appl ication may, for example, accelerate its computation by directing compute kernels to a GPU .
  • a GPU is typically exclusively allocated to a particular virtual machine for the entire duration of the instance of the virtual machine. Operators of facilities will generally charge the user for the use of the GPU for the entire allocated period even if the GPU is only used (or only partly used) for a small part of the allocated period.
  • an aspect of the invention provides a graphics processing unit controller configured to be communicatively coupled to one or more graphics processing units and one or more virtual machines, the controller comprising: a scheduler module configured to allocate at least part of one or more graphics processing units to the execution of a compute kernel in response to receipt of a request for the execution of the compute kernel during the running of an application by a virtual machine.
  • the controller may further comprise: a communicator module configured to receive the request for the execution of the compute kernel by a graphics processing un it, the compute kernel being associated with a resource requirement for the execution of the compute kernel; and a unit collection module which stores information regarding available resources of the or each graphics processing unit, wherein the scheduler module is further configured to compare the resource requirement associated with the compute kernel with the available resources of the or each of the graphics processing units and to allocate the at least part of one or more of the one or more graphics processing units to the execution of a compute kernel based on the comparison.
  • a part of a graphics processing unit may include one or more cores of the graphics processing unit, one or more threads in the graphics processing units, and/or one or more thread blocks in the graphics processing unit.
  • the one or more cores may be a subset of a total number of cores of a one of the one or more graphics processing units, one or more threads may be a subset of the executable threads in the graphics processing unit, and/or one or more thread blocks may be a subset of the schedulable thread blocks in the graphics processing units.
  • the scheduler module may be configured to allocate another subset of the one or more cores, one or more threads, and/or one or more thread blocks of the graphics processing unit to the execution of a further compute kernel.
  • Execution of the further compute kernel may be requested by a further application run by a further virtual machine.
  • the scheduler module may be configured to schedule the execution of the compute kernel and the further compute kernel such that at least part of both the compute kernel and further compute kernel are executing during the same time period.
  • the communicator module may be configured to receive a further request for the execution of a further compute kernel by a graphics processing unit, the further compute kernel being associated with a further resource requirement for the execution of the further compute kernel, and the scheduler module may be further configured to compare the further resource requirement associated with the further compute kernel with available resources of the or each graphics processing unit and to allocate at least part of one or more of the one or more graphics processing units to the execution of the further compute kernel.
  • At least a part of a plurality of graphics processing units may be allocated to the execution of the compute kernel.
  • Another aspect of the present invention provides a host system including a controller.
  • the host system may further comprise a plurality of graphics processing units.
  • the host system may further comprise one or more computing devices which are configured to provide one or more virtual machines.
  • the host system may further comprise an interface which is configured to receive communications from a remote client system.
  • the interface may include an internet connection.
  • the host system may be a cloud computing facility.
  • Another aspect of the present invention provides a method of allocating at least part of one or more graphics processing units to the execution of a compute kernel, the method comprising: allocating, using a scheduler module of a controller, at least part of one or more graphics processing units to the execution of a compute kernel in response to receipt of a request for the execution of the compute kernel during the running of an application by a virtual machine which is communicatively coupled to the controller.
  • the method may further comprise: receiving, at a communicator module, the request for the execution of the compute kernel by a graphics processing unit, the compute kernel being associated with a resource requirement for the execution of the compute kernel; and using a unit collection module which stores information regarding available resources of the or each graphics processing unit and the sched uler mod u le, to compare the resource requirement associated with the compute kernel with the available resources of the or each of the graphics processing units and to allocate the at least part of one or more of the one or more graphics processing units to the execution of a compute kernel based on the comparison.
  • a part of a graphics processing unit may include one or more cores of a graphics processing unit, one or more threads in the graphics processing units, and/or one or more thread blocks in the graphics processing unit.
  • the one or more cores may be a subset of a total number of cores of one of the one or more graphics processing units, one or more threads may be a subset of the executable threads in the graphics processing unit, and/or one or more thread blocks may be a subset of the schedulable thread blocks in the graphics processing units.
  • the method may further comprise allocate, using the scheduler module, another subset of the one or more cores , one or more threads, and/or one or more thread blocks of the graphics processing unit to the execution of a further compute kernel.
  • the method may further comprise receiving a request by a further application run by a further virtual machine to execute the further compute kernel. Scheduling the execution of the compute kernel and the further compute kernel may comprise scheduling the execution such that at least part of both the compute kernel and further compute kernel are executing during the same time period.
  • the method may further comprise: receiving a further request, at the communicator module, for the execution of a further compute kernel by a graphics processing unit, the further compute kernel being associated with a further resource requirement for the execution of the further compute kernel, and using a unit collection module and scheduler module to compare the further resource requirement associated with the further compute kernel with available resources of the or each graphics processing unit and to allocate at least part of one or more of the one or more graphics processing units to the execution of the further compute kernel.
  • At least a plurality of graphics processing units may be allocated to the execution of the compute kernel. Only a part of each of the graphics processing units may be allocated to the execution of the compute kernel.
  • Figure 1 shows a high-level system architecture for a GPU controller; and Figure 2 shows a host and client system arrangement.
  • a graphics processing unit controller 1 is communicatively coupled to one or more virtual machines 2 (VM 1 , VM2, VM3... VMN) and one or more graphics processing units 3 (GPU1 , GPU2, GPU3... GPUK).
  • the or each graphics processing unit 3 is configured to execute one or more kernel computes 21 for an application 22 of one of the one or more virtual machines 2, and to return the results of the execution of the or each kernel compute 21 to the one of the one or more virtual machines 2.
  • the or each graphic processing unit 3 may be configured to execute a plurality of kernel computes 21 for a plurality of applications 22 of one or more of the virtual machines 2.
  • the graphics processing unit controller 1 is communicatively coupled between the one or more virtual machines 2 and the one or more graphics processing units 3, such that the graphics processing unit controller 1 is configured to manage the allocation of one or more kernel computes 21 to the or each graphics processing unit 3.
  • the graphics processing unit controller 1 is configured to allocate the resources of one or more graphics processing units 3 to a kernel compute 21 .
  • Allocation of resource may include scheduling of the execution of the kernel compute 21 - in other words, the allocation may be for a predetermined time period or slot.
  • the graphics processing unit controller 1 is also configured to manage the execution of the or each kernel compute 21 by the one or more graphics processing units 3. In embodiments, the graphics processing unit controller 1 is further configured to manage the return of the results of the execution of the or each kernel compute 21 to the one of the one or more virtual machines 2.
  • the graphics processing unit controller 1 may include one or more of: a unit collection module 5, a registry manager module 6, a thread manager module 7, a scheduler module 8, a helper module 9, and a communicator module 10.
  • the graphics processing unit controller 1 may also include a shared library pool 4.
  • the shared library pool 4 is a computer readable storage medium communicatively coupled to, but remote from, the graphics processing unit controller 1 .
  • the computer readable medium may be a nonvolatile storage medium.
  • the role of each of the components of the graphics processing unit controller 1 is described below, by way of example, with reference to an example in which an application on a first virtual machine 2 (e.g. VM1 ) of the one or more virtual machines 2 requires the execution of a first compute kernel 21 by a graphics processing unit 3.
  • the first virtual machine 2 e.g . VM1
  • the communicator module 1 0 may include one or more input and output buffers, as wel l as addressing information and the l ike to ensure that communications from the graphics processing unit controller 1 are directed to the desired virtual machine 2 of the one or more virtual machines 2.
  • the commu n icator module 1 0 incl udes a pl ural ity of communicator sub-modules which may each be configured to handle and manage communications between a different one of the one or more virtual machines 2 and the graphics processing unit controller 1 .
  • the communicator module 10 may be further configured to communicate with parts of a host system 100 of the graphics processing unit controller 1 and/or a client system 200.
  • the request from the first virtual machine 2 (e.g. VM1 ) is received and handled by the communicator module 10 of the graphics processing unit controller 1 .
  • the graphics processing unit controller 1 registers the first compute kernel 21 and stores the first compute kernel 21 along with metadata in a shared library pool 4 which is part of or coupled to the graphics processing unit controller 1 .
  • the metadata may associate the first compute kernel 21 with the first virtual machine 2 (e.g. VM1 ) and/or the application 22 running on the first virtual machine 2 (e.g. VM1 ) - for example.
  • the metadata comprises sufficient information to identify the first compute kernel 21 from among a plurality of compute kernels 21 (e.g. an identifier wh ich is un ique or substantially unique).
  • This registering of the first compute kernel 21 may be performed, at least in part, by the reg istry manager mod ul e 6 wh ich receives data via the communicator module 10 from the first virtual machine VM1 .
  • the registry manager module 6 stores a list of one or more registered compute kernels 21 1 .
  • the list includes, for the or each registered compute kernel 21 1 , information which allows the compute kernel 21 to be identified and the results of the or each executed compute kernel 21 to be returned to the requesting virtual machine of the one or more virtual machines 2.
  • the list may include, for the or each registered compute kernel 21 1 , one or more of: a requesting virtual machine identifier, an application identifier (identifying the application 22 of the requesting virtual machine 2 (e.g. VM1 ) which is associated with the compute kernel 21 ), a library identifier (which identifies the location 212 of the compute kernel 21 in the shared library pool 4), an identifier for the compute kernel 21 , timing information for the compute kernel 21 , resource requirements of the execution of the compute kernel 21 , and required arguments for the execution of the compute kernel 21 .
  • the metadata which is stored in the shared library pool 4 may comprise some or all of the data from the list for the or each registered compute kernel 21 1 .
  • some of the information which is stored in the list (and/or metadata) is information which is obtained from the relevant one of the one or more virtual machines 2 (e.g. VM1 ).
  • some of the data may be determined by a part of the graphics processing unit controller 1 (e.g. by the communicator module 10) - which may, for example, forward an application identifier or a virtual machine identifier to the shared library pool 4 and/or the registry manager module 6 for storage therein.
  • the registering of the first compute kernel 21 may be assisted or at least partially performed by the use of one or more sub-modules of the helper module 9.
  • the sub-modules may, for example, manage or provide information regarding the storage format for the compute kernel 21 and/or metadata in the shared library pool 4.
  • the sub-modules may, for example, include one or more modules which manage the addition or removal of entries in the list of registered compute kernels 21 1 in the registry manager module 6.
  • the first virtual machine 2 e.g. VM1
  • the first virtual machine 2 sends a request to the graphics processing unit controller 1 ; the request includes sufficient information for the graph ics processing un it controller 1 to identify the first compute kernel within the shared library pool 4 (which may store a plurality of compute kernels 21 ).
  • the graphics processing unit controller 1 is configured to receive the request from the first virtual machine 2(e.g. VM1 ) and use the information included in the request to identify the first compute kernel 21 within the shared library pool 4. The graphics processing unit controller 1 then loads the first compute kernel
  • the execution request from the application is a request from the application
  • the communicator module 10 which, as discussed above, handles or otherwise manages communications between the graphics processing unit controller 1 and the or each virtual machine 2.
  • the execution request is then intercepted by the thread manager module 7 (if provided) which allocates one or more idle threads to the execution of the first compute kernel 21 .
  • Each thread of a pool of threads managed by the thread manager module 7 has access to a graphics processing unit context for the or each graphics processing unit 3 provided by the unit collection module 5 - see below.
  • the information included in the received execution request from the first virtual machine 2 (e.g . VM1 ) is compared to information in the registry manager module 6 in order to identify the first compute kernel 21 from amongst the registered compute kernels 21 1 (of which there might, of course, only be one, although there will usually be a plural ity). This may be ach ieved by, for example, comparing information (such as a virtual machine identifier, and/or an application identifier, and/or an identifier for the compute kernel 21 , for example) with corresponding information stored in the registry manager module 6.
  • information such as a virtual machine identifier, and/or an application identifier, and/or an identifier for the compute kernel 21 , for example
  • Searching of the registry manager module 6 may be assisted or performed, in embodiments, by a sub-module of the helper module 9.
  • the library identifier for the first compute kernel 21 is retrieved from the list - or other information which allows the first compute kernel 21 to be loaded from the location 212 in the shared library pool 4.
  • the first compute kernel 21 is loaded from the shared library pool 4 into a memory 31 which can be accessed by the or each graphics processing unit 3. This may be memory 31 associated with a particular one of the one or more graphics processing un its 3 (which may be accessible only by that one graphics processing unit 3) or may be memory 31 which is accessible by more than one of a plurality of the graphics processing units 3.
  • a pointer to the start of the loaded first compute kernel 213 (which will be the start of a function of the loaded first compute kernel 213) is determined.
  • This pointer is then sent to a graphics processing unit 3 (e.g. GPU1 ) of the one or more graphics processing units 3 - the graphics processing unit 3 (e.g. GPU1 ) to which the pointer is sent may be the graphics processing unit 3 with which the memory 31 is associated.
  • the unit collection module 5 stores a record for each of the one or more graphics processing units 3.
  • the record comprises a logical object through which access to the associated graphics processing unit 3 can be made.
  • the record may include, for the associated graphics processing unit 3, one or more of: a u n it com pute capability, a unit ordinal, a unit identifier (i.e. name), a total unit memory, a total unit available memory, one or more physical addresses for the unit's memory 31 , other resource availability for the graphics processing unit 3, and the like.
  • Each record is used to generate a graphics processing unit context for the or each of the graphics processing units 3.
  • the unit collection module 5 may also maintain a record of each of the one or more graphics processing units 3 on a more granular scale.
  • each record may include information regarding the or each core, of group of cores, which may form part of the graphics processing unit 3 (e.g. GPU1 ). This information may include information regarding the availability of the or each core or group of cores.
  • the scheduler module 8 is configured to receive information about the registered first compute kernel 21 1 from the registry manager module 6 along with information about available resources of the one or more graphics processing units 3 (or parts thereof) from the unit collection module 5.
  • the scheduler module 8 uses the information about the registered first compute kernel 21 1 to determine what resources will be needed in order to execute the first compute kernel 21 .
  • the scheduler module 8 is configured to compare the required resources with the available resources and allocate the first compute kernel 21 to at least one (e.g. GPU1 ) of the one or more graphics processing units 3 (or a part thereof). In other words, the scheduler module 8 is configured to allocate resources of one or more graphics processing units 3 (or a part thereof) to the execution of the first compute kernel 21 . In the event that a particular graphics processing unit 3 (e.g. GPU1 ) has more available resources than the required resources for execution of the first compute kernel 21 , then only a subset of the available resources is allocated.
  • a particular graphics processing unit 3 e.g. GPU1
  • the scheduler module 8 is configured, after allocation of resources, to output an identifier for the allocated resources - such as an identifier for the graphics processing unit 3 (e.g. GPU1 ) (or part thereof) which has been allocated. This may be passed to, for example, the un it collection module 5.
  • the un it collection module 5 may update any records associated with the selected graphics processing unit 3 (e.g. GPU1 ) in light of the newly allocated resource of that unit 3 (e.g. GPU1 ).
  • the results are returned by the graphics processing unit (e.g. GPU1 ), to the first virtual machine 2 (e.g. VM1 ).
  • the graphics processing unit e.g. GPU1
  • the first virtual machine 2 e.g. VM1
  • th is retu rn ing of the resu lts occurs via the g raphics processing unit controller 1 which receives the results and identifies the virtual machine 2 (e.g. VM1 ) of the one or more virtual machines 2 which requested execution of the first compute kernel 21 .
  • This identification may be achieved in any of several different manners.
  • the graphics processing unit controller 1 may consult the registry manager module 6 to identify the first compute kernel 21 from the registered compute kernels 21 1 (using information about the identity of the first compute kernel 21 returned with the results) and, therefore, an identifier for the first virtual machine 2 (e.g.
  • the unit collection module 5 stores a record of the virtual machine 2 and/or application 22 whose compute kernel is currently using resources of a particular graphics processing unit 3 (e.g. GPU1 ) of the one or more graphics processing units 3.
  • the identification of the first virtual machine 2 e.g. VM1
  • the requestor may be assisted or handled by one or more sub-modules of the helper module 9.
  • the graphics processing unit controller 1 will be managing the execution of a large number of compute kernels 21 at any one time during typical operation.
  • the scheduler module 8 must, therefore, be configured so as to handle the allocation of resources to a plurality of compute kernels 21 .
  • the scheduler module 8 is, in the first instance, configured to allocate resources on the basis of an identification of the best available graphics processing unit 3 of the one or more graphics processing units 3.
  • the scheduler module 8 may be configured to analyse the record for the or each graphics processing units 3 (or parts thereof) as stored in the un it collection module 5.
  • the scheduler modu le 8 is, in th is example, configured to compare the memory requirements of the compute kernel 21 with the available memory resources of the or each graphics processing unit 3 which are not currently executing a loaded compute kernel 213 using the stored records. If a graphics processing unit 3 has free memory which greater than or equal to the memory requ irement of the compute kernel 21 , then that graphics processing unit 3 is selected and the record for the next graphics processing unit 3 is analysed. Selection may comprise the storing of an identifier for the graphics processing unit 3.
  • a subsequently analysed record identifies a graphics processing unit 3 which has more free memory than the selected graphics processing unit 3 (or is otherwise preferred to the currently selected graphics processing unit 3), then that graphics processing unit 3 is selected instead.
  • the best available (i.e. free) graphics processing unit 3 is selected from the one or more graphics processing units 3.
  • the scheduler module 8 queues the compute kernel 21 for later execution when one or more of the currently executing compute kernels 21 has completed its execution.
  • the scheduler module 8 may re-apply the above analysis process - generally referred to herein as the best free unit method.
  • the later time may be a substantially random time, or may be triggered by the completion of the execution of one or more compute kernels 21 .
  • the unit collection module 5 may, for example, be configured to inform the scheduler module 8 when one or more of the currently executing compute kernels 21 has completed its execution and now has more available resources.
  • the allocation of the best free unit in accordance with the above method may result in underutilisation of the available resources because only free units 3 are considered for allocation to the compute kernel 21 .
  • Another method which may be applied by the scheduler module 8 is referred to herein as the best unit method.
  • the scheduler module 8 analyses the records not only of the free graphics processing units 3 but also of those graphics processing units 3 which are already executing a loaded compute kernel 213 or have been otherwise allocated to a compute kernel 21 .
  • the available (i.e. free) memory of the or each graphics processing unit 3 is compared to the memory requirement for the compute kernel 21 which is awaiting execution. If the available memory of a graphics processing unit 3 is greater than or equal to the memory requirement, then an identifier for the graphics processing unit 3 is placed in a possibles list.
  • the possibles list is sorted in order of available memory capacity such that the identifier for the graphics processing unit 3 with the least available memory is at the top of the list.
  • the graphics processing unit 3 whose identifier is at the top of the list is then selected and the required available resources of that graphics processing unit 3 are allocated to the compute kernel for execution thereof.
  • a selection could be made and then replaced if a subsequently analysed record for a particular graphics processing unit 3 indicates that another graphics processing unit 3 has less available memory than the currently selected graphics processing unit 3 (but still sufficient available memory for the execution of the compute kernel 21 ).
  • the scheduler module 8 will queue the compute kernel 21 for execution at a later time - in much the same manner as described above.
  • Allocation of resources may include the allocation of one or more available cores (or other parts) of the selected graphics processing unit 3.
  • the scheduler module 8 determines the requirements for a compute kernel 21 to access one or more shared resources.
  • shared resources may include, for example, a shared (i.e. global) memory resource, a network communication interface, or any other input/output interface or hardware resource which may be shared by two or more executing compute kernels 21 .
  • the scheduler module 8 may obtain this information from the unit collection module 5 or may determine the information by analysis of the first compute 21 kernel - which may include executing the first compute kernel 21 or a part thereof.
  • the requirements for access to one or more shared resources are then compared to the corresponding requirements of one or more compute kernels 21 which are already being executed.
  • the degree to which a conflict is likely to occur is determined as a result of the comparison.
  • This degree of likely conflict may be, for example, a ratio of an expected number of shared memory accesses which will be made by the compute kernel 21 (or kernels 21 ) currently using the shared resource and the compute kernel 21 waiting to be executed, a ratio of an expected volume of data to be accessed from shared memory by the compute kernel 21 (or kernels 21 ) currently using the shared resource and the compute kernel 21 waiting to be executed, a ratio of a number or expected duration of network interface uses by the compute kernel 21 (or kernels 21 ) currently using the shared resource and the compute kernel 21 waiting to be executed, or the like.
  • the likelihood of interference takes into account the patterns of usage of the shared resources by the currently executing compute kernel 21 (or kernels 21 ) and the compute kernel 21 waiting to be executed.
  • a particular compute kernel 21 may have a lower risk of interference with another compute kernel 21 if the requests for a shared resource are interleaved (i.e. generally do not occur at the same time).
  • the likelihood of interference is determined based on the usage of a number of different shared resources.
  • a list is generated by the scheduler module 8 of the graphics processing units 3 which are able to execute the compute kernel 21 which is awaiting execution and the respective likelihood of interference between the currently executing compute kernels 21 and the compute kernel 21 awaiting execution.
  • the list may indicate the graphics processing units 3 by use of identifiers. Those graphics processing units 3 which are able to execute the compute kernel 21 are those with available memory resources which are equal to or exceed the memory requ irements for the compute kernel 21 awaiting execution.
  • the list may be sorted to identify the graphics processing unit whose use entails the lowest likelihood of interference and to order the other graphics processing units 3 (if any) in ascending order of the likelihood of interference.
  • the graphics processing unit 3 whose identifier is at the top of the list is then selected and the required available resources of that graphics processing unit 3 are allocated to the compute kernel 21 for execution thereof.
  • a selection could be made and then replaced if a subsequently analysed record for a particular graphics processing unit 3 indicates that another graphics processing unit 3 is less l ikely to have a shared resource conflict than the currently selected graphics processing unit 3.
  • the scheduler module 8 will queue the compute kernel 21 for execution at a later time - in much the same manner as described above.
  • allocation of resources may include the allocation of one or more available cores (or other parts) of the selected graphics processing unit 3.
  • a plurality of cores of one or more of the graphics processing units 3 are allocated to a particular compute kernel 21 .
  • a particular compute kernel 21 may be allocated a plurality of cores from more than one graphics processing unit 3.
  • the available resources for a graphics processing unit 3 may include the available resources for a core of a graphics processing unit 3. It will be understood that a subset of one or more cores of the total number of cores of a graphics processing unit 3 constitutes a part of the graph ics processing unit 3.
  • a host system 100 is a cloud computing system or facility which includes the or each graphics processing unit 3, the graphics processing unit controller 1 , and one or more computing devices 101 on which the or each virtual machine 2 is provided.
  • the host system 100 includes a plurality of graphics processing unit controllers 1 each coupled to one or more graphics processing units 3.
  • a client system 200 in embodiments, comprises a computing device 201 of a user which is communicatively coupled to the host system 100 and which is configured to issue instructions to the host system 100. These instructions may include, for example, requests for the allocation of resources, requests for the execution of an application 22, and the like.
  • the client system 200 may be configured to receive data from the host system 100 including the results of the execution of an application 22 by the host system 100 in response to an execution request by the client system 200.
  • the present invention is particularly useful in the operation of cloud computing networks and other distributed processing arrangements.
  • the resources of graphics processing units 3 of a facility e.g. a host system 100
  • the resources of a particular graphics processing unit 3 may even be split between a plurality of applications 22, compute kernels 21 , virtual machines 2, and/or users (i.e. client systems 200).
  • concurrent execution of a plurality of compute kernels 21 may be achieved on a single graphics processing unit 3.
  • the hel per mod ule 9 may incl ude one or more su b-modules which are configured to assist with, or handle, file system interactions, the generation and management of graphics processing unit contexts, information regarding graphics processing units, interactions with graphics processing units 3, and the loading of data (e.g. a compute kernel).
  • su b-modules which are configured to assist with, or handle, file system interactions, the generation and management of graphics processing unit contexts, information regarding graphics processing units, interactions with graphics processing units 3, and the loading of data (e.g. a compute kernel).
  • the present invention could equally be used to distribute the execution of compute kernels 21 between threads, or thread blocks of one or more graphics processing units 3.
  • the one or more threads which are allocated to the execution of a compute kernel 21 may be a subset of the total number of executable threads of a graphics processing unit 3, or may be all of the executable threads of a graphics processing unit 3.
  • the one or more thread blocks may be a subset of the schedulable threads of a graphics processing unit 3 or may be all of the schedulable thread blocks of a graphics processing unit.
  • the available resources for a graphics processing unit 3 may include the available resources for a thread or thread block of a graphics processing unit 3.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Image Processing (AREA)

Abstract

A graphics processing unit controller, host system, and methods A graphics processing unit controller configured to be communicatively coupled to one or more graphics processing units and one or more virtual machines, the controller comprising: a scheduler module configured to allocate at least part of one or more graphics processing units to the execution of a compute kernel in response to receipt of a request for the execution of the compute kernel during the running of an application by a virtual machine.

Description

Title: A graphics processing unit controller, host system, and methods Description of Invention
The present invention relates to a graphics processing unit controller, host system, and corresponding methods. In particular, embodiments of the present invention relate to systems and methods for sharing graphics processing units or parts thereof.
The popularity of remote computing resources is increasing. Large computing facilities including a large number of processing units make their resources available for scientific and enterprise purposes. This allows users to access sig n ificant resources in an on-demand manner without the overheads associated with permanently maintaining such resources. These facilities are particularly useful, therefore, for users who only requ ire such resources occasionally or whose requirements vary significantly over time. A managing system for such facilities operates to allocate resources to applications so that each application has sufficient resources to run.
An example of a facility of this type is a cloud computing facility - of which there are now many commercial operators who rent processing resources to users so that computationally intensive applications can take advantage resources which would otherwise be unavailable or very expensive to maintain.
With in such facil ities the use of g raph ics processing un its (G PUs) is increasing. GPUs are co-processors which provide a high compute density at a relatively low cost. Modern GPUs also now use advanced processor architectures allowing a degree of parallel processing - for example. An appl ication may, for example, accelerate its computation by directing compute kernels to a GPU . A GPU is typically exclusively allocated to a particular virtual machine for the entire duration of the instance of the virtual machine. Operators of facilities will generally charge the user for the use of the GPU for the entire allocated period even if the GPU is only used (or only partly used) for a small part of the allocated period.
This is a disadvantage not only for the user (who must pay for resources which are underutilised) but also for the operator of the facility who must provide more GPUs than might otherwise be needed if GPU resources could be more readily shared.
Even modern GPUs have a number of limitations which present obstacles to their wide scale use in facilities in which the sharing of resources between multiple concurrent applications is required.
In particular, current GPUs share resources between applications in a serial manner - with an application being forced to wait whilst already scheduled compute kernels are completed before the application can be executed. This is due to the Single Instruction, Multiple Data architecture of GPUs which means that conventional GPU drivers do not combine compute kernels from different applications for concurrent execution.
There is, therefore, a need to ameliorate one or more problems associated with the prior art and provide systems and methods to share GPU resources more readily between multiple applications.
Accordingly, an aspect of the invention provides a graphics processing unit controller configured to be communicatively coupled to one or more graphics processing units and one or more virtual machines, the controller comprising: a scheduler module configured to allocate at least part of one or more graphics processing units to the execution of a compute kernel in response to receipt of a request for the execution of the compute kernel during the running of an application by a virtual machine. The controller may further comprise: a communicator module configured to receive the request for the execution of the compute kernel by a graphics processing un it, the compute kernel being associated with a resource requirement for the execution of the compute kernel; and a unit collection module which stores information regarding available resources of the or each graphics processing unit, wherein the scheduler module is further configured to compare the resource requirement associated with the compute kernel with the available resources of the or each of the graphics processing units and to allocate the at least part of one or more of the one or more graphics processing units to the execution of a compute kernel based on the comparison.
A part of a graphics processing unit may include one or more cores of the graphics processing unit, one or more threads in the graphics processing units, and/or one or more thread blocks in the graphics processing unit.
The one or more cores may be a subset of a total number of cores of a one of the one or more graphics processing units, one or more threads may be a subset of the executable threads in the graphics processing unit, and/or one or more thread blocks may be a subset of the schedulable thread blocks in the graphics processing units.
The scheduler module may be configured to allocate another subset of the one or more cores, one or more threads, and/or one or more thread blocks of the graphics processing unit to the execution of a further compute kernel. Execution of the further compute kernel may be requested by a further application run by a further virtual machine.
The scheduler module may be configured to schedule the execution of the compute kernel and the further compute kernel such that at least part of both the compute kernel and further compute kernel are executing during the same time period.
The communicator module may be configured to receive a further request for the execution of a further compute kernel by a graphics processing unit, the further compute kernel being associated with a further resource requirement for the execution of the further compute kernel, and the scheduler module may be further configured to compare the further resource requirement associated with the further compute kernel with available resources of the or each graphics processing unit and to allocate at least part of one or more of the one or more graphics processing units to the execution of the further compute kernel.
At least a part of a plurality of graphics processing units may be allocated to the execution of the compute kernel.
Only a part of each of the graphics processing units may be allocated to the execution of the compute kernel. Another aspect of the present invention provides a host system including a controller.
The host system may further comprise a plurality of graphics processing units. The host system may further comprise one or more computing devices which are configured to provide one or more virtual machines. The host system may further comprise an interface which is configured to receive communications from a remote client system. The interface may include an internet connection. The host system may be a cloud computing facility.
Another aspect of the present invention provides a method of allocating at least part of one or more graphics processing units to the execution of a compute kernel, the method comprising: allocating, using a scheduler module of a controller, at least part of one or more graphics processing units to the execution of a compute kernel in response to receipt of a request for the execution of the compute kernel during the running of an application by a virtual machine which is communicatively coupled to the controller.
The method may further comprise: receiving, at a communicator module, the request for the execution of the compute kernel by a graphics processing unit, the compute kernel being associated with a resource requirement for the execution of the compute kernel; and using a unit collection module which stores information regarding available resources of the or each graphics processing unit and the sched uler mod u le, to compare the resource requirement associated with the compute kernel with the available resources of the or each of the graphics processing units and to allocate the at least part of one or more of the one or more graphics processing units to the execution of a compute kernel based on the comparison.
A part of a graphics processing unit may include one or more cores of a graphics processing unit, one or more threads in the graphics processing units, and/or one or more thread blocks in the graphics processing unit. The one or more cores may be a subset of a total number of cores of one of the one or more graphics processing units, one or more threads may be a subset of the executable threads in the graphics processing unit, and/or one or more thread blocks may be a subset of the schedulable thread blocks in the graphics processing units.
The method may further comprise allocate, using the scheduler module, another subset of the one or more cores , one or more threads, and/or one or more thread blocks of the graphics processing unit to the execution of a further compute kernel.
The method may further comprise receiving a request by a further application run by a further virtual machine to execute the further compute kernel. Scheduling the execution of the compute kernel and the further compute kernel may comprise scheduling the execution such that at least part of both the compute kernel and further compute kernel are executing during the same time period. The method may further comprise: receiving a further request, at the communicator module, for the execution of a further compute kernel by a graphics processing unit, the further compute kernel being associated with a further resource requirement for the execution of the further compute kernel, and using a unit collection module and scheduler module to compare the further resource requirement associated with the further compute kernel with available resources of the or each graphics processing unit and to allocate at least part of one or more of the one or more graphics processing units to the execution of the further compute kernel. At least a plurality of graphics processing units may be allocated to the execution of the compute kernel. Only a part of each of the graphics processing units may be allocated to the execution of the compute kernel. Aspects of embodiments of the present invention are described, by way of example only, with reference to the accompanying drawings in which:
Figure 1 shows a high-level system architecture for a GPU controller; and Figure 2 shows a host and client system arrangement.
With references to figures 1 and 2, a graphics processing unit controller 1 is communicatively coupled to one or more virtual machines 2 (VM 1 , VM2, VM3... VMN) and one or more graphics processing units 3 (GPU1 , GPU2, GPU3... GPUK).
The or each graphics processing unit 3 is configured to execute one or more kernel computes 21 for an application 22 of one of the one or more virtual machines 2, and to return the results of the execution of the or each kernel compute 21 to the one of the one or more virtual machines 2. As will be appreciated, in accordance with embodiments, the or each graphic processing unit 3 may be configured to execute a plurality of kernel computes 21 for a plurality of applications 22 of one or more of the virtual machines 2. The graphics processing unit controller 1 is communicatively coupled between the one or more virtual machines 2 and the one or more graphics processing units 3, such that the graphics processing unit controller 1 is configured to manage the allocation of one or more kernel computes 21 to the or each graphics processing unit 3. In other words, the graphics processing unit controller 1 is configured to allocate the resources of one or more graphics processing units 3 to a kernel compute 21 . Allocation of resource may include scheduling of the execution of the kernel compute 21 - in other words, the allocation may be for a predetermined time period or slot.
In embodiments, the graphics processing unit controller 1 is also configured to manage the execution of the or each kernel compute 21 by the one or more graphics processing units 3. In embodiments, the graphics processing unit controller 1 is further configured to manage the return of the results of the execution of the or each kernel compute 21 to the one of the one or more virtual machines 2.
As shown in figure 1 , the graphics processing unit controller 1 may include one or more of: a unit collection module 5, a registry manager module 6, a thread manager module 7, a scheduler module 8, a helper module 9, and a communicator module 10.
The graphics processing unit controller 1 may also include a shared library pool 4. In embodiments, the shared library pool 4 is a computer readable storage medium communicatively coupled to, but remote from, the graphics processing unit controller 1 . The computer readable medium may be a nonvolatile storage medium. The role of each of the components of the graphics processing unit controller 1 is described below, by way of example, with reference to an example in which an application on a first virtual machine 2 (e.g. VM1 ) of the one or more virtual machines 2 requires the execution of a first compute kernel 21 by a graphics processing unit 3. On the instantiation of the first virtual machine 2 (e.g. VM1 ) or the loading of the application 22 by the first virtual machine 2 (e.g . VM1 ), the first virtual machine 2 (e.g . VM1 ) issues a request to the graphics processing unit controller 1 to register the first compute kernel 21 .
Within the graphics processing unit controller 1 , the communications between the or each virtual machine 2 and the graphics processing unit controller 1 are handled and managed by the communicator module 10. The communicator module 1 0 may include one or more input and output buffers, as wel l as addressing information and the l ike to ensure that communications from the graphics processing unit controller 1 are directed to the desired virtual machine 2 of the one or more virtual machines 2. In embod iments, the commu n icator module 1 0 incl udes a pl ural ity of communicator sub-modules which may each be configured to handle and manage communications between a different one of the one or more virtual machines 2 and the graphics processing unit controller 1 . The communicator module 10 may be further configured to communicate with parts of a host system 100 of the graphics processing unit controller 1 and/or a client system 200.
Accordingly, the request from the first virtual machine 2 (e.g. VM1 ) is received and handled by the communicator module 10 of the graphics processing unit controller 1 .
The graphics processing unit controller 1 registers the first compute kernel 21 and stores the first compute kernel 21 along with metadata in a shared library pool 4 which is part of or coupled to the graphics processing unit controller 1 . The metadata may associate the first compute kernel 21 with the first virtual machine 2 (e.g. VM1 ) and/or the application 22 running on the first virtual machine 2 (e.g. VM1 ) - for example. In examples, the metadata comprises sufficient information to identify the first compute kernel 21 from among a plurality of compute kernels 21 (e.g. an identifier wh ich is un ique or substantially unique).
This registering of the first compute kernel 21 may be performed, at least in part, by the reg istry manager mod ul e 6 wh ich receives data via the communicator module 10 from the first virtual machine VM1 . The registry manager module 6 stores a list of one or more registered compute kernels 21 1 . The list includes, for the or each registered compute kernel 21 1 , information which allows the compute kernel 21 to be identified and the results of the or each executed compute kernel 21 to be returned to the requesting virtual machine of the one or more virtual machines 2.
Accordingly, the list may include, for the or each registered compute kernel 21 1 , one or more of: a requesting virtual machine identifier, an application identifier (identifying the application 22 of the requesting virtual machine 2 (e.g. VM1 ) which is associated with the compute kernel 21 ), a library identifier (which identifies the location 212 of the compute kernel 21 in the shared library pool 4), an identifier for the compute kernel 21 , timing information for the compute kernel 21 , resource requirements of the execution of the compute kernel 21 , and required arguments for the execution of the compute kernel 21 . The metadata which is stored in the shared library pool 4 may comprise some or all of the data from the list for the or each registered compute kernel 21 1 .
As will be appreciated, some of the information which is stored in the list (and/or metadata) is information which is obtained from the relevant one of the one or more virtual machines 2 (e.g. VM1 ). However, some of the data may be determined by a part of the graphics processing unit controller 1 (e.g. by the communicator module 10) - which may, for example, forward an application identifier or a virtual machine identifier to the shared library pool 4 and/or the registry manager module 6 for storage therein. The registering of the first compute kernel 21 may be assisted or at least partially performed by the use of one or more sub-modules of the helper module 9. The sub-modules may, for example, manage or provide information regarding the storage format for the compute kernel 21 and/or metadata in the shared library pool 4. The sub-modules may, for example, include one or more modules which manage the addition or removal of entries in the list of registered compute kernels 21 1 in the registry manager module 6.
When the application 22 operating on the first virtual machine 2 (e.g. VM1 ) wants the first compute kernel 21 to be executed, then the first virtual machine 2 (e.g. VM1 ) sends a request to the graphics processing unit controller 1 ; the request includes sufficient information for the graph ics processing un it controller 1 to identify the first compute kernel within the shared library pool 4 (which may store a plurality of compute kernels 21 ). The graphics processing unit controller 1 is configured to receive the request from the first virtual machine 2(e.g. VM1 ) and use the information included in the request to identify the first compute kernel 21 within the shared library pool 4. The graphics processing unit controller 1 then loads the first compute kernel
21 from the location 212 in the shared library pool 4.
More specifically, in embodiments, the execution request from the application
22 of the first virtual machine VM1 is received by the communicator module 10 which, as discussed above, handles or otherwise manages communications between the graphics processing unit controller 1 and the or each virtual machine 2.
The execution request is then intercepted by the thread manager module 7 (if provided) which allocates one or more idle threads to the execution of the first compute kernel 21 . Each thread of a pool of threads managed by the thread manager module 7 has access to a graphics processing unit context for the or each graphics processing unit 3 provided by the unit collection module 5 - see below.
The information included in the received execution request from the first virtual machine 2 (e.g . VM1 ) is compared to information in the registry manager module 6 in order to identify the first compute kernel 21 from amongst the registered compute kernels 21 1 (of which there might, of course, only be one, although there will usually be a plural ity). This may be ach ieved by, for example, comparing information (such as a virtual machine identifier, and/or an application identifier, and/or an identifier for the compute kernel 21 , for example) with corresponding information stored in the registry manager module 6.
Searching of the registry manager module 6 may be assisted or performed, in embodiments, by a sub-module of the helper module 9.
Once the first compute kernel 21 has been identified from the l ist of the registry manager module 6, then the library identifier for the first compute kernel 21 is retrieved from the list - or other information which allows the first compute kernel 21 to be loaded from the location 212 in the shared library pool 4. In embodiments, using the information stored in the registry manager module 6, the first compute kernel 21 is loaded from the shared library pool 4 into a memory 31 which can be accessed by the or each graphics processing unit 3. This may be memory 31 associated with a particular one of the one or more graphics processing un its 3 (which may be accessible only by that one graphics processing unit 3) or may be memory 31 which is accessible by more than one of a plurality of the graphics processing units 3. A pointer to the start of the loaded first compute kernel 213 (which will be the start of a function of the loaded first compute kernel 213) is determined. This pointer is then sent to a graphics processing unit 3 (e.g. GPU1 ) of the one or more graphics processing units 3 - the graphics processing unit 3 (e.g. GPU1 ) to which the pointer is sent may be the graphics processing unit 3 with which the memory 31 is associated.
Which graphics processing unit 3 (e.g. GPU1 ) - or part thereof - executes the loaded first compute kernel 213 is determined by the graphics processing unit controller 1 based, for example, on the available resources of the one or more graphics processing un its 3. It will be appreciated that, during normal operation, there will be at least one other compute kernel being executed by the one or more graphics processing units 3 (e.g. GPU1 ). More specifically, in embodiments, the unit collection module 5 stores a record for each of the one or more graphics processing units 3. In embodiments, the record comprises a logical object through which access to the associated graphics processing unit 3 can be made. The record may include, for the associated graphics processing unit 3, one or more of: a u n it com pute capability, a unit ordinal, a unit identifier (i.e. name), a total unit memory, a total unit available memory, one or more physical addresses for the unit's memory 31 , other resource availability for the graphics processing unit 3, and the like. Each record is used to generate a graphics processing unit context for the or each of the graphics processing units 3. In embodiments, the unit collection module 5 may also maintain a record of each of the one or more graphics processing units 3 on a more granular scale. For example, each record may include information regarding the or each core, of group of cores, which may form part of the graphics processing unit 3 (e.g. GPU1 ). This information may include information regarding the availability of the or each core or group of cores.
The scheduler module 8 is configured to receive information about the registered first compute kernel 21 1 from the registry manager module 6 along with information about available resources of the one or more graphics processing units 3 (or parts thereof) from the unit collection module 5.
The scheduler module 8 uses the information about the registered first compute kernel 21 1 to determine what resources will be needed in order to execute the first compute kernel 21 . The scheduler module 8 is configured to compare the required resources with the available resources and allocate the first compute kernel 21 to at least one (e.g. GPU1 ) of the one or more graphics processing units 3 (or a part thereof). In other words, the scheduler module 8 is configured to allocate resources of one or more graphics processing units 3 (or a part thereof) to the execution of the first compute kernel 21 . In the event that a particular graphics processing unit 3 (e.g. GPU1 ) has more available resources than the required resources for execution of the first compute kernel 21 , then only a subset of the available resources is allocated.
The allocation of graphics processing unit 3 resources to a compute kernel 21 and the selection of a graphics processing unit 3 (or part thereof) to execute a particular compute kernel 21 is discussed below. The scheduler module 8 is configured, after allocation of resources, to output an identifier for the allocated resources - such as an identifier for the graphics processing unit 3 (e.g. GPU1 ) (or part thereof) which has been allocated. This may be passed to, for example, the un it collection module 5. The un it collection module 5 may update any records associated with the selected graphics processing unit 3 (e.g. GPU1 ) in light of the newly allocated resource of that unit 3 (e.g. GPU1 ).
When the execution of the first compute kernel 21 is complete, then the results are returned by the graphics processing unit (e.g. GPU1 ), to the first virtual machine 2 (e.g. VM1 ).
I n em bod iments, th is retu rn ing of the resu lts occurs via the g raphics processing unit controller 1 which receives the results and identifies the virtual machine 2 (e.g. VM1 ) of the one or more virtual machines 2 which requested execution of the first compute kernel 21 . This identification may be achieved in any of several different manners. For example, the graphics processing unit controller 1 may consult the registry manager module 6 to identify the first compute kernel 21 from the registered compute kernels 21 1 (using information about the identity of the first compute kernel 21 returned with the results) and, therefore, an identifier for the first virtual machine 2 (e.g. VM1 ) and/or an application identifier from the information stored in the registry manager module 6. In another embodiment, information to identify the first virtual machine 2 (e.g. VM1 ) and/or requesting application 22, may be returned by the graphics processing unit 3 (e.g. GPU1 ) with the results. This may include a virtual machine identifier and/or an application identifier, or pointers to the location of the same in the shared library pool 4 - for exam ple . I n embodiments, the unit collection module 5 stores a record of the virtual machine 2 and/or application 22 whose compute kernel is currently using resources of a particular graphics processing unit 3 (e.g. GPU1 ) of the one or more graphics processing units 3. Once the first virtual machine 2 (e.g. VM1 ) (as the requester in this example) has been identified, then the results are returned, in such embodiments, by the graphics processing unit controller 1 to the first virtual machine 1 .
The identification of the first virtual machine 2 (e.g. VM1 ) (i.e. the requestor) and the returning of the results may be assisted or handled by one or more sub-modules of the helper module 9. As will be appreciated, in practice, the graphics processing unit controller 1 will be managing the execution of a large number of compute kernels 21 at any one time during typical operation.
The scheduler module 8 must, therefore, be configured so as to handle the allocation of resources to a plurality of compute kernels 21 .
This may be achieved by the use of a hierarchy of rules.
In embodiments, the scheduler module 8 is, in the first instance, configured to allocate resources on the basis of an identification of the best available graphics processing unit 3 of the one or more graphics processing units 3.
Accordingly, the scheduler module 8 may be configured to analyse the record for the or each graphics processing units 3 (or parts thereof) as stored in the un it collection module 5. The scheduler modu le 8 is, in th is example, configured to compare the memory requirements of the compute kernel 21 with the available memory resources of the or each graphics processing unit 3 which are not currently executing a loaded compute kernel 213 using the stored records. If a graphics processing unit 3 has free memory which greater than or equal to the memory requ irement of the compute kernel 21 , then that graphics processing unit 3 is selected and the record for the next graphics processing unit 3 is analysed. Selection may comprise the storing of an identifier for the graphics processing unit 3.
If a subsequently analysed record identifies a graphics processing unit 3 which has more free memory than the selected graphics processing unit 3 (or is otherwise preferred to the currently selected graphics processing unit 3), then that graphics processing unit 3 is selected instead. Thus, the best available (i.e. free) graphics processing unit 3 is selected from the one or more graphics processing units 3.
In the event that none of the one or more graphics processing units 3 identified in the records stored by the unit collection module 5 are free, then the scheduler module 8 queues the compute kernel 21 for later execution when one or more of the currently executing compute kernels 21 has completed its execution. At that later time, the scheduler module 8 may re-apply the above analysis process - generally referred to herein as the best free unit method. The later time may be a substantially random time, or may be triggered by the completion of the execution of one or more compute kernels 21 .
The unit collection module 5 may, for example, be configured to inform the scheduler module 8 when one or more of the currently executing compute kernels 21 has completed its execution and now has more available resources.
As will be appreciated, the allocation of the best free unit in accordance with the above method may result in underutilisation of the available resources because only free units 3 are considered for allocation to the compute kernel 21 . Another method which may be applied by the scheduler module 8 is referred to herein as the best unit method. In accordance with the best unit method, the scheduler module 8 analyses the records not only of the free graphics processing units 3 but also of those graphics processing units 3 which are already executing a loaded compute kernel 213 or have been otherwise allocated to a compute kernel 21 . The available (i.e. free) memory of the or each graphics processing unit 3 is compared to the memory requirement for the compute kernel 21 which is awaiting execution. If the available memory of a graphics processing unit 3 is greater than or equal to the memory requirement, then an identifier for the graphics processing unit 3 is placed in a possibles list.
Once all of the records for all of the one or more graphics processing units 3 have been analysed, then the possibles list is sorted in order of available memory capacity such that the identifier for the graphics processing unit 3 with the least available memory is at the top of the list. The graphics processing unit 3 whose identifier is at the top of the list is then selected and the required available resources of that graphics processing unit 3 are allocated to the compute kernel for execution thereof. Equally, of course, instead of compiling and then sorting a possibles list, a selection could be made and then replaced if a subsequently analysed record for a particular graphics processing unit 3 indicates that another graphics processing unit 3 has less available memory than the currently selected graphics processing unit 3 (but still sufficient available memory for the execution of the compute kernel 21 ).
Again, if the records indicate that no graph ics processing un its 3 have sufficient memory to execute the compute kernel 21 then the scheduler module 8 will queue the compute kernel 21 for execution at a later time - in much the same manner as described above.
Allocation of resources may include the allocation of one or more available cores (or other parts) of the selected graphics processing unit 3.
Another method which may be applied by the scheduler module 8 is referred to herein as the min imum interference method . In accordance with this method, the scheduler module 8 determines the requirements for a compute kernel 21 to access one or more shared resources. These shared resources may include, for example, a shared (i.e. global) memory resource, a network communication interface, or any other input/output interface or hardware resource which may be shared by two or more executing compute kernels 21 . The scheduler module 8 may obtain this information from the unit collection module 5 or may determine the information by analysis of the first compute 21 kernel - which may include executing the first compute kernel 21 or a part thereof. The requirements for access to one or more shared resources are then compared to the corresponding requirements of one or more compute kernels 21 which are already being executed.
The degree to which a conflict is likely to occur is determined as a result of the comparison. This degree of likely conflict may be, for example, a ratio of an expected number of shared memory accesses which will be made by the compute kernel 21 (or kernels 21 ) currently using the shared resource and the compute kernel 21 waiting to be executed, a ratio of an expected volume of data to be accessed from shared memory by the compute kernel 21 (or kernels 21 ) currently using the shared resource and the compute kernel 21 waiting to be executed, a ratio of a number or expected duration of network interface uses by the compute kernel 21 (or kernels 21 ) currently using the shared resource and the compute kernel 21 waiting to be executed, or the like.
In embodiments, the likelihood of interference (or conflict) takes into account the patterns of usage of the shared resources by the currently executing compute kernel 21 (or kernels 21 ) and the compute kernel 21 waiting to be executed. Thus, a particular compute kernel 21 may have a lower risk of interference with another compute kernel 21 if the requests for a shared resource are interleaved (i.e. generally do not occur at the same time).
In embodiments, the likelihood of interference is determined based on the usage of a number of different shared resources.
A list is generated by the scheduler module 8 of the graphics processing units 3 which are able to execute the compute kernel 21 which is awaiting execution and the respective likelihood of interference between the currently executing compute kernels 21 and the compute kernel 21 awaiting execution. The list may indicate the graphics processing units 3 by use of identifiers. Those graphics processing units 3 which are able to execute the compute kernel 21 are those with available memory resources which are equal to or exceed the memory requ irements for the compute kernel 21 awaiting execution. Once all of the records for the or each graphics processing units 3 have been analysed, then the list may be sorted to identify the graphics processing unit whose use entails the lowest likelihood of interference and to order the other graphics processing units 3 (if any) in ascending order of the likelihood of interference. The graphics processing unit 3 whose identifier is at the top of the list is then selected and the required available resources of that graphics processing unit 3 are allocated to the compute kernel 21 for execution thereof. Equally, of course, instead of compiling and then sorting a possibles list, a selection could be made and then replaced if a subsequently analysed record for a particular graphics processing unit 3 indicates that another graphics processing unit 3 is less l ikely to have a shared resource conflict than the currently selected graphics processing unit 3. Again , if the records indicate that no graphics processing units 3 have sufficient memory to execute the compute kernel 21 then the scheduler module 8 will queue the compute kernel 21 for execution at a later time - in much the same manner as described above. As will be appreciated, allocation of resources may include the allocation of one or more available cores (or other parts) of the selected graphics processing unit 3.
It will be understood that in accordance with embodiments of the invention the same principles can be applied not only on a graphics processing unit scale but also in relation to the individual cores of each graphics processing unit 3.
In embodiments, a plurality of cores of one or more of the graphics processing units 3 are allocated to a particular compute kernel 21 . In embodiments, a particular compute kernel 21 may be allocated a plurality of cores from more than one graphics processing unit 3. In such embodiments, it wi l l be appreciated that the above described methods and apparatus are equally applicable. For example, the available resources for a graphics processing unit 3 may include the available resources for a core of a graphics processing unit 3. It will be understood that a subset of one or more cores of the total number of cores of a graphics processing unit 3 constitutes a part of the graph ics processing unit 3. In embodiments, a host system 100 is a cloud computing system or facility which includes the or each graphics processing unit 3, the graphics processing unit controller 1 , and one or more computing devices 101 on which the or each virtual machine 2 is provided. In embodiments the host system 100 includes a plurality of graphics processing unit controllers 1 each coupled to one or more graphics processing units 3.
A client system 200, in embodiments, comprises a computing device 201 of a user which is communicatively coupled to the host system 100 and which is configured to issue instructions to the host system 100. These instructions may include, for example, requests for the allocation of resources, requests for the execution of an application 22, and the like. The client system 200 may be configured to receive data from the host system 100 including the results of the execution of an application 22 by the host system 100 in response to an execution request by the client system 200.
It will be understood that the present invention is particularly useful in the operation of cloud computing networks and other distributed processing arrangements. According to embodiments, the resources of graphics processing units 3 of a facility (e.g. a host system 100) may be more efficiently shared between applications 22.
The resources of a particular graphics processing unit 3 (or group thereof) may even be split between a plurality of applications 22, compute kernels 21 , virtual machines 2, and/or users (i.e. client systems 200). As will be appreciated, in accordance with embodiments of the invention, concurrent execution of a plurality of compute kernels 21 (or parts thereof) may be achieved on a single graphics processing unit 3.
The hel per mod ule 9 may incl ude one or more su b-modules which are configured to assist with, or handle, file system interactions, the generation and management of graphics processing unit contexts, information regarding graphics processing units, interactions with graphics processing units 3, and the loading of data (e.g. a compute kernel).
It will be understood that the present invention could equally be used to distribute the execution of compute kernels 21 between threads, or thread blocks of one or more graphics processing units 3. The one or more threads which are allocated to the execution of a compute kernel 21 may be a subset of the total number of executable threads of a graphics processing unit 3, or may be all of the executable threads of a graphics processing unit 3. The one or more thread blocks may be a subset of the schedulable threads of a graphics processing unit 3 or may be all of the schedulable thread blocks of a graphics processing unit. In such embodiments, it will be appreciated that the above described methods and apparatus are equally applicable. For example, the available resources for a graphics processing unit 3 may include the available resources for a thread or thread block of a graphics processing unit 3.
When used in this specification and claims, the terms "comprises" and "comprising" and variations thereof mean that the specified features, steps or integers are included . The terms are not to be interpreted to exclude the presence of other features, steps or components. The features disclosed in the foregoing description, or the following claims, or the accompanying drawings, expressed in their specific forms or in terms of a means for performing the disclosed function, or a method or process for attaining the disclosed result, as appropriate, may, separately, or in any combination of such features, be utilised for realising the invention in diverse forms thereof.

Claims

Claims
1 . A graphics processing unit controller configured to be communicatively coupled to one or more graphics processing units and one or more virtual machines, the controller comprising:
a scheduler module configured to allocate at least part of one or more graphics processing units to the execution of a compute kernel in response to receipt of a request for the execution of the compute kernel during the running of an application by a virtual machine.
2. A controller according to claim 1 , further comprising:
a communicator module configured to receive the request for the execution of the compute kernel by a graphics processing unit, the compute kernel being associated with a resource requirement for the execution of the compute kernel; and
a unit collection module which stores information regarding available resources of the or each graphics processing unit, wherein the scheduler module is further configured to compare the resource requirement associated with the compute kernel with the available resources of the or each of the graphics processing units and to allocate the at least part of one or more of the one or more graphics processing units to the execution of a compute kernel based on the comparison.
3. A controller according to claim 1 or 2, wherein a part of a graphics processing unit includes one or more cores of the graphics processing unit, one or more threads in the graphics processing units, and/or one or more thread blocks in the graphics processing unit.
4. A controller according to claim 3, wherein the one or more cores are a subset of a total number of cores of a one of the one or more graphics processing units, one or more threads are a subset of the executable threads in the graphics processing unit, and/or one or more thread blocks are a subset of the schedulable thread blocks in the graphics processing units.
5. A controller according to claim 4, wherein the scheduler module is configured to allocate another subset of the one or more cores, one or more threads, and/or one or more thread blocks of the graphics processing unit to the execution of a further compute kernel.
6. A controller according to claim 5, wherein execution of the further compute kernel is requested by a further application run by a further virtual machine.
7. A controller according to claim 5 or 6, wherein the scheduler module is configured to schedule the execution of the compute kernel and the further compute kernel such that at least part of both the compute kernel and further compute kernel are executing during the same time period.
8. A controller according to claim 2, wherein:
the communicator module is configured to receive a further request for the execution of a further compute kernel by a graphics processing unit, the further compute kernel being associated with a further resource requirement for the execution of the further compute kernel, and
the scheduler module is further configured to compare the further resource requirement associated with the further compute kernel with available resources of the or each graphics processing unit and to allocate at least part of one or more of the one or more graphics processing units to the execution of the further compute kernel.
9. A controller according to any preceding claim, wherein at least a part of a plurality of graphics processing units are allocated to the execution of the compute kernel.
10. A controller according to claim 9, wherein only a part of each of the graphics processing units is allocated to the execution of the compute kernel.
1 1 . A host system including a controller according to any of claims 1 to 10.
12. A host system according to claim 1 1 , further comprising a plurality of graphics processing units.
13. A host system according to claim 1 1 or 12, further comprising one or more computing devices which are configured to provide one or more virtual machines.
14. A host system according to any of claims 1 1 to 12, further comprising an interface which is configured to receive communications from a remote client system.
15. A host system according to claim 14, wherein the interface includes an internet connection.
16. A host system according to any of claims 1 1 to 15, wherein the host system is a cloud computing facility.
17. A method of allocating at least part of one or more graphics processing units to the execution of a compute kernel, the method comprising:
allocating, using a scheduler module of a controller, at least part of one or more graphics processing units to the execution of a compute kernel in response to receipt of a request for the execution of the compute kernel during the running of an application by a virtual machine which is communicatively coupled to the controller.
18. A method according to claim 17, further comprising receiving, at a communicator module, the request for the execution of the compute kernel by a graphics processing unit, the compute kernel being associated with a resource requirement for the execution of the compute kernel; and
using a unit collection module which stores information regarding available resources of the or each graphics processing unit and the scheduler module, to compare the resource requirement associated with the compute kernel with the available resources of the or each of the graphics processing units and to allocate the at least part of one or more of the one or more graphics processing units to the execution of a compute kernel based on the comparison.
19. A method according to claim 18 or 19, wherein a part of a graphics processing unit includes one or more cores of a graphics processing unit, one or more threads in the graphics processing units, and/or one or more thread blocks in the graphics processing unit.
20. A method controller according to claim 19, wherein the one or more cores are a subset of a total number of cores of one of the one or more graphics processing units, one or more threads are a subset of the executable threads in the graphics processing unit, and/or one or more thread blocks are a subset of the schedulable thread blocks in the graphics processing units.
21 . A method according to claim 20, further comprising allocate, using the scheduler module, another subset of the one or more cores, one or more threads, and/or one or more thread blocks of the graphics processing unit to the execution of a further compute kernel.
22. A method according to claim 21 , further comprising receiving a request by a further application run by a further virtual machine to execute the further compute kernel.
23. A method according to claim 21 or 22, wherein scheduling the execution of the compute kernel and the further compute kernel comprises scheduling the execution such that at least part of both the compute kernel and further compute kernel are executing during the same time period.
24. A method according to claim 18, further comprising:
receiving a further request, at the communicator module, for the execution of a further compute kernel by a graphics processing unit, the further compute kernel being associated with a further resource requirement for the execution of the further compute kernel, and
using a unit collection module and scheduler module to compare the further resource requirement associated with the further compute kernel with available resources of the or each graphics processing unit and to allocate at least part of one or more of the one or more graphics processing units to the execution of the further compute kernel.
25. A method according to any of claims 17 to 24, wherein at least a plurality of graphics processing units are allocated to the execution of the compute kernel.
26. A method according to claim 25, wherein only a part of each of the graphics processing units is allocated to the execution of the compute kernel.
PCT/EP2012/059969 2012-05-29 2012-05-29 A graphics processing unit controller, host system, and methods WO2013178244A1 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
PCT/EP2012/059969 WO2013178244A1 (en) 2012-05-29 2012-05-29 A graphics processing unit controller, host system, and methods
EP12724141.2A EP2754045A1 (en) 2012-05-29 2012-05-29 A graphics processing unit controller, host system, and methods
US14/399,373 US20150212859A1 (en) 2012-05-29 2012-05-29 Graphics processing unit controller, host system, and methods

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/EP2012/059969 WO2013178244A1 (en) 2012-05-29 2012-05-29 A graphics processing unit controller, host system, and methods

Publications (1)

Publication Number Publication Date
WO2013178244A1 true WO2013178244A1 (en) 2013-12-05

Family

ID=46177440

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/EP2012/059969 WO2013178244A1 (en) 2012-05-29 2012-05-29 A graphics processing unit controller, host system, and methods

Country Status (3)

Country Link
US (1) US20150212859A1 (en)
EP (1) EP2754045A1 (en)
WO (1) WO2013178244A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150370589A1 (en) * 2014-06-19 2015-12-24 Vmware, Inc. Caching graphics operation outputs

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10055254B2 (en) * 2013-07-12 2018-08-21 Bluedata Software, Inc. Accelerated data operations in virtual environments
US9830678B2 (en) * 2016-03-03 2017-11-28 International Business Machines Corporation Graphics processing unit resource sharing
US10303522B2 (en) * 2017-07-01 2019-05-28 TuSimple System and method for distributed graphics processing unit (GPU) computation
US10706493B2 (en) * 2017-12-29 2020-07-07 Intel Corporation Apparatus and method for display virtualization using mapping between virtual and physical display planes

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9069622B2 (en) * 2010-09-30 2015-06-30 Microsoft Technology Licensing, Llc Techniques for load balancing GPU enabled virtual machines
US9142004B2 (en) * 2012-12-20 2015-09-22 Vmware, Inc. Dynamic allocation of physical graphics processing units to virtual machines

Non-Patent Citations (13)

* Cited by examiner, † Cited by third party
Title
"Field Programmable Logic and Application", vol. 7203, 1 January 2012, SPRINGER BERLIN HEIDELBERG, Berlin, Heidelberg, ISBN: 978-3-54-045234-8, ISSN: 0302-9743, article RAFFAELE MONTELLA ET AL: "A General-Purpose Virtualization Service for HPC on Cloud Computing: An Application to GPUs", pages: 740 - 749, XP055040396 *
A M MERRIT ET AL: "Shadowfax: Scaling in heterogeneous cluster systems via GPGPU assemblies", 5TH INTERNATIONAL WORKSHOP ON VIRTUALIZATION TECHNOLOGIES IN DISTRIBUTED COMPUTING, VTDC'11, 8 June 2011 (2011-06-08), pages 3 - 10, XP055040727, DOI: 10.1145/1996121.1996124 *
CEDRIC AUGONNET ET AL: "StarPU: A Unified Platform for Task Scheduling on Heterogeneous Multicore Architectures", 25 August 2009, EURO-PAR 2009 PARALLEL PROCESSING, SPRINGER BERLIN HEIDELBERG, BERLIN, HEIDELBERG, PAGE(S) 863 - 874, ISBN: 978-3-642-03868-6, XP019127294 *
GIULIO GIUNTA ET AL: "A GPGPU Transparent Virtualization Component for High Performance Computing Clouds", 31 August 2010, EURO-PAR 2010 - PARALLEL PROCESSING, SPRINGER BERLIN HEIDELBERG, BERLIN, HEIDELBERG, PAGE(S) 379 - 391, ISBN: 978-3-642-15276-4, XP019149154 *
GUPTA V ET AL: "GViM: GPU-accelerated Virtual Machines", HPCVIRT'09>3RD WORKSHOP ON SYSTEM-LEVEL VIRTUALIZATION FOR HIGH PERFORMANCE COMPUTING,, no. 3TH, 31 March 2009 (2009-03-31), pages 17 - 24, XP002596043, ISBN: 978-1-60558-465-2, DOI: 10.1145/1519138.1519141 *
JIADONG WU ET AL: "Dynamic Kernel/Device Mapping Strategies for GPU-assisted HPC Systems", 16TH WORKSHOP ON JOB SCHEDULING STRATEGIES FOR PARALLEL PROCESSING, SHANGHAI, CHINA, 25 May 2012 (2012-05-25), XP055040730 *
LIN SHI ET AL: "vCUDA: GPU-Accelerated High-Performance Computing in Virtual Machines", IEEE TRANSACTIONS ON COMPUTERS, IEEE SERVICE CENTER, LOS ALAMITOS, CA, US, vol. 61, no. 6, 14 June 2011 (2011-06-14), pages 804 - 816, XP011442092, ISSN: 0018-9340, DOI: 10.1109/TC.2011.112 *
LINGYUAN WANG ET AL: "Exploiting concurrent kernel execution on graphic processing units", HIGH PERFORMANCE COMPUTING AND SIMULATION (HPCS), 2011 INTERNATIONAL CONFERENCE ON, IEEE, 4 July 2011 (2011-07-04), pages 24 - 32, XP032040503, ISBN: 978-1-61284-380-3, DOI: 10.1109/HPCSIM.2011.5999803 *
MUSTAFA RAFIQUE M ET AL: "Symphony: A Scheduler for Client-Server Applications on Coprocessor-Based Heterogeneous Clusters", CLUSTER COMPUTING (CLUSTER), 2011 IEEE INTERNATIONAL CONFERENCE ON, IEEE, 26 September 2011 (2011-09-26), pages 353 - 362, XP032066083, ISBN: 978-1-4577-1355-2, DOI: 10.1109/CLUSTER.2011.46 *
TENG LI ET AL: "Accelerated high-performance computing through efficient multi-process GPU resource sharing", CF '12 - PROCEEDINGS OF THE ACM COMPUTING FRONTIERS CONFERENCE, 17 May 2012 (2012-05-17), XP055040749, DOI: 10.1145/2212908.2212950 *
TENG LI ET AL: "GPU Resource Sharing and Virtualization on High Performance Computing Systems", 2011 INTERNATIONAL CONFERENCE ON PARALLEL PROCESSING, 1 September 2011 (2011-09-01), pages 733 - 742, XP055040371, ISBN: 978-1-45-771336-1, DOI: 10.1109/ICPP.2011.88 *
VIGNESH T RAVI ET AL: "Supporting GPU sharing in cloud environments with a transparent runtime consolidation framework", 20TH ACM INTERNATIONAL SYMPOSIUM ON HIGH-PERFORMANCE PARALLEL AND DISTRIBUTED COMPUTING, HPDC'11, 11 June 2011 (2011-06-11), pages 217 - 228, XP055040715, ISBN: 978-1-45-030552-5 *
VIGNESH T. RAVI ET AL: "Scheduling Concurrent Applications on a Cluster of CPU-GPU Nodes", 2012 12TH IEEE/ACM INTERNATIONAL SYMPOSIUM ON CLUSTER, CLOUD AND GRID COMPUTING (CCGRID 2012), 16 May 2012 (2012-05-16), pages 140 - 147, XP055040398, ISBN: 978-0-76-954691-9, DOI: 10.1109/CCGrid.2012.78 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150370589A1 (en) * 2014-06-19 2015-12-24 Vmware, Inc. Caching graphics operation outputs
US10007543B2 (en) * 2014-06-19 2018-06-26 Vmware, Inc. Caching graphics operation outputs

Also Published As

Publication number Publication date
EP2754045A1 (en) 2014-07-16
US20150212859A1 (en) 2015-07-30

Similar Documents

Publication Publication Date Title
US9875139B2 (en) Graphics processing unit controller, host system, and methods
US8893148B2 (en) Performing setup operations for receiving different amounts of data while processors are performing message passing interface tasks
US8312464B2 (en) Hardware based dynamic load balancing of message passing interface tasks by modifying tasks
US11113782B2 (en) Dynamic kernel slicing for VGPU sharing in serverless computing systems
US8127300B2 (en) Hardware based dynamic load balancing of message passing interface tasks
US9038085B2 (en) System, method and program product for cost-aware selection of stored virtual machine images for subsequent use
US20090063885A1 (en) System and Computer Program Product for Modifying an Operation of One or More Processors Executing Message Passing Interface Tasks
CN109564528B (en) System and method for computing resource allocation in distributed computing
KR102163402B1 (en) System for executing distributed deep learning using multi node and multi graphics processing unit and method thereof
Wu et al. Container lifecycle‐aware scheduling for serverless computing
US20090064166A1 (en) System and Method for Hardware Based Dynamic Load Balancing of Message Passing Interface Tasks
WO2013178244A1 (en) A graphics processing unit controller, host system, and methods
CN111666147B (en) Resource scheduling method, equipment, system and central server
US20220253341A1 (en) Memory-aware placement for virtual gpu enabled systems
CN112905342A (en) Resource scheduling method, device, equipment and computer readable storage medium
KR20100074920A (en) Apparatus and method for load balancing in multi-core system
Diab et al. Dynamic sharing of GPUs in cloud systems
Yu et al. Smguard: A flexible and fine-grained resource management framework for gpus
Banaei et al. Etas: predictive scheduling of functions on worker nodes of apache openwhisk platform
CN114721818A (en) Kubernetes cluster-based GPU time-sharing method and system
CN116578416A (en) Signal-level simulation acceleration method based on GPU virtualization
Mala et al. Resource allocation in cloud using enhanced max-min algorithm
Kim et al. Design of the cost effective execution worker scheduling algorithm for faas platform using two-step allocation and dynamic scaling
CN111124691B (en) Multi-process shared GPU (graphics processing Unit) scheduling method and system and electronic equipment
GB2504812A (en) Load balancing in a SAP (RTM) system for processors allocated to data intervals based on system load

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 12724141

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 14399373

Country of ref document: US