This relates generally to synchronization of translation look-aside buffers between central processing units (CPU) and other processing devices, such as graphics processing units.
A translation look-aside buffer (TLB) is a central processing unit cache that a memory management unit (MMU) uses to improve virtual address translation speed. When the MMU should translate a virtual to physical address, it looks first into TLB. If the requested address is present in the TLB, then the retrieved physical address can be used to access memory. This is called a TLB hit. If the requested address is not in the TLB, it is a miss, and the translation proceeds by looking up the page table in a process called a page walk. The page walk is an expensive process, as it involves reading the contents of multiple memory locations and using them to compute the physical address. After the physical address is determined by the page walk, the virtual address to physical address mapping is entered into the TLB.
In conventional systems, separate page tables are used by the central processing unit and the graphics processing unit. The operating system manages the host page table used by the central processing unit and a graphics processing unit driver manages the page table used by the graphics processing unit. The graphics processing unit driver copies data from user space into the driver memory for processing on the graphics processing unit. Complex data structures are repacked into an array when pointers are replaced by offsets.
The overhead related to copying and repacking limits graphics processing unit applications where data is represented as arrays. Thus, graphics processing units may be of limited value in some applications, including those that involve complex data structures such as databases.
In some embodiments, graphics processing applications may use complex data structures, such as databases, using a shared virtual memory model between one or more central processing units and a graphics processing unit on the same platform when they share page tables managed by the platform operating system. The use of shared virtual memory may reduce the overhead related to copying and repacking data from user space into drive memory on the graphics processing unit.
However, the operating system running on a host central processing unit may not be aware that the graphics processing unit is sharing virtual memory and so the host operating system may not provide for flushing translation look-aside buffers (TLB's). In some embodiments, a shared virtual memory manager on the host central processing unit handles the task of flushing the TLB's for the graphics processing unit.
A host operating system may manage page table entries for a plurality of processors in a multi-core system. Thus, when the operating system changes process page table entries, it flushes the translation look aside buffers for all the affected central processing units in the multi-core system. That operating system tracks, for each page table, which cores are using that page table at the moment, and flushes the translation look-aside buffers of those cores using the page table.
While the term graphics processing unit is used in the present application, it should be understood that the graphics processing unit may or may not be a separate integrated circuit. The present invention is applicable to situations where the graphics processing unit and the central processing unit are integrated into one integrated circuit.
Referring to
As shown in
The graphics processing unit 18 includes, in user level 12, the gthread 28 which sends and receives control and exceptions messages to the operating system 30. A gthread is user code that runs on the graphics processing unit, sharing virtual memory with the parent thread running on the central processing unit. The operating system 30 may be a relatively small operating system, running on the graphics processing unit, that is responsible for graphics processing unit exceptions. It is a small relative to the host operating system 24, as one example.
User applications 20 include any user process that runs on the central processing unit 16. The user applications 20 spawn threads on the graphics processing unit 18.
The gthread or worker thread created on the graphics processing unit shares virtual memory with the parent thread. It behaves in the same way as a regular thread in that all standard inter-process synchronization mechanisms, such as Mutex and semaphore, can be used. Synchronization signals 29 may be passed between the library 34 and the gthread 28 via the GPU driver 26 and operating system 30.
The shared virtual memory (SVM) manager 32 on the host operating system 24 registers all SVM capable devices on the host, the graphics processing unit or other central processing units in multi-core environments. The manager 32 connects corresponding callbacks from operating system memory management (e.g. translation look-aside buffer (TLB) flushes) to drivers of SVM-capable devices.
In some embodiments, the parent thread and the graphics processing unit worker threads may share unpinned virtual memory. In some cases, the host operating system advises all of the central processing unit cores in a multi-core system when the host changes the process page table entries. But the graphics processing unit may also use the page table as well. With the conventional system, the graphics processing unit gets no notice of page table entry changes because the host operating system is not aware that the graphics processing unit is using the page table. Therefore, the host operating system cannot flush the graphics processing unit's translation look-aside buffer.
Instead, an operating system service, called the shared virtual memory manager 32, keeps track of all shared virtual memory devices that use the monitored page table. The shared virtual memory manager notifies each current page table user when the page table change happens, as indicated by arrows labeled TLB Management in
Referring to
Referring to
The operating system 30 then does the graphics processing unit flush, as indicated at block 50, and provides an acknowledge (ACK) back to the driver 26. The driver 26 waits for the acknowledge at oval 40 and then returns to normal operations upon receipt of the acknowledge.
As a result, TLB coherency can be preserved for combined central processing unit and graphics processing unit shared virtual memory with common page tables managed by the host operating system through an extension of an existing operating system virtual memory mechanism. This solution does not require page pinning in some embodiments.
While the embodiment described above refers to graphics processing units, the same technique can be used for other processing units which are not recognized by the host central processing unit that typically manages the TLB flushing.
The computer system 130, shown in
The graphics processor 112 may also be coupled by a bus 106 to a frame buffer 114. The frame buffer 114 may be coupled by a bus 107 to a display screen 118. In one embodiment, a graphics processor 112 may be a multi-threaded, multi-core parallel processor using single instruction multiple data (SIMD) architecture.
In the case of a software implementation, the pertinent code may be stored in any suitable semiconductor, magnetic, or optical memory, including the main memory 132 (as indicated at 139) or any available memory within the graphics processor. Thus, in one embodiment, the code to perform the sequences of
The graphics processing techniques described herein may be implemented in various hardware architectures. For example, graphics functionality may be integrated within a chipset. Alternatively, a discrete graphics processor may be used. As still another embodiment, the graphics functions may be implemented by a general purpose processor, including a multicore processor.
References throughout this specification to “one embodiment” or “an embodiment” mean that a particular feature, structure, or characteristic described in connection with the embodiment is included in at least one implementation encompassed within the present invention. Thus, appearances of the phrase “one embodiment” or “in an embodiment” are not necessarily referring to the same embodiment. Furthermore, the particular features, structures, or characteristics may be instituted in other suitable forms other than the particular embodiment illustrated and all such forms may be encompassed within the claims of the present application.
While the present invention has been described with respect to a limited number of embodiments, those skilled in the art will appreciate numerous modifications and variations therefrom. It is intended that the appended claims cover all such modifications and variations as fall within the true spirit and scope of this present invention.