Application programming interface for indicating device attributes
By implementing an application programming interface for sharing graphics processor resources on the GPU, the problem of resource waste between graphics tasks and computing tasks is solved, efficient concurrent execution of graphics and computing tasks is achieved, and resource utilization is improved.
Patent Information
- Application Number
- CN202510321386.4
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- Priority Date
- 2024-06-07
- Filing Date
- 2025-03-18
- Publication Date
- 2025-09-19
AI Technical Summary
In modern systems, sharing GPU resources between graphics and compute tasks causes resource waste and inefficiency, because different drivers cannot use the same processor at the same time, resulting in context switching that consumes a lot of resources and one driver cannot fully utilize unused resources.
By implementing an application programming interface (API) on the graphics processing unit (GPU), the graphics driver and the computing driver are allowed to share graphics processor resources, create concurrent execution contexts, and use handles and handshake mechanisms to achieve concurrent processing of graphics and computing tasks.
It improves the efficiency of memory, time and computing resources, reduces the resource consumption of context switching, and realizes efficient concurrent execution of graphics and computing tasks.
Smart Images

Figure CN120670058A_ABST
Abstract
Description
[0001] CROSS-REFERENCE TO RELATED APPLICATIONS
[0002] This application claims the benefit of Indian Provisional Application No. 202411019901, filed on March 18, 2024, titled “APPLICATION PROGRAMMING INTERFACETO INDICATE DEVICE ATTRIBUTE,” the entire contents of which are incorporated herein by reference. Technical Field
[0003] At least one embodiment relates to processing resources for executing one or more programs on a graphics processing unit (GPU). For example, at least one embodiment relates to processing resources for executing one or more applications that execute programs that combine graphics programs with one or more compute contexts on the GPU with shared resources. Background Art
[0004] Performing computational operations can consume significant amounts of memory, time, or computational resources. Sharing GPU resources between graphics tasks and one or more computational tasks can improve the efficiency of using the memory, time, or computational resources used to perform computational operations. For example, in modern systems, different drivers cannot use the same processor at the same time. For two different drivers to use the same processor typically involves a context switch, which can consume significant resources to unload one context and load another. Also, one driver might not be able to fully utilize all available resources, causing the other driver to be unable to take advantage of unused resources until a context switch occurs. BRIEF DESCRIPTION OF THE DRAWINGS
[0005] Figure 1 An example computer system for sharing graphics processor resources according to at least one embodiment is shown;
[0006] Figure 2A An example command flow for obtaining resources for shared graphics processor resources is shown in accordance with at least one embodiment;
[0007] Figure 2B illustrates an example command flow for obtaining resources for shared graphics processor resources using a Vulkan graphics driver in accordance with at least one embodiment;
[0008] Figure 2C illustrates an example command flow for obtaining resources for shared graphics processor resources using a D3D12 graphics driver in accordance with at least one embodiment;
[0009] Figure 3An example application programming interface for sharing graphics processor resources according to at least one embodiment is shown;
[0010] Figure 4 illustrates an example command flow for processing using shared graphics processor resources in accordance with at least one embodiment;
[0011] Figure 5 An exemplary computer system for sharing graphics processor resources using a shared graphics processing context is shown in accordance with at least one embodiment;
[0012] Figure 6 is a block diagram illustrating context sharing operations according to at least one embodiment;
[0013] Figure 7 is a block diagram illustrating a get attribute operation according to at least one embodiment;
[0014] Figure 8 An example of a processor according to at least one embodiment is shown;
[0015] Figure 9 is a block diagram illustrating a driver and / or runtime including one or more libraries to provide one or more application programming interfaces (APIs) according to at least one embodiment;
[0016] Figure 10 An exemplary data center is shown in accordance with at least one embodiment;
[0017] Figure 11 A processing system according to at least one embodiment is shown;
[0018] Figure 12 A computer system according to at least one embodiment is shown;
[0019] Figure 13 A system according to at least one embodiment is shown;
[0020] Figure 14 An exemplary integrated circuit according to at least one embodiment is shown;
[0021] Figure 15 A computing system according to at least one embodiment is shown;
[0022] Figure 16 An APU is shown according to at least one embodiment;
[0023] Figure 17 A CPU according to at least one embodiment is shown;
[0024] Figure 18 An exemplary accelerator integrated slice is shown in accordance with at least one embodiment;
[0025] Figure 19A and Figure 19B An exemplary graphics processor is shown in accordance with at least one embodiment;
[0026] Figure 20A A graphics core according to at least one embodiment is shown;
[0027] Figure 20B GPGPU according to at least one embodiment is shown;
[0028] Figure 21A A parallel processor according to at least one embodiment is shown;
[0029] Figure 21B illustrates a processing cluster according to at least one embodiment;
[0030] Figure 21C A graphics multiprocessor is shown in accordance with at least one embodiment;
[0031] Figure 22 A graphics processor according to at least one embodiment is shown;
[0032] Figure 23 A processor according to at least one embodiment is shown;
[0033] Figure 24 A processor according to at least one embodiment is shown;
[0034] Figure 25 illustrates a graphics processor core according to at least one embodiment;
[0035] Figure 26 illustrates a PPU according to at least one embodiment;
[0036] Figure 27 shows a GPC according to at least one embodiment;
[0037] Figure 28 A streaming multiprocessor is shown in accordance with at least one embodiment;
[0038] Figure 29 illustrates a software stack for a programming platform according to at least one embodiment;
[0039] Figure 30 According to at least one embodiment, Figure 29 CUDA implementation of the software stack;
[0040] Figure 31 According to at least one embodiment, Figure 29 ROCm implementation of the software stack;
[0041] Figure 32 According to at least one embodiment, Figure 29 OpenCL implementation of the software stack;
[0042] Figure 33 illustrates software supported by a programming platform according to at least one embodiment;
[0043] Figure 34 According to at least one embodiment, Figures 29-32 Compiled code executed on the programming platform;
[0044] Figure 35 According to at least one embodiment, Figures 29-32 More detailed compiled code executed on the programming platform;
[0045] Figure 36 Transforming source code before compiling it according to at least one embodiment is shown;
[0046] Figure 37A A system configured to compile and execute CUDA source code using different types of processing units is shown in accordance with at least one embodiment;
[0047] Figure 37B A method configured to compile and execute a program using a CPU and a CUDA-enabled GPU according to at least one embodiment is shown. Figure 37A CUDA source code system;
[0048] Figure 37C A method configured to compile and execute using a CPU and a non-CUDA enabled GPU according to at least one embodiment is shown. Figure 37A CUDA source code system;
[0049] Figure 38 According to at least one embodiment, Figure 37C An example kernel converted by the CUDA to HIP conversion tool;
[0050] Figure 39 More details are shown according to at least one embodiment. Figure 37C A non-CUDA-enabled GPU;
[0051] Figure 40 shows how threads of an exemplary CUDA grid are mapped to Figure 39 different computational units; and
[0052] Figure 41 It shows how to migrate existing CUDA code to data-parallel C++ code according to at least one embodiment.
[0053] Figure 42 Components of a system for accessing a large language model are shown in accordance with at least one embodiment. DETAILED DESCRIPTION
[0054] Figure 1 An example computer system 100 ("system 100") for sharing graphics processor resources is shown in accordance with at least one embodiment. In at least one embodiment, a processor 102 executes an application 104. In at least one embodiment, the processor 102 includes Figure 1 1. In at least one embodiment, processor 102 is a single-core processor. In at least one embodiment, processor 102 is a multi-core processor. In at least one embodiment, one or more additional processors (not shown) are connected to processor 102. In at least one embodiment, processor 102 is an element of a processing system such as processing system 1100 described herein. In at least one embodiment, processor 102 is an element of a computer system such as computer system 1200 described herein. In at least one embodiment, processor 102 is an element of a system such as system 1500 described herein. In at least one embodiment, processor 102 is an element of a computing system such as computing system 1400 described herein. In at least one embodiment, processor 102 is an element of a computing unit such as computing unit 3840 described herein.
[0055] In at least one embodiment, application 104 is a program such as described herein in conjunction with at least Figure 33 3300 described herein. In at least one embodiment, application 104 is a computer game. In at least one embodiment, application 104 is another application that includes graphics and computational elements. In at least one embodiment, application 104 includes graphics commands 106 and computational commands 108. In at least one embodiment, graphics commands 106 include one or more commands for performing graphics operations such as those described herein. In at least one embodiment, for example, graphics commands 106 may include commands for generating visualization data associated with application 104. In at least one embodiment, graphics commands 106 include rasterization commands, tessellation commands, shader commands, and / or other graphics commands such as those described herein.
[0056] In at least one embodiment, the compute commands 108 include one or more commands for performing compute operations such as those described herein. In at least one embodiment, the compute commands 108 include commands for performing audio processing operations. In at least one embodiment, the compute commands 108 include commands for performing audio speech recognition (ASR) operations. In at least one embodiment, the compute commands 108 include commands for performing video processing operations. In at least one embodiment, the compute commands 108 include commands for performing artificial intelligence (AI) operations. In at least one embodiment, the compute commands 108 include commands for performing machine learning (ML) operations. In at least one embodiment, the compute commands 108 include commands for performing deep learning (DL) operations. In at least one embodiment, the compute commands 108 include commands for performing physical operations. In at least one embodiment, the compute commands 108 include commands for performing tactile operations. In at least one embodiment, the compute commands 108 are compute unified device architecture ("CUDA") commands, such as those described herein in conjunction with Figures 10 to 41 One or more of the commands described in .
[0057] In at least one embodiment, application 104 uses graphics driver 110 to process graphics commands 106. In at least one embodiment, graphics driver 110 is a device driver, such as, for example, a graphics driver as described herein in conjunction with at least Figure 29 In at least one embodiment, the graphics driver 110 is a device driver, such as, for example, the device kernel driver 2906 described herein. Figure 30 In at least one embodiment, the graphics driver 110 performs at least a portion of the functionality described herein with respect to the device kernel driver 2906. In at least one embodiment, the graphics driver 110 performs at least a portion of the functionality described herein with respect to the device kernel driver 3008. In at least one embodiment, the graphics commands 106 may be sent to the graphics driver 110 for processing in a single graphics thread, as described herein. In at least one embodiment, the graphics commands 106 may be sent to the graphics driver 110 for processing in multiple graphics threads, as described herein. In at least one embodiment, the graphics driver 110 is Vulkan and / or DX D3D12.
[0058] In at least one embodiment, the application 104 uses a compute driver 112 to process the compute commands 108. In at least one embodiment, the compute driver 112 drives, for example, at least one embodiment of the present invention. Figure 303007 as described herein. In at least one embodiment, the compute driver 112 performs at least a portion of the functionality described herein with respect to the CUDA driver 3007. In at least one embodiment, the compute commands 108 can be sent to the compute driver 112 for processing in a single compute thread, as described herein. In at least one embodiment, the compute commands 108 can be sent to the compute driver 112 for processing in multiple compute threads, as described herein. In at least one embodiment, the compute driver 112 is a compute unified device architecture (CUDA) driver.
[0059] In at least one embodiment, graphics driver 110 uses graphics processor driver 114 to process graphics commands 106. In at least one embodiment, Figure 1 Not shown, the graphics driver 110 is integrated with the graphics processor driver 114. In at least one embodiment, Figure 1 Not shown in FIG, the graphics driver 110 is implemented as part of a graphics processor driver 114. In at least one embodiment, the compute driver 112 uses the graphics processor driver 114 to process the compute commands 108. In at least one embodiment, Figure 1 Not shown, the computing driver 112 is integrated with the graphics processor driver 114. In at least one embodiment, Figure 1 , compute driver 112 is implemented as part of graphics processor driver 114. In at least one embodiment, graphics processor driver 114 is a user-mode graphics driver (UMD), an installable client driver (ICD), a kernel-mode driver (KMD), and / or other types of compute drivers not listed here.
[0060] In at least one embodiment, the graphics processor driver 114 uses the graphics processor 116 to process the graphics commands 106. In at least one embodiment, the graphics processor driver 114 uses the graphics processor 116 to process the compute commands 108. In at least one embodiment, the graphics processor 116 is a graphics processor such as the graphics processor 1810 described herein. In at least one embodiment, the graphics processor 116 is a graphics processor such as the graphics processor 1840 described herein. In at least one embodiment, the graphics processor 116 is a general purpose graphics processing unit such as the GPGPU 1930 described herein. In at least one embodiment, the graphics processor 116 is a graphics multiprocessor such as the graphics multiprocessor 2134 described herein. In at least one embodiment, the graphics processor 116 is a graphics processor such as the graphics processor 2200 described herein. In at least one embodiment, the graphics processor 116 is a graphics processor such as the graphics processor 2408 described herein. In at least one embodiment, the graphics processor 116 is a GPU such as the GPU 3792 described herein. In at least one embodiment, the graphics processor 116 is a graphics processor such as the graphics processor 3792 described herein. Figure 28 Streaming multiprocessors (SMs) are described for SM 2800. In at least one embodiment, SMs such as SM 2800 may be referred to as streaming processors.
[0061] In at least one embodiment, processor 102 includes one or more circuits for executing an API to enable operations resulting from the execution of two or more device drivers to be executed concurrently by one or more processors. In at least one embodiment, for example, processor 102 includes one or more circuits for executing an API to enable operations resulting from the execution of two or more device drivers, such as graphics driver 110, compute driver 112, and / or graphics processor driver 114, to be executed concurrently by one or more processors, such as graphics processor 116. In at least one embodiment, processor 102 includes one or more circuits for executing an application programming interface (API) to indicate whether one or more processors can be controlled concurrently by the two or more drivers. In at least one embodiment, for example, processor 102 can execute the API to identify whether two or more device drivers, such as graphics driver 110, compute driver 112, and / or graphics processor driver 114, can be executed concurrently by one or more processors, such as graphics processor 116.
[0062] Figure 2AAn example command flow 200 for obtaining resources for sharing graphics processor resources is shown in accordance with at least one embodiment. In at least one embodiment, an application 202 executes an API to indicate whether one or more processors can be controlled concurrently by two or more drivers. In at least one embodiment, the application 202 executes an application programming interface (API) to create a context 204. In at least one embodiment, the application 202 is a graphics processor such as a graphics processor that is not provided herein. Figure 1 In at least one embodiment, the API for creating the context 204 is an API for creating a shared context. In at least one embodiment, the API for creating the context 204 is an API for creating a shared context. In at least one embodiment, the API for creating the context is an API such as described herein in conjunction with at least Figure 3 An example application programming interface 300 is described.
[0063] In at least one embodiment, the computing driver 206 receives an API for creating the context 204. In at least one embodiment, the computing driver 206 is a component such as at least one of the components described herein. Figure 1 The compute driver 206 is a compute driver for the compute driver 112 described above. In at least one embodiment, the compute driver 206 executes a command for obtaining a handle 208. In at least one embodiment, the compute driver 206 executes a command for obtaining a handle 208 as a result of receiving an API for creating a context 204. In at least one embodiment, the command for obtaining a handle 208 is a command for obtaining a shared handle. In at least one embodiment, the command for obtaining a handle 208 is a command for obtaining a handle to a time slice group (TSG). In at least one embodiment, the command for obtaining a handle 208 is a command for obtaining a handle to a shared TSG.
[0064] In at least one embodiment, the graphics driver 210 receives a command to obtain the handle 208. In at least one embodiment, the graphics driver 210 is a graphics driver such as that described herein in conjunction with at least Figure 1 In at least one embodiment, the graphics driver 210 executes one or more commands for handshake 212 to obtain handle 208. In at least one embodiment, the graphics driver 210 executes one or more commands for handshake 212 as a result of receiving the command for obtaining handle 208. In at least one embodiment, not shown in FIG. 2 , the graphics driver 210 uses a graphics driver such as at least one of the graphics drivers described herein. Figure 1The graphics processor driver 114 described herein executes one or more commands for handshake 212. In at least one embodiment, not shown in FIG. 2 , the graphics driver 210 uses a graphics processor such as that described herein in conjunction with at least Figure 1 The graphics processor 116 is depicted as executing one or more commands for handshake 212 .
[0065] In at least one embodiment, graphics driver 210 executes a command to obtain handle 214. In at least one embodiment, graphics driver 210 executes a command to obtain handle 214 as a result of receiving a command from compute driver 206 to obtain handle 208.
[0066] In at least one embodiment, GPU driver 216 receives a command from graphics driver 210 to obtain handle 214. In at least one embodiment, GPU driver 216 is a graphics driver such as described herein in conjunction with at least Figure 1 The graphics processor driver 114 described above is a graphics processor driver. In at least one embodiment, the GPU driver 216 executes a command for generating a handle 218. In at least one embodiment, the GPU driver 216 executes the command for generating a handle 218 as a result of receiving the command for obtaining the handle 214. In at least one embodiment, the command for generating the handle 218 is a command for generating a shared handle. In at least one embodiment, the command for generating the handle 218 is a command for generating a TSG. In at least one embodiment, the command for generating the handle 218 is a command for generating a shared TSG.
[0067] In at least one embodiment, GPU driver 216 returns handle 220. In at least one embodiment, GPU driver 216 returns handle 220 to graphics driver 210. In at least one embodiment, graphics driver 210 returns handle 222. In at least one embodiment, graphics driver 210 returns handle 222 to compute driver 206.
[0068] In at least one embodiment, the compute driver 206 receives a handle 224 from the graphics driver 210. In at least one embodiment, the compute driver 206 executes a command for creating a context 226. In at least one embodiment, the compute driver 206 executes the command for creating a context 226 using a return handle 222 from the graphics driver 210. In at least one embodiment, the compute driver 206 executes the command for creating a context 226 by sending a request to the GPU driver 216. In at least one embodiment, the GPU driver 216 executes the command for creating a context 228. In at least one embodiment, the command for creating a context 226 may be referred to as a command for creating a subcontext.
[0069] In at least one embodiment, the compute driver 206 executes a command to enable sharing of the context 230. In at least one embodiment, the compute driver 206 executes a command to enable sharing of the context 230 by sending a request to the GPU driver 216. In at least one embodiment, the GPU driver 216 executes a command to enable sharing 232.
[0070] In at least one embodiment, the compute driver 206 returns the context 234 to the application 202. In at least one embodiment, the compute driver 206 returns the context 234 to the application 202 in response to an API used to create the context 204. In at least one embodiment, the application 202 executes one or more commands that use the context 236, as described herein.
[0071] Figure 2B An example command flow for obtaining resources for sharing graphics processor resources according to at least one embodiment is shown. In at least one embodiment, application 240 executes an API to indicate whether one or more processors can be controlled concurrently by two or more drivers. In at least one embodiment, one driver is Vulkan for graphics and the other driver is a CUDA driver for compute. In at least one embodiment, application 240 executes an application programming interface (API) to create a graphics context 242. In at least one embodiment, application 240 is a graphics processor such as described herein in conjunction with at least one embodiment. Figure 1 In at least one embodiment, the API for creating graphics context 242 is an API for creating a shared context. In at least one embodiment, the API for creating graphics context 242 is an API for creating a shared context. In at least one embodiment, the API for creating graphics context 242 is an API such as that described herein in conjunction with at least one embodiment. Figure 6 An example application programming interface 600 is described.
[0072] In at least one embodiment, graphics driver and extensions 244 receive an API for creating graphics context 242. In at least one embodiment, graphics driver and extensions 244 is a Vulkan graphics driver. In at least one embodiment, graphics driver and extensions 244 is a graphics driver such as described herein in conjunction with at least Figure 1 In at least one embodiment, the graphics driver and extension 244 executes commands to create a hardware context and hardware queue 246 on the GPU driver 258 in response to the API for creating the graphics context 242. In at least one embodiment, the GPU driver 258 receives the commands for creating the hardware context and hardware queue 246. In at least one embodiment, the graphics processor 258 is at least one of the graphics processors described herein. Figure 1 Graphics processor 116 is depicted.
[0073] In at least one embodiment, graphics driver and extensions 244 returns a graphics context handle 248 to application 240. In at least one embodiment, graphics driver and extensions 244 returns a graphics context handle 248 to application 240 in response to an API for creating graphics context 242.
[0074] In at least one embodiment, the application 240 executes an application programming interface (API) to generate data required to share the hardware context 250 received from the graphics driver and extension 244. In at least one embodiment, the API for generating the data required to share the hardware context 250 is an API for creating a shared context. In at least one embodiment, the graphics driver and extension 244 receives the API for generating the data required to share the hardware context 250.
[0075] In at least one embodiment, the application 240 executes an application programming interface (API) to create 252 a compute context and pass data received from the graphics driver and extensions 244. In at least one embodiment, the API for creating 252 a compute context and passing data received from the graphics driver and extensions 244 is an API for creating a shared context. In at least one embodiment, the compute driver 254 receives the API for creating 252 a compute context and passing data received from the graphics driver and extensions 244. In at least one embodiment, the compute driver 254 is CUDA. In at least one embodiment, the compute driver 254 is a CUDA framework such as described herein in conjunction with at least one embodiment. Figure 1 The calculation driver 112 is described as a calculation driver.
[0076] In at least one embodiment, graphics driver and extension 244 executes a command to create a hardware queue on shared hardware context 256 on GPU driver 258 in response to an API for generating data required for shared hardware context 250. In at least one embodiment, GPU driver 258 receives a command to create a hardware queue on shared hardware context 256.
[0077] In at least one embodiment, the graphics driver and extension 244 returns a CUDA context handle to the application 240 that uses the shared hardware context 260. In at least one embodiment, the graphics driver and extension 244 returns the CUDA context handle to the application 240 that uses the shared hardware context 260 in response to an API for generating data required for the shared hardware context 250. In at least one embodiment, the application 240 executes one or more commands to use the shared hardware context for graphics and compute workloads 262, as described herein.
[0078] Figure 2C An example command flow for obtaining resources for sharing graphics processor resources according to at least one embodiment is shown. In at least one embodiment, application 270 executes an API to indicate whether one or more processors can be controlled concurrently by two or more drivers. In at least one embodiment, one driver is D3D12 for graphics and another driver is a CUDA driver for compute. In at least one embodiment, application 270 executes an application programming interface (API) to create a graphics context 272. In at least one embodiment, application 270 is a graphics processor such as described herein in conjunction with at least one embodiment. Figure 1 In at least one embodiment, the API for creating graphics context 272 is an API for creating a shared context. In at least one embodiment, the API for creating graphics context 272 is an API for creating a shared context. In at least one embodiment, the API for creating graphics context 272 is an API such as that described herein in conjunction with at least one embodiment. Figure 6 An example application programming interface 600 is described.
[0079] In at least one embodiment, the graphics driver 274 receives an API for creating the graphics context 272. In at least one embodiment, the graphics driver 274 is a D3D12 graphics driver. In at least one embodiment, the graphics driver 274 is a graphics driver such as described herein in conjunction with at least Figure 1In at least one embodiment, the graphics driver 274 executes commands to create a hardware context and a hardware queue 276 on the GPU driver 278 in response to an API for creating a graphics context 272. In at least one embodiment, the GPU driver 278 receives commands for creating the hardware context and the hardware queue 276. In at least one embodiment, the graphics processor 278 is a graphics driver described herein in conjunction with at least one embodiment. Figure 1 Graphics processor 116 is depicted.
[0080] In at least one embodiment, graphics driver 274 returns graphics context handle 280 to application 270. In at least one embodiment, graphics driver 274 returns graphics context handle 280 to application 270 in response to an API for creating graphics context 272.
[0081] In at least one embodiment, the application 270 executes an application programming interface (API) to create 282 a compute context and pass a handle received from the graphics driver 274. In at least one embodiment, the API for creating 282 a compute context and passing a handle received from the graphics driver is an API for creating a shared context. In at least one embodiment, the compute driver 284 receives the API for creating 282 a compute context and passing a handle received from the graphics driver 274. In at least one embodiment, the compute driver 284 is CUDA. In at least one embodiment, the compute driver 284 is a graphics driver such as described herein in conjunction with at least one embodiment of the present invention. Figure 1 The calculation driver 112 is described as a calculation driver.
[0082] In at least one embodiment, a two-way handshake occurs between graphics driver 274 and compute driver 284 to share hardware context 286. In at least one embodiment, graphics driver 274 performs the handshake to share hardware context 276 commands in response to an API used to create graphics context 272. In at least one embodiment, compute driver 278 performs the handshake to share hardware context 276 commands in response to an API used to create a compute context and pass a handle received from graphics driver 282.
[0083] In at least one embodiment, graphics driver 274 executes a command to create a hardware queue on shared hardware context 288 on GPU driver 278 in response to handshaking to share hardware context 286. In at least one embodiment, GPU driver 278 receives the command to create a hardware queue on shared hardware context 288.
[0084] In at least one embodiment, graphics driver 274 returns a CUDA context handle to application 270 that uses shared hardware context 290. In at least one embodiment, graphics driver 274 returns a CUDA context handle to application 270 that uses shared hardware context 290 in response to handshaking to share hardware context 286. In at least one embodiment, application 270 executes one or more commands to use the shared hardware context for graphics and compute workloads 292, as described herein.
[0085] Figure 3 An example application programming interface 300 for sharing graphics processor resources according to at least one embodiment is shown. In at least one embodiment, an application programming interface (API) command 302 receives one or more parameters that enable the API command 302 to enable operations resulting from the execution of two or more device drivers to be performed concurrently by one or more processors, as described herein.
[0086] In at least one embodiment, the API command 302 receives a parameter specifying a memory location 304. In at least one embodiment, the API command 302 will use the parameter specifying the memory location 304 to return the provided subcontext. In at least one embodiment, a subcontext is a GPU context that is created by a device driver and shared with another device driver using systems and methods such as those described herein. In at least one embodiment, for example, in conjunction with at least Figure 1 A graphics driver such as graphics driver 110 described herein creates a context and when a compute driver such as compute driver 112 described herein in conjunction with at least FIG. 1 creates a context using the context created by the graphics driver, such created context may be referred to herein as a subcontext.
[0087] In at least one embodiment, API command 302 receives a parameter specifying a subcontext parameter array 306. In at least one embodiment, the parameter specifying subcontext parameter array 306 is an array of parameters that specifies how to share a context between various processes. In at least one embodiment, API command 302 uses the parameter specifying subcontext parameter array 306 to determine whether a context can be shared, as described herein. In at least one embodiment, subcontext parameter array 306 is an array of affinity parameters.
[0088] In at least one embodiment, API command 302 receives a parameter specifying size 308 of sub-context parameter array 306. In at least one embodiment, parameter specifying size 308 of sub-context parameter array 306 is to be used by API command 302 to parse sub-context parameter array 306.
[0089] In at least one embodiment, the API command 302 receives a parameter that specifies one or more subcontext flags 310. In at least one embodiment, the API command 302 will use the parameter that specifies one or more subcontext flags 310 to further specify how the context is shared.
[0090] In at least one embodiment, the API command 302 receives a parameter specifying a GPU identifier 312. In at least one embodiment, the parameter specifying the GPU identifier 312 will be used by the API command 302 to establish one or more GPUs that can be used to support the shared context. Figure 3 Not shown in FIG, the GPU identifier 312 may be used to query whether the GPU supports the functionality of creating and using a shared context.
[0091] In at least one embodiment, API command 302 executes one or more commands to generate subcontext 314. In at least one embodiment, the one or more commands to generate subcontext 314 are commands such as those described herein at least in conjunction with FIG. 2. In at least one embodiment, API command 302 executes one or more commands to store generated subcontext 316 in the memory location specified in the parameter specifying memory location 304. In at least one embodiment, API command 302 returns success or failure 318 as a success indicator 320. In at least one embodiment, if the subcontext is successfully generated and stored in the memory location, API command 302 returns success as a success indicator 320. In at least one embodiment, if the subcontext is not successfully generated and / or not stored in the memory location, API command 302 returns failure as a success indicator 320.
[0092] Figure 4An example command flow 400 for processing shared graphics processor resources according to at least one embodiment is shown. In at least one embodiment, an application 402 executes an application programming interface (API) to create a context 404. In at least one embodiment, application 402 is an application such as application 202 described herein at least in conjunction with FIG. 2 . In at least one embodiment, the API used to create context 404 is an API such as the API used to create context 204 described herein at least in conjunction with FIG. 2 . In at least one embodiment, a compute driver 406 (such as compute driver 206 described herein at least in conjunction with FIG. 2 ), a graphics driver 408 (such as graphics driver 210 described herein at least in conjunction with FIG. 2 ), and / or a GPU driver 410 (such as GPU driver 216 described herein at least in conjunction with FIG. 2 ) executes one or more commands for creating and returning a context 412. In at least one embodiment, the one or more commands for creating and returning a context 412 are described in detail herein at least in conjunction with FIG. In at least one embodiment, application 402 uses a context 414 as described herein.
[0093] In at least one embodiment, the application 402 executes one or more commands to create the stream 416. In at least one embodiment, the application 402 executes one or more commands to create the stream 416 such that the created stream uses a context. In at least one embodiment, the application 402 executes one or more commands to create the stream 416 such that the created stream uses a shared context. In at least one embodiment, as used herein, a stream is one or more sets of computational commands that can be executed by the GPU 436 using systems and methods such as those described herein. In at least one embodiment, as used herein, a stream is one or more sets of computational commands that can be executed by the GPU 436 using a shared context, such as those described herein. In at least one embodiment, the GPU 436 is a processor such as described herein in conjunction with at least one embodiment of the present invention. Figure 1 The graphics processor 118 is described as a graphics processor.
[0094] In at least one embodiment, the one or more commands for creating stream 416 cause the compute driver 406 to create stream 418. In at least one embodiment, the one or more commands for creating stream 416 cause the compute driver 406 to create stream 418 using a shared context. In at least one embodiment, when the compute driver 406 creates stream 418, the application 402 may then execute one or more commands to set stream parameters 420. In at least one embodiment, the one or more commands for setting stream parameters 420 cause the compute driver 406 to set stream parameters 422. In at least one embodiment, the one or more commands for setting stream parameters 420 cause the compute driver 406 to set stream parameters 422 for the stream using a shared context.
[0095] In at least one embodiment, the application 402 can then execute commands using the stream 424. In at least one embodiment, the application 402 can use the stream 424 using a shared context. In at least one embodiment, the application 402 can use the stream 424 to execute a compute stream 426, which can cause the compute driver 406 to enqueue 428 one or more commands associated with the shared context compute stream. In at least one embodiment. Figure 4 4, the application 402 may implement multiple compute streams, as described herein. In at least one embodiment, the application 402 may use stream 424 to execute a graphics stream 430, which may cause the graphics driver 408 to enqueue 432 one or more commands associated with the shared context compute stream. In at least one embodiment, the GPU driver 410 may schedule 434 the enqueued commands as described herein, which may cause the GPU 436 to execute the one or more enqueued commands.
[0096] Figure 5 An example computer system 500 is shown for sharing graphics processor resources using a shared graphics processing context according to at least one embodiment. In at least one embodiment, an application 502 is such as that described herein in conjunction with at least Figure 1 In at least one embodiment, the application 502 includes a graphics command 504 (such as that described herein in conjunction with at least one embodiment of the present invention). Figure 1 Graphics commands 106 described herein) and computational commands 508 (which are also at least in conjunction with Figure 1 Calculation command 108 described above).
[0097] In at least one embodiment, graphics commands 504 are generated by a graphics driver 506 (such as a graphics driver 506 described herein). Figure 1The graphics driver 110 described herein is executed using the shared context 512 described herein. In at least one embodiment, the shared context 512 is as described herein in conjunction with at least Figure 2A Describes the context of creation and can be combined with at least Figure 4 Use as described.
[0098] In at least one embodiment, the calculation command 508 is generated by a calculation driver 508 (such as the one described in at least one embodiment of the present invention). Figure 1 In at least one embodiment, graphics commands 504 and / or compute commands 508 are executed by a graphics processor driver 514 (such as a graphics processor driver 112 described herein). Figure 1 The graphics processor driver 114 described herein uses a graphics processor 516 (which is such as that described herein at least in conjunction with Figure 1 The graphics processor 116 described above is executed.
[0099] Figure 6 is a block diagram illustrating context sharing operation 600 ("operation 600") according to at least one embodiment. In at least one embodiment, operation 600 is one or more computational operations that, if performed, enable operations resulting from the execution of two or more device drivers to be concurrently executed by one or more processors, as described above in conjunction with Figures 1 to 5 In at least one embodiment, one or more circuits (e.g., one or more circuits of a processor such as processor 800) are used to execute an API to allow graphics and compute work to be performed simultaneously on a graphics processing unit (GPU). In at least one embodiment, once a graphics context is identified (e.g., Vulkan or D3D12), the application will look for a handle representing a hardware queue. In at least one embodiment, when the API is called, i.e., when attempting to create a compute context in computer in graphics (CIG) mode, the process establishes a handle and internal communication between the compute context and the D3D12 driver is created.
[0100] In at least one embodiment, context sharing call 602 ("call 602") is a function call executed by one or more software programs, such as kernels executed by one or more parallel processing units (PPUs), such as graphics processing units (GPUs). In at least one embodiment, call 602 is a call to instructions that cause one or more processors to perform one or more computational operations 622 and context sharing response 620 ("response 620"). In at least one embodiment, call 602 is a call to an API that causes one or more processors to perform one or more computational operations 622 of response 620.
[0101] In at least one embodiment, call 602 receives one or more parameters 604 , 606 , 608 , 610 , 612 when called to indicate information about the computing operation to be performed.
[0102] In at least one embodiment, call 602 receives as input parameters 604, 606, 608, 610, and 612, including an identifier for a handle pointer 604. In at least one embodiment, context handle 604 is the returned context handle for a new context. In at least one embodiment, context handle 604 is the returned context handle for a compute context. In at least one embodiment, context handle 604 is the identifier for the returned context bound to the calling CPU thread. In at least one embodiment, if no context is bound to the calling CPU thread, context handle 604 is NULL. In at least one embodiment, context handle 604 represents a pointer to a compute context (e.g., a CUDA driver API). In at least one embodiment, context handle 604 points to a memory location where a context handle object is to be stored. In at least one embodiment, if a function call is to execute call 602, handle pointer 604 is data to be input to the function call. In at least one embodiment, if an API is to cause call 602 to be executed, handle pointer 604 is data to be input to the API.
[0103] In at least one embodiment, call 602 receives as input parameters 604, 606, 608, 610, and 612, including context parameters 606 for context creation, such as those obtained in operation 600. In at least one embodiment, context parameters 606 represent a pointer to a structure (struct) containing parameters used during creation of a compute context in a compute context driver API. In at least one embodiment, context parameters 606 define how to create a compute context. In at least one embodiment, the structure of parameters 606 is passed to define the creation of a compute context by allocating memory for the compute context structure, initializing various fields within the structure to specify the desired context configuration (e.g., which GPU to enable error checking, etc.), and passing a context handle 604 from the compute driver API to API operation 600. Operation 600 uses the provided parameters to create a new CUDA context and stores its handle in a separate compute context variable. In at least one embodiment, if the function call is to execute command call 602, context parameters 606 are data to be input to the function call. In at least one embodiment, if an API causes the call 602 to be executed, the context parameters 606 are data to be input to the API.
[0104] In at least one embodiment, call 602 receives as input parameters 604, 606, 608, 610, and 612, including one or more flags 608. In at least one embodiment, flags 608 include one or more context creation flags. In at least one embodiment, the three least significant bits (LSBs) of flags 608 can be used to control how the OS thread that owns the context at the time of the API call interacts with the OS scheduler while waiting for results from the GPU. In at least one embodiment, only one scheduling flag can be set when creating a context. In at least one embodiment, if the function call is to execute call 602, then other parameters 612 are data to be input to the function call. In at least one embodiment, if the API causes call 602 to be executed, then other parameters 612 are data to be input to the API.
[0105] In at least one embodiment, call 602 receives as input parameters 604, 606, 608, 610, and 612, including a device identifier 610. In at least one embodiment, device identifier 610 includes information indicating one or more devices. In at least one embodiment, device identifier 610 indicates one or more devices on which a shared context is to be generated. In at least one embodiment, if a function call is to execute call 602, device identifier 610 is data input to the function call. In at least one embodiment, if an API causes call 602 to be executed, device identifier 610 is data input to the API.
[0106] In at least one embodiment, call 602 receives as input parameters 604, 606, 608, 610, and 612, including other parameters 612. In at least one embodiment, other parameters 612 are data that include any other information that may be used by operation 600. In at least one embodiment, other parameters 612 are data that is input to a function call if the function call is to execute call 602. In at least one embodiment, other parameters 612 are data that is input to an API if the API causes call 602 to be executed.
[0107] In at least one embodiment, example instructions indicating operation 600 in a parallel computing environment such as Compute Unified Device Architecture (CUDA) are as follows:
[0108] CUresult CUDAAPI cuCtxCreate_v4(CUcontext*pctx,CUCtxCreateParams*ctxCreateParams,unsigned int flags,CUdevice dev),
[0109] Wherein *pctx corresponds to the context handle 604 , *ctxCreateParams corresponds to the context parameters 606 , flags corresponds to the flags 608 , and dev corresponds to the device identifier 610 .
[0110] In at least one embodiment, response 620 generates status 622 as output. In at least one embodiment, status 622 is data including any other information presented by operation 600. In at least one embodiment, if a function call is to execute call 602, then status 622 is data output in response to the function call. In at least one embodiment, if an API is to cause call 602 to be executed, then status 622 is data output by the API. In at least one embodiment, status 622 indicates that operation 600 was successfully executed. In at least one embodiment, status 622 indicates that operation 600 was not successfully executed or otherwise failed. In at least one embodiment, response 620 generates additional parameters as output in addition to status 622. In at least one embodiment, if the device or driver does not support sharing of the device between graphics and CUDA contexts, the cuCtxCreate_v4 API will fail and return CUDA_ERROR_NOT_SUPPORTED via response 620. In at least one embodiment, if invalid arguments are passed to create a shared context, the cuCtxCreate_v4 API will fail and return CUDA_ERROR_INVALID_VALUE via response 620 .
[0111] In at least one embodiment, response 620 generates handle 624 as output. In at least one embodiment, handle 624 is data that includes data shared between applications, compute drivers, graphics drivers, and / or processor (e.g., GPU) drivers. In at least one embodiment, handle 624 corresponds to any one of handle 208, handle 214, handle 218, handle 220, handle 222, and / or handle 224 in FIG. 2 .
[0112] Figure 7 7 is a block diagram illustrating a device attribute query operation 700 according to at least one embodiment. In at least one embodiment, operation 700 is one or more calculation operations that, if performed, indicate whether one or more processors can be controlled concurrently by two or more drivers. In at least one embodiment, operation 700 queries the capabilities and characteristics of a device (e.g., a GPU). In at least one embodiment, one or more circuits (e.g., one or more circuits of a processor such as processor 800) execute an API to indicate whether one or more processors can be controlled concurrently by two or more drivers. In at least one embodiment, these one or more kernels are to be executed by a graphics processing unit (GPU). In at least one embodiment, the API takes as input an identifier of a processor and returns an indication of whether two or more drivers can control the processor concurrently.
[0113] In at least one embodiment, call 702 to enable a collection ("call 702") is a function call executed by one or more software programs, such as kernels to be executed by one or more parallel processing units (PPUs), such as graphics processing units (GPUs). In at least one embodiment, call 702 is a call to an instruction to cause one or more processors to perform one or more computational operations 722 and obtain a property response 720 ("response 720"). In at least one embodiment, call 702 is a call to an API to cause one or more processors to perform one or more computational operations 722 of response 720.
[0114] In at least one embodiment, call 702 receives one or more parameters 704, 706, 708, and 710 when called to indicate information about the computing operation to be performed. In at least one embodiment, call 702 receives one or more parameters 704, 706, 708, and 710 when called to indicate information about the instruction to be executed.
[0115] In at least one embodiment, call 702 receives as input parameters 704, 706, 708, and 710, including attribute pointer 704. In at least one embodiment, operation 700 stores the retrieved attribute value in the memory location pointed to by pointer 704. In at least one embodiment, attribute pointer 704 is data input to the function call if the function call is to execute call 702. In at least one embodiment, attribute pointer 704 is data input to the API if the API is to cause call 702 to be executed.
[0116] In at least one embodiment, call 702 receives as input parameters 704, 706, 708, and 710, including a property identifier 706 that identifies which property of the device pointed to by property pointer 704 has the capability to run a shared context on it. In at least one embodiment, property identifier 706 is data to be input to the function call if it is to execute call 702. In at least one embodiment, property identifier 706 is data to be input to the API if it is to cause call 702 to be executed.
[0117] In at least one embodiment, call 702 receives as input parameters 704, 706, 708, and 710, including a device identifier 708 that identifies which of the potentially multiple devices pointed to by pointer 704 is capable of running a shared context on it. In at least one embodiment, device identifier 708 identifies the device from which operation 700 is querying a particular attribute 706. In at least one embodiment, there are multiple GPUs in the system, and device identifier 708 refers to a handle to a specific GPU. In at least one embodiment, device identifier 708 is data input to a function call if the call 702 is to be executed. In at least one embodiment, device identifier 708 is data input to an API if the call 702 is to be executed.
[0118] In at least one embodiment, call 702 receives as input parameters 704, 706, 708, and 710. In at least one embodiment, other parameters 710 are data that include any other information that may be used by operation 700. In at least one embodiment, if the function call is to execute call 702, then other parameters 710 are data that is input to the function call. In at least one embodiment, if an API is to cause call 702 to be executed, then other parameters 710 are data that is input to the API.
[0119] In at least one embodiment, example instructions indicating operation 700 in a parallel computing environment such as the Compute Unified Device Architecture (CUDA) are as follows: CUresult CUDAAPI cuDeviceGetAttribute(int *pi, CUdevice_attribute attrib, CUdevice dev), where *pi corresponds to the attribute pointer 704, attrib corresponds to the attribute identifier 706, and dev corresponds to the device identifier 708.
[0120] In at least one embodiment, response 720 generates status 722 as output. In at least one embodiment, status 722 is data including any other information presented by operation 700. In at least one embodiment, if a function call is to execute call 702, then status 722 is data output in response to the function call. In at least one embodiment, if an API is to cause call 702 to be executed, then status 722 is data to be output by the API. In at least one embodiment, status 722 indicates that operation 700 was successfully executed. In at least one embodiment, status 722 indicates that operation 700 was not successfully executed or otherwise failed. In at least one embodiment, response 720 generates additional parameters as input in addition to status 722.
[0121] In at least one embodiment, response 720 generates attribute 724 as an output. In at least one embodiment, attribute 724 is data including an indication generated by operation 700 indicating whether two or more drivers can concurrently control the processor. In at least one embodiment, attribute 724 is data output in response to the function call if the function call is to execute call 702. In at least one embodiment, attribute 724 is data to be output by the API if the API is to cause call 702 to be executed.
[0122] Figure 8 An example of a processor 800 according to at least one embodiment is shown. In at least one embodiment, the processor 800 performs operations such as referring to Figures 1 to 7 One or more processes described herein may be executed to execute an application programming interface (API) to indicate whether one or more processors can be controlled concurrently by two or more drivers. In at least one embodiment, the processor 800 executes a command such as a reference to Figures 1 to 7 One or more processes are described to enable a device to share a context between a graphics device (e.g., DXD3D12 or Vulkan) and a compute CUDA device.
[0123] In at least one embodiment, processor 800 includes one or more processors, such as a processor in conjunction with Figures 10 to 42 In at least one embodiment, the processor 800 is any suitable processing unit or combination of processing units, such as one or more CPUs, GPUs, GPGPUs, or PPUs. In at least one embodiment, the processor 800 includes a context management module 802, an attribute query module 804, and a shared context module 806. In at least one embodiment, the context management module 802, the attribute query module 804, and the shared context module 806 are part of the processor 800, such as Figure 8 In at least one embodiment, the context management module 802, the attribute query module 804, and the shared context module 806 are distributed among multiple processors that communicate with each other via a bus, a network, by writing to a shared memory, or any suitable communication process (e.g., referring to FIG. Figures 10 to 42 those described) for communication.
[0124] In at least one embodiment, context management module 802 includes circuitry for managing contexts, workloads, schedules, and work queues, such as Figures 1 to 5 In at least one embodiment, the context management module 802 includes circuitry for managing the context of each application, such as Figures 1 to 5In at least one embodiment, the attribute query module 804 includes circuitry for querying the device for device status, usage, and / or available capacity, such as Figures 1 to 5 In at least one embodiment, the attribute query module 804 includes circuitry for querying the attributes of the device, such as Figure 7 In at least one embodiment, the attribute query module 804 includes circuitry for querying the device for availability of a shared context between graphics commands and CUDA compute commands, such as Figure 7 In at least one embodiment, the shared context module 806 includes circuitry to enable operations resulting from the execution of two or more device drivers to be executed concurrently by one or more sub-processors, such as Figures 1 to 6 As shown in the figure.
[0125] Figure 9 902 is a block diagram illustrating a driver and / or runtime including one or more libraries to provide one or more application programming interfaces (APIs) according to at least one embodiment. In at least one embodiment, software program 902 is a software module, such as module 902, module 904, and module 906. In at least one embodiment, a software container is a group of software programs. In at least one embodiment, software program 902 includes one or more software modules. In at least one embodiment, a software module is a container that is configured to store and manage software programs. Figure 8 902. In at least one embodiment, one or more APIs 908 are software instruction sets that, if executed, cause one or more processors (e.g., processor 800) to perform one or more computing operations. In at least one embodiment, one or more APIs 908 are distributed or otherwise provided as part of one or more libraries 906, runtimes 904, drivers 904, and / or any other grouping of software and / or executable code as further described herein. In at least one embodiment, one or more APIs 908 perform one or more computing operations in response to a call from a software program 902. In at least one embodiment, a software program 902 is a collection of software code, commands, instructions, or other text sequences to instruct a computing device to perform one or more computing operations and / or call one or more other instruction sets, such as APIs 908 or API functions 910, to be executed. In at least one embodiment, the functionality provided by one or more APIs 908 includes software functions 910, such as may be used to accelerate one or more portions of a software program 902 using one or more parallel processing units (PPUs), such as a graphics processing unit (GPU).
[0126] In at least one embodiment, the API 908 is a hardware interface to one or more circuits for performing one or more computing operations. In at least one embodiment, the one or more software APIs 908 described herein are implemented as one or more circuits to perform the following operations in conjunction with Figures 1 to 8 In at least one embodiment, one or more software programs 902 include instructions that, if executed, cause one or more hardware devices and / or circuits to perform the following combined Figures 1 to 8 One or more techniques further described.
[0127] In at least one embodiment, a software program 902, such as a user-implemented software program, uses one or more application programming interfaces (APIs) 908 to perform various computational operations, such as memory reservations, matrix multiplications, arithmetic operations, or any computational operations performed by a parallel processing unit (PPU), such as a graphics processing unit (GPU), as further described herein. In at least one embodiment, the one or more APIs 908 provide a set of callable functions 1210, referred to herein as APIs, API functions, and / or functions, that individually perform one or more computational operations, such as computational operations associated with parallel computing. In at least one embodiment, for example, the one or more APIs 1208 provide functions 910 to indicate whether one or more processors can be controlled concurrently by two or more drivers and / or otherwise perform operations described herein.
[0128] In at least one embodiment, one or more software programs 902 interact with or otherwise communicate with one or more APIs 908 to perform one or more computing operations using one or more PPUs (such as GPUs). In at least one embodiment, the one or more computing operations using the one or more PPUs include at least one or more groups of computing operations that are accelerated by being executed at least in part by the one or more PPUs. In at least one embodiment, the one or more software programs 902 interact with the one or more APIs 908 to update one or more properties of one or more kernels or other functions and / or otherwise perform the operations described herein.
[0129] In at least one embodiment, an interface is software instructions that, if executed, provide access to one or more functions 910 provided by one or more APIs 908. In at least one embodiment, a software program 902 uses a native interface when a software developer compiles one or more software programs 902 in conjunction with one or more libraries 906 that include or otherwise provide access to one or more APIs 908. In at least one embodiment, the one or more software programs 902 are statically compiled with precompiled libraries 1206 or uncompiled source code that includes instructions to implement the one or more APIs 908. In at least one embodiment, the one or more software programs 902 are dynamically compiled and the one or more software programs are linked to the one or more precompiled libraries 906 that include the one or more APIs 908 using a linker.
[0130] In at least one embodiment, when a software developer executes a software program, the software program 902 uses a remote interface that uses or otherwise communicates with a library 906 including one or more APIs 908 over a network or other remote communication medium. In at least one embodiment, the one or more libraries 906 including one or more APIs 908 are executed by a remote computing service, such as a computing resource service provider. In another embodiment, the one or more libraries 902 including one or more APIs 908 are executed by any other computing host that provides the one or more APIs 908 to the one or more software programs 902, such as a software container that includes the software programs.
[0131] In at least one embodiment, a processor (e.g., processor 800) executing or using one or more software programs 902 calls, uses, executes, or otherwise implements one or more APIs 908 to allocate and otherwise manage memory 912 for use by the software programs 902. In at least one embodiment, the one or more software programs 902 use the one or more APIs 908 to allocate and otherwise manage memory 912 for use by one or more portions of the software programs 902 that are accelerated using one or more PPUs of a processor, such as a GPU or any other accelerator or processor further described herein.
[0132] In at least one embodiment, API 908 is an API for facilitating parallel computing. In at least one embodiment, API 908 is any other API described further herein. In at least one embodiment, API 908 is provided by a driver and / or runtime 904. In at least one embodiment, API 908 is provided by a CUDA user-mode driver. In at least one embodiment, API 908 is provided by a CUDA runtime. In at least one embodiment, driver 904 is data values and software instructions that, if executed, perform or otherwise facilitate the operation of one or more functions 910 of API 908 during the loading and execution of one or more portions of software program 902. In at least one embodiment, runtime 904 is data values and software instructions that, if executed, perform or otherwise facilitate the operation of one or more functions 910 of API 908 during the execution of software program 902. In at least one embodiment, one or more software programs 902 use one or more APIs 908 implemented or otherwise provided by a driver and / or runtime 904 to update one or more properties of one or more kernels or other functions and / or otherwise perform command operations described herein.
[0133] In at least one embodiment, one or more software programs 902 utilize one or more APIs 908 provided by a driver and / or runtime 904 to perform combined arithmetic operations for one or more PPUs (such as GPUs). In at least one embodiment, the one or more APIs 908 provide combined arithmetic operations through the driver and / or runtime 904, as described above. In at least one embodiment, the one or more software programs 902 utilize one or more APIs 908 provided by the driver and / or runtime 904 to allocate or otherwise reserve one or more memory blocks 912 for one or more PPUs (such as GPUs). In at least one embodiment, the one or more software programs 902 utilize one or more APIs 908 provided by the driver and / or runtime 904 to allocate or otherwise reserve memory blocks 912. In at least one embodiment, the one or more APIs 908 call a neural network to cause one or more attributes of one or more kernels or other functions to be updated and / or otherwise perform the operations described herein.
[0134] In at least one embodiment, the processor includes one or more circuits for executing API 908 to cause information to be stored in one or more storage locations accessible to a second software container based at least in part on control information generated by one or more first software containers to indicate these one or more storage locations and / or otherwise perform the operations described herein. In at least one embodiment, block diagram 900 illustrates a processor including one or more circuits for executing API 908 to cause one or more software programs indicated by API 908 to update one or more properties of one or more kernels or other functions, and / or otherwise perform the operations described herein. In at least one embodiment, block diagram 900 illustrates a processor executing one or more functions 910, such as in conjunction with Figures 1 to 8 In at least one embodiment, block diagram 900 illustrates an API 908, such as will be used by a processor in conjunction with Figures 10 to 42 The hardware implementation described.
[0135] Data Center
[0136] Figure 10 An example data center 1000 is shown in accordance with at least one embodiment. In at least one embodiment, data center 1000 includes, but is not limited to, a data center infrastructure layer 1010, a framework layer 1020, a software layer 1030, and an application layer 1040.
[0137] In at least one embodiment, Figure 10 As shown, the data center infrastructure layer 1010 may include a resource coordinator 1012, grouped computing resources 1014, and node computing resources ("node CRs") 1016(1)-1016(N), where "N" represents any complete positive integer. In at least one embodiment, the node CRs 1016(1)-1016(N) may include, but are not limited to, any number of central processing units ("CPUs") or other processors (including accelerators, field programmable gate arrays ("FPGAs"), data processing units ("DPUs") in network devices, graphics processors, etc.), memory devices (e.g., dynamic read-only memories), storage devices (e.g., solid-state drives or disk drives), network input / output ("NW I / O") devices, network switches, virtual machines ("VMs"), power modules and cooling modules, etc. In at least one embodiment, one or more of the node CRs 1016(1)-1016(N) may be servers having one or more of the above-mentioned computing resources.
[0138] In at least one embodiment, the grouped computing resources 1014 may include separate groups of node CRs housed in one or more racks (not shown), or many racks (also not shown) housed in data centers at various geographic locations. The separate groups of node CRs within the grouped computing resources 1014 may include computing, network, memory, or storage resources that can be configured or allocated to support groupings of one or more workloads. In at least one embodiment, several node CRs including CPUs or processors may be grouped in one or more racks to provide computing resources to support one or more workloads. In at least one embodiment, one or more racks may also include any number of power modules, cooling modules, and network switches, in any combination.
[0139] In at least one embodiment, resource coordinator 1012 may configure or otherwise control one or more nodes CR 1016(1)-1016(N) and / or grouped computing resources 1014. In at least one embodiment, resource coordinator 1012 may comprise a software design infrastructure ("SDI") management entity for data center 1000. In at least one embodiment, resource coordinator 1012 may comprise hardware, software, or some combination thereof.
[0140] In at least one embodiment, Figure 10As shown, framework layer 1020 includes, but is not limited to, a job scheduler 1032, a configuration manager 1034, a resource manager 1036, and a distributed file system 1038. In at least one embodiment, framework layer 1020 may include a framework that supports software 1052 of software layer 1030 and / or one or more applications 1042 of application layer 1040. In at least one embodiment, software 1052 or applications 1042 may respectively include web-based service software or applications, such as those provided by Amazon Web Services, Google Cloud, and Microsoft Azure. In at least one embodiment, framework layer 1020 may include, but is not limited to, a free and open source software web application framework, such as Apache Spark™ (hereinafter referred to as "Spark"), which may utilize distributed file system 1038 for large-scale data processing (e.g., "big data"). In at least one embodiment, job scheduler 1032 may include a Spark driver to facilitate scheduling of workloads supported by various layers of data center 1000. In at least one embodiment, a configuration manager 1034 can be capable of configuring different layers, such as a software layer 1030 and a framework layer 1020 including Spark and a distributed file system 1038 for supporting large-scale data processing. In at least one embodiment, a resource manager 1036 can manage clustered or grouped computing resources mapped to or allocated to support the distributed file system 1038 and the job scheduler 1032. In at least one embodiment, the clustered or grouped computing resources can include grouped computing resources 1014 on the data center infrastructure layer 1010. In at least one embodiment, the resource manager 1036 can coordinate with the resource coordinator 1012 to manage these mapped or allocated computing resources.
[0141] In at least one embodiment, the software 1052 included in the software layer 1030 may include software used by at least a portion of the node CRs 1016(1)-1016(N), the grouped computing resources 1014, and / or the distributed file system 1038 of the framework layer 1020. The one or more types of software may include, but are not limited to, Internet web page search software, email virus scanning software, database software, and streaming video content software.
[0142] In at least one embodiment, the one or more applications 1042 included in the application layer 1040 may include one or more types of applications used by at least a portion of the node CRs 1016(1)-1016(N), the grouped computing resources 1014, and / or the distributed file system 1038 of the framework layer 1020. The one or more types of applications may include, but are not limited to, CUDA applications.
[0143] In at least one embodiment, any of the configuration manager 1034, the resource manager 1036, and the resource coordinator 1012 can implement any number and type of self-modification actions based on any number and type of data obtained in any technically feasible manner. In at least one embodiment, the self-modification actions can relieve the data center operator of the data center 1000 from making potentially poor configuration decisions and can avoid underutilized and / or poorly performing portions of the data center.
[0144] In at least one embodiment, utilizing Figure 10 At least one component shown or described is implemented in combination Figures 1 to 9 In at least one embodiment, Figure 10 At least one component of is used to indicate whether one or more processors can be controlled by two or more drivers concurrently. In at least one embodiment, Figure 10 At least one component performs Figure 1 application 104, graphics driver 110, compute driver 112, graphics processor driver 114 and / or graphics processor 116, GPU driver 216 of FIG. 2, Figure 3 Application programming interface command 302, Figure 5 Shared context 512, Figures 6 and 7 Operation 600-700, Figure 8 Processor 800 and / or Figure 9 At least one aspect described by function 910.
[0145] Computer-based systems
[0146] The following figure lists, by way of non-limiting example, an exemplary computer system that can be used to implement at least one embodiment.
[0147] Figure 11A processing system 1100 is shown according to at least one embodiment. In at least one embodiment, system 1100 includes one or more processors 1102 and one or more graphics processors 1108, and can be a single-processor desktop system, a multi-processor workstation system, or a server system with a large number of processors 1102 or processor cores 1107. In at least one embodiment, processing system 1100 is a processing platform incorporated within a system-on-chip (SoC) integrated circuit for use in mobile, handheld, or embedded devices. In at least one embodiment, processor cores 1107 are referred to as computational units or arithmetic units.
[0148] In at least one embodiment, the processing system 1100 may include or be incorporated into a server-based gaming platform, including a gaming console, a mobile gaming console, a handheld gaming console, or an online gaming console, including a gaming and media console. In at least one embodiment, the processing system 1100 is a mobile phone, a smart phone, a tablet computing device, or a mobile internet device. In at least one embodiment, the processing system 1100 may also include a device coupled to or integrated into a wearable device, such as a smartwatch wearable device, a smart glasses device, an augmented reality device, or a virtual reality device. In at least one embodiment, the processing system 1100 is a television or set-top box device having one or more processors 1102 and a graphical interface generated by one or more graphics processors 1108.
[0149] In at least one embodiment, one or more processors 1102 each include one or more processor cores 1107 to process instructions that, when executed, perform operations for system and user software. In at least one embodiment, each of the one or more processor cores 1107 is configured to process a specific instruction set 1109. In at least one embodiment, the instruction set 1109 can facilitate complex instruction set computing (CISC), reduced instruction set computing (RISC), or computing via very long instruction words (VLIW). In at least one embodiment, multiple processor cores 1107 can each process a different instruction set 1109, which can include instructions that facilitate emulating other instruction sets. In at least one embodiment, the processor cores 1107 can also include other processing devices, such as a digital signal processor (DSP).
[0150] In at least one embodiment, processor 1102 includes cache memory 1104. In at least one embodiment, processor 1102 can have a single internal cache or multiple levels of internal cache. In at least one embodiment, cache memory is shared among various components of processor 1102. In at least one embodiment, processor 1102 also uses an external cache (e.g., a level 3 (L3) cache or a last level cache (LLC)) (not shown), which can share this logic among processor cores 1107 using known cache coherence techniques. In at least one embodiment, processor 1102 also includes a register file 1106. Processor 1102 can include different types of registers (e.g., integer registers, floating point registers, status registers, and instruction pointer registers) for storing different types of data. In at least one embodiment, register file 1106 can include general purpose registers or other registers.
[0151] In at least one embodiment, one or more processors 1102 are coupled to one or more interface buses 1110 to transmit communication signals, such as address, data, or control signals, between the processors 1102 and other components in the system 1100. In at least one embodiment, the interface bus 1110 can be a processor bus, such as a version of a Direct Media Interface (DMI) bus. In at least one embodiment, the interface bus 1110 is not limited to a DMI bus and can include one or more peripheral component interconnect buses (e.g., PCI, PCI Express), a memory bus, or other types of interface buses. In at least one embodiment, the processor 1102 includes an integrated memory controller 1116 and a platform controller hub 1130. In at least one embodiment, the memory controller 1116 facilitates communication between storage devices and other components of the processing system 1100, while the platform controller hub (PCH) 1130 provides connectivity to input / output (I / O) devices via a local I / O bus. In at least one embodiment, the one or more peripheral component interconnect buses include PCIe Gen 5, which provides an interface for the processors.
[0152] In at least one embodiment, the storage device 1120 can be a dynamic random access memory (DRAM) device, a static random access memory (SRAM) device, a flash memory device, a phase change memory device, or a device having suitable performance for use as processor memory. In at least one embodiment, the storage device 1120 can be used as system memory for the processing system 1100 to store data 1122 and instructions 1121 for use when one or more processors 1102 execute applications or processes. In at least one embodiment, the memory controller 1116 is also coupled to an optional external graphics processor 1112, which can communicate with one or more graphics processors 1108 in the processor 1102 to perform graphics and media operations. In at least one embodiment, a display device 1111 can be connected to the processor 1102. In at least one embodiment, the display device 1111 can include one or more internal display devices, such as in a mobile electronic device or portable computer device, or an external display device connected via a display interface (such as a DisplayPort). In at least one embodiment, the display device 1111 may include a head-mounted display (HMD), such as a stereoscopic display device used in virtual reality (VR) applications or augmented reality (AR) applications.
[0153] In at least one embodiment, the platform controller hub 1130 enables peripheral devices to connect to the storage device 1120 and the processor 1102 via a high-speed I / O bus. In at least one embodiment, the I / O peripherals include, but are not limited to, an audio controller 1146, a network controller 1134, a firmware interface 1128, a wireless transceiver 1126, a touch sensor 1125, and a data storage device 1124 (e.g., a hard drive, flash memory, etc.). In at least one embodiment, the data storage device 1124 can be connected via a memory interface (e.g., SATA) or via a peripheral bus, such as a peripheral component interconnect bus (e.g., PCI, PCIe). In at least one embodiment, the touch sensor 1125 can include a touch screen sensor, a pressure sensor, or a fingerprint sensor. In at least one embodiment, the wireless transceiver 1126 can be a Wi-Fi transceiver, a Bluetooth transceiver, or a mobile network transceiver, such as a 3G, 4G, or Long Term Evolution (LTE) transceiver. In at least one embodiment, the firmware interface 1128 enables communication with the system firmware and can be, for example, a unified extensible firmware interface (UEFI). In at least one embodiment, a network controller 1134 can enable network connectivity to a wired network. In at least one embodiment, a high-performance network controller (not shown) is coupled to the interface bus 1110. In at least one embodiment, the audio controller 1146 is a multi-channel high-definition audio controller. In at least one embodiment, the processing system 1100 includes an optional legacy I / O controller 1140 for coupling legacy (e.g., Personal System 2 (PS / 2)) devices to the processing system 1100. In at least one embodiment, the platform controller hub 1130 can also be connected to one or more universal serial bus (USB) controllers 1142 that connect input devices such as a keyboard and mouse 1143 combination, a camera 1144, or other USB input devices.
[0154] In at least one embodiment, instances of the memory controller 1116 and the platform controller hub 1130 may be integrated into a discrete external graphics processor, such as the external graphics processor 1112. In at least one embodiment, the platform controller hub 1130 and / or the memory controller 1116 may be external to one or more processors 1102. For example, in at least one embodiment, the processing system 1100 may include the external memory controller 1116 and the platform controller hub 1130, which may be configured as a memory controller hub and a peripheral controller hub in a system chipset that communicates with the processor 1102.
[0155] In at least one embodiment, utilizing Figure 11 At least one component shown or described is implemented in combination Figures 1 to 9In at least one embodiment, Figure 11 At least one component of is used to indicate whether one or more processors can be controlled by two or more drivers concurrently. In at least one embodiment, Figure 11 At least one component performs Figure 1 application 104, graphics driver 110, compute driver 112, graphics processor driver 114 and / or graphics processor 116, GPU driver 216 of FIG. 2, Figure 3 Application programming interface command 302, Figure 5 Shared context 512, Figures 6 and 7 Operation 600-700, Figure 8 Processor 800 and / or Figure 9 At least one aspect described by function 910.
[0156] Figure 12 A computer system 1200 is shown in accordance with at least one embodiment. In at least one embodiment, the computer system 1200 can be a system of interconnected devices and components, a SOC, or some combination thereof. In at least one embodiment, the computer system 1200 is formed by a processor 1202, which can include an execution unit for executing instructions. In at least one embodiment, the computer system 1200 can include, but is not limited to, components such as the processor 1202, which employs an execution unit including logic to execute algorithms for processing data. In at least one embodiment, the computer system 1200 can include a processor such as the Intel® processor available from Intel Corporation of Santa Clara, California. Processor family, Xeon TM 、 Xscale TM and / or StrongARM TM , Core TM or Nervana TM microprocessor, although other systems (including PCs with other microprocessors, engineering workstations, set-top boxes, etc.) may also be used. In at least one embodiment, computer system 1200 may execute a version of the WINDOWS operating system available from Microsoft Corporation of Redmond, Wash., although other operating systems (e.g., UNIX and Linux), embedded software, and / or graphical user interfaces may also be used.
[0157] In at least one embodiment, computer system 1200 can be used in other devices, such as handheld devices and embedded applications. Some examples of handheld devices include cellular phones, Internet Protocol (IP) devices, digital cameras, personal digital assistants ("PDAs"), and handheld PCs. In at least one embodiment, embedded applications can include microcontrollers, digital signal processors ("DSPs"), SoCs, network computers ("NetPCs"), set-top boxes, network hubs, wide area network ("WAN") switches, or any other system that can execute one or more instructions according to at least one embodiment.
[0158] In at least one embodiment, computer system 1200 may include, but is not limited to, a processor 1202, which may include, but is not limited to, one or more execution units 1208, which may be configured to execute Compute Unified Device Architecture ("CUDA") ( Developed by NVIDIA Corporation of Santa Clara, California) program. In at least one embodiment, a CUDA program is at least a portion of a software application written in the CUDA programming language. In at least one embodiment, computer system 1200 is a single-processor desktop or server system. In at least one embodiment, computer system 1200 may be a multi-processor system. In at least one embodiment, processor 1202 may include, but is not limited to, a CISC microprocessor, a RISC microprocessor, a VLIW microprocessor, a processor implementing a combination of instruction sets, or any other processor device, such as a digital signal processor. In at least one embodiment, processor 1202 may be coupled to a processor bus 1210 that may transmit data signals between processor 1202 and other components in computer system 1200.
[0159] In at least one embodiment, processor 1202 may include, but is not limited to, level 1 ("L1") internal cache memory ("cache") 1204. In at least one embodiment, processor 1202 may have a single internal cache or multiple levels of internal cache. In at least one embodiment, cache memory may reside external to processor 1202. In at least one embodiment, processor 1202 may include a combination of internal and external caches. In at least one embodiment, register file 1206 may store different types of data in various registers, including, but not limited to, integer registers, floating point registers, status registers, and an instruction pointer register.
[0160] In at least one embodiment, an execution unit 1208, including but not limited to logic for performing integer and floating-point operations, is also located in the processor 1202. The processor 1202 may also include a microcode ("ucode") read-only memory ("ROM") for storing microcode for certain macroinstructions. In at least one embodiment, the execution unit 1208 may include logic for processing a packed instruction set 1209. In at least one embodiment, by including the packed instruction set 1209 in the instruction set of the general-purpose processor 1202, along with associated circuitry to execute the instructions, operations used by many multimedia applications may be performed using packed data in the general-purpose processor 1202. In at least one embodiment, many multimedia applications may be executed faster and more efficiently by using the full width of the processor's data bus to perform operations on the packed data, which may eliminate the need to transfer smaller units of data across the processor's data bus to perform one or more operations on one data element at a time.
[0161] In at least one embodiment, execution unit 1208 may also be used in a microcontroller, an embedded processor, a graphics device, a DSP, or other types of logic circuits. In at least one embodiment, computer system 1200 may include, but is not limited to, memory 1220. In at least one embodiment, memory 1220 may be implemented as a DRAM device, an SRAM device, a flash memory device, or other storage device. Memory 1220 may store instructions 1219 and / or data 1221 represented by data signals that may be executed by processor 1202.
[0162] In at least one embodiment, the system logic chip can be coupled to the processor bus 1210 and the memory 1220. In at least one embodiment, the system logic chip can include, but is not limited to, a memory controller hub ("MCH") 1216, and the processor 1202 can communicate with the MCH 1216 via the processor bus 1210. In at least one embodiment, the MCH 1216 can provide a high-bandwidth memory path 1218 to the memory 1220 for instruction and data storage, as well as for storage of graphics commands, data, and textures. In at least one embodiment, the MCH 1216 can initiate data signals between the processor 1202, the memory 1220, and other components in the computer system 1200, and bridge data signals between the processor bus 1210, the memory 1220, and the system I / O 1222. In at least one embodiment, the system logic chip can provide a graphics port for coupling to a graphics controller. In at least one embodiment, the MCH 1216 may be coupled to the memory 1220 via a high-bandwidth memory path 1218 , and the graphics / video card 1212 may be coupled to the MCH 1216 via an Accelerated Graphics Port (“AGP”) interconnect 1214 .
[0163] In at least one embodiment, the computer system 1200 can use the system I / O 1222 as a proprietary hub interface bus to couple the MCH 1216 to the I / O controller hub ("ICH") 1230. In at least one embodiment, the ICH 1230 can provide direct connections to certain I / O devices via a local I / O bus. In at least one embodiment, the local I / O bus can include, but is not limited to, a high-speed I / O bus used to connect peripheral devices to the memory 1220, chipset, and processor 1202. Examples can include, but are not limited to, an audio controller 1229, a firmware hub ("Flash BIOS") 1228, a wireless transceiver 1226, a data store 1224, a traditional I / O controller 1223 including user input 1225 and a keyboard interface, a serial expansion port 1227 (e.g., USB), and a network controller 1234. The data store 1224 can include a hard drive, a floppy disk drive, a CD-ROM device, a flash memory device, or other mass storage device.
[0164] In at least one embodiment, Figure 12 A system comprising interconnected hardware devices or "chips" is shown. In at least one embodiment, Figure 12 An exemplary SoC may be shown. In at least one embodiment, Figure 12The devices shown in can be interconnected with a proprietary interconnect, a standardized interconnect (e.g., PCIe), or some combination thereof. In at least one embodiment, one or more components of system 1200 are interconnected using a Compute Express Link (CXL) interconnect.
[0165] In at least one embodiment, utilizing Figure 12 At least one component shown or described is implemented in combination Figures 1 to 9 In at least one embodiment, Figure 12 At least one component of is used to indicate whether one or more processors can be controlled by two or more drivers concurrently. In at least one embodiment, Figure 12 At least one component performs Figure 1 application 104, graphics driver 110, compute driver 112, graphics processor driver 114 and / or graphics processor 116, GPU driver 216 of FIG. 2, Figure 3 Application programming interface command 302, Figure 5 Shared context 512, Figures 6 and 7 Operation 600-700, Figure 8 Processor 800 and / or Figure 9 At least one aspect of function 910 described.
[0166] Figure 13 A system 1300 is shown in accordance with at least one embodiment. In at least one embodiment, the system 1300 is an electronic device that utilizes a processor 1310. In at least one embodiment, the system 1300 can be, for example, but not limited to, a notebook computer, a tower server, a rack server, a blade server, an edge device communicatively coupled to one or more local or cloud service providers, a laptop computer, a desktop computer, a tablet computer, a mobile device, a phone, an embedded computer, or any other suitable electronic device.
[0167] In at least one embodiment, system 1300 may include, but is not limited to, a processor 1310 communicatively coupled to any suitable number or kind of components, peripherals, modules, or devices. In at least one embodiment, processor 1310 is coupled using a bus or interface, such as an I2C bus, a system management bus ("SMBus"), a low pin count (LPC) bus, a serial peripheral interface ("SPI"), a high-definition audio ("I") bus, a serial advanced technology attachment ("SATA") bus, a USB (versions 1, 2, 3), or a universal asynchronous receiver / transmitter ("UART") bus. In at least one embodiment, Figure 13 A system is shown that includes interconnected hardware devices or "chips". In at least one embodiment, Figure 13An exemplary SoC may be shown. In at least one embodiment, Figure 13 The devices shown in can be interconnected with proprietary interconnects, standardized interconnects (e.g., PCIe), or some combination thereof. In at least one embodiment, Figure 13 One or more components of the system are interconnected using Compute Express Link (CXL) interconnect lines.
[0168] In at least one embodiment, Figure 13 The components may include a display 1324, a touch screen 1325, a touchpad 1330, a near field communication unit ("NFC") 1345, a sensor hub 1340, a thermal sensor 1346, a fast chipset ("EC") 1335, a trusted platform module ("TPM") 1338, a BIOS / firmware / flash memory ("BIOS, FW Flash") 1322, a DSP 1360, a solid-state disk ("SSD") or a hard disk drive ("HDD") 1320, a wireless local area network unit ("WLAN") 1350, a Bluetooth unit 1352, a wireless wide area network unit ("WWAN") 1356, a global positioning system (GPS) 1355, a camera ("USB 3.0 camera") 1354 (e.g., a USB 3.0 camera), or a low-power double data rate ("LPDDR") memory unit ("LPDDR3") 1315 implemented in, for example, the LPDDR3 standard. Each of these components may be implemented in any suitable manner.
[0169] In at least one embodiment, other components may be communicatively coupled to processor 1310 via the components discussed above. In at least one embodiment, an accelerometer 1341, an ambient light sensor (“ALS”) 1342, a compass 1343, and a gyroscope 1344 may be communicatively coupled to sensor hub 1340. In at least one embodiment, a thermal sensor 1339, a fan 1337, a keyboard 1336, and a touchpad 1330 may be communicatively coupled to EC 1335. In at least one embodiment, a speaker 1363, an earpiece 1364, and a microphone (“mic”) 1365 may be communicatively coupled to an audio unit (“audio codec and class-D amplifier”) 1362, which in turn may be communicatively coupled to DSP 1360. In at least one embodiment, audio unit 1362 may include, for example, but not limited to, an audio codec / decoder (“codec”) and a class-D amplifier. In at least one embodiment, a SIM card (“SIM”) 1357 may be communicatively coupled to WWAN unit 1356. In at least one embodiment, components such as the WLAN unit 1350 and the Bluetooth unit 1352 and the WWAN unit 1356 may be implemented as a next generation form factor (NGFF).
[0170] In at least one embodiment, utilizing Figure 13 At least one component shown or described in the embodiment is implemented in combination Figures 1 to 9 In at least one embodiment, Figure 13 At least one component of is used to indicate whether one or more processors can be controlled by two or more drivers concurrently. In at least one embodiment, Figure 13 At least one component performs a combination Figure 1 2 , the GPU driver 216, Figure 3 Application Programming Interface Commands 302, Figure 5 Shared context 512, Figures 6 and 7 Operations 600-700, Figure 8 The processor 800 and / or Figure 9 At least one aspect of the function 910 described in.
[0171] Figure 14 An exemplary integrated circuit 1400 according to at least one embodiment is shown. In at least one embodiment, exemplary integrated circuit 1400 is a SoC, which can be manufactured using one or more IP cores. In at least one embodiment, integrated circuit 1400 includes one or more application processors 1405 (e.g., CPUs), at least one graphics processor 1410, and may additionally include an image processor 1415 and / or a video processor 1420, any of which may be modular IP cores. In at least one embodiment, integrated circuit 1400 includes peripheral or bus logic, including a USB controller 1425, a UART controller 1430, an SPI / SDIO controller 1435, and an I2S / I2C controller 1440. In at least one embodiment, integrated circuit 1400 may include a display device 1445 coupled to one or more of a High-Definition Multimedia Interface (HDMI) controller 1450 and a Mobile Industry Processor Interface (MIP) display interface 1455. In at least one embodiment, storage may be provided by a flash memory subsystem 1460, including flash memory and a flash memory controller. In at least one embodiment, a memory interface may be provided via a memory controller 1465 for accessing SDRAM or SRAM memory devices. In at least one embodiment, some integrated circuits also include an embedded security engine 1470 .
[0172] In at least one embodiment, utilizing Figure 14 At least one component shown or described is implemented in combination Figures 1 to 9 In at least one embodiment, Figure 14At least one component of is used to indicate whether one or more processors can be controlled by two or more drivers concurrently. In at least one embodiment, Figure 14 At least one component performs Figure 1 application 104, graphics driver 110, compute driver 112, graphics processor driver 114 and / or graphics processor 116, GPU driver 216 of FIG. 2, Figure 3 Application programming interface command 302, Figure 5 Shared context 512, Figures 6 and 7 Operation 600-700, Figure 8 Processor 800 and / or Figure 9 At least one aspect of function 910 described.
[0173] Figure 15 A computing system 1500 is shown in accordance with at least one embodiment. In at least one embodiment, computing system 1500 includes a processing subsystem 1501 having one or more processors 1502 and system memory 1504 communicating via an interconnect path that may include a memory hub 1505. In at least one embodiment, memory hub 1505 may be a separate component within a chipset assembly or integrated within one or more processors 1502. In at least one embodiment, memory hub 1505 is coupled to an I / O subsystem 1511 via a communication link 1506. In at least one embodiment, I / O subsystem 1511 includes an I / O hub 1507, which enables computing system 1500 to receive input from one or more input devices 1508. In at least one embodiment, I / O hub 1507 may enable a display controller, included in one or more processors 1502, to provide output to one or more display devices 1510A. In at least one embodiment, the one or more display devices 1510A coupled to the I / O hub 1507 may include local, internal, or embedded display devices.
[0174] In at least one embodiment, the processing subsystem 1501 includes one or more parallel processors 1512 coupled to the memory hub 1505 via a bus or other communication link 1513. In at least one embodiment, the communication link 1513 can be one of many standard-based communication link technologies or protocols, such as, but not limited to, PCIe, or can be a vendor-specific communication interface or communication structure. In at least one embodiment, the one or more parallel processors 1512 form a parallel or vector processing system in a computational cluster that can include a large number of processing cores and / or processing clusters, such as many integrated core processors or computational units. In at least one embodiment, the one or more parallel processors 1512 form a graphics processing subsystem that can output pixels to one of one or more display devices 1510A coupled via the I / O hub 1507. In at least one embodiment, the one or more parallel processors 1512 can also include a display controller and display interface (not shown) to enable direct connection to the one or more display devices 1510B.
[0175] In at least one embodiment, system storage unit 1514 can be connected to I / O hub 1507 to provide a storage mechanism for computing system 1500. In at least one embodiment, I / O switch 1516 can be used to provide an interface mechanism to enable connections between I / O hub 1507 and other components, such as network adapter 1518 and / or wireless network adapter 1519, which can be integrated into the platform, as well as various other devices that can be added via one or more add-on devices 1520. In at least one embodiment, network adapter 1518 can be an Ethernet adapter or another wired network adapter. In at least one embodiment, wireless network adapter 1519 can include one or more of Wi-Fi, Bluetooth, NFC, or other network devices including one or more radios.
[0176] In at least one embodiment, computing system 1500 may include other components not explicitly shown, including USB or other port connections, optical storage drives, video capture devices, etc., which may also be connected to I / O hub 1507. Figure 15 The communication paths that interconnect the various components in the system can be implemented using any suitable protocol, such as a PCI (Peripheral Component Interconnect)-based protocol (e.g., PCIe), or other bus or point-to-point communication interfaces and / or protocols (e.g., NVLink high-speed interconnect or interconnect protocol).
[0177] In at least one embodiment, one or more parallel processors 1512 include circuitry optimized for graphics and video processing (including, for example, video output circuitry) and constitute a graphics processing unit (GPU). In at least one embodiment, one or more parallel processors 1512 include circuitry optimized for general-purpose processing. In at least one embodiment, the components of computing system 1500 can be integrated with one or more other system elements on a single integrated circuit. For example, in at least one embodiment, one or more parallel processors 1512, memory hub 1505, processor 1502, and I / O hub 1507 can be integrated into a system-on-chip (SoC) integrated circuit. In at least one embodiment, the components of computing system 1500 can be integrated into a single package to form a system-in-package (SIP) configuration. In at least one embodiment, at least a portion of the components of computing system 1500 can be integrated into a multi-chip module (MCM), which can be interconnected with other multi-chip modules to form a modular computing system. In at least one embodiment, I / O subsystem 1511 and display device 1510B are omitted from computing system 1500. In at least one embodiment, one or more parallel processors 1512 include one or more tensor memory accelerator (TMA) units that can transfer data blocks between global memory and shared memory. In at least one embodiment, one or more processors use or access one or more TMAs to perform bidirectional copy operations, for example, from global memory to shared memory and vice versa.
[0178] In at least one embodiment, utilizing Figure 15 At least one component shown or described is implemented in combination Figures 1 to 9 In at least one embodiment, Figure 15 At least one component of is used to indicate whether one or more processors can be controlled by two or more drivers concurrently. In at least one embodiment, Figure 15 At least one component performs Figure 1 application 104, graphics driver 110, compute driver 112, graphics processor driver 114 and / or graphics processor 116, GPU driver 216 of FIG. 2, Figure 3 Application programming interface command 302, Figure 5 Shared context 512, Figures 6 and 7 Operation 600-700, Figure 8 Processor 800 and / or Figure 9 At least one aspect of function 910 described.
[0179] Processing system
[0180] The following figure illustrates an exemplary processing system that may be used to implement at least one embodiment (but is not limited thereto).
[0181] Figure 16 An accelerated processing unit ("APU") 1600 is shown in accordance with at least one embodiment. In at least one embodiment, the APU 1600 was developed by Advanced Micro Devices, Inc. of Santa Clara, California. In at least one embodiment, the APU 1600 can be configured to execute applications, such as CUDA programs. In at least one embodiment, the APU 1600 includes, but is not limited to, a core complex 1610, a graphics complex 1640, a fabric 1660, an I / O interface 1670, a memory controller 1680, a display controller 1692, and a multimedia engine 1694. In at least one embodiment, the APU 1600 can include, but is not limited to, any combination of any number of core complexes 1610, any number of graphics complexes 1640, any number of display controllers 1692, and any number of multimedia engines 1694. For purposes of illustration, multiple instances of similar objects are referred to herein by reference numerals, where the reference numeral identifies the object and a number in parentheses identifies the desired instance.
[0182] In at least one embodiment, core complex 1610 is a CPU, graphics complex 1640 is a GPU, and APU 1600 is a processing unit that is not limited to integrating 1610 and 1640 onto a single chip. In at least one embodiment, some tasks may be assigned to core complex 1610, while other tasks may be assigned to graphics complex 1640. In at least one embodiment, core complex 1610 is configured to execute primary control software associated with APU 1600, such as an operating system. In at least one embodiment, core complex 1610 is the main processor of APU 1600, controlling and coordinating the operations of the other processors. In at least one embodiment, core complex 1610 issues commands that control the operations of graphics complex 1640. In at least one embodiment, core complex 1610 may be configured to execute host executable code derived from CUDA source code, and graphics complex 1640 may be configured to execute device executable code derived from CUDA source code.
[0183] In at least one embodiment, core complex 1610 includes, but is not limited to, cores 1620(1)-1620(4) and L3 cache 1630. In at least one embodiment, core complex 1610 may include, but is not limited to, any number of cores 1620 and any combination of any number and type of caches. In at least one embodiment, cores 1620 are configured to execute instructions of a particular instruction set architecture ("ISA"). In at least one embodiment, each core 1620 is a CPU core. In at least one embodiment, cores 1620 are referred to as computational units or arithmetic units.
[0184] In at least one embodiment, each core 1620 includes, but is not limited to, a fetch / decode unit 1622, an integer execution engine 1624, a floating-point execution engine 1626, and an L2 cache 1628. In at least one embodiment, the fetch / decode unit 1622 fetches instructions, decodes these instructions, generates micro-ops, and dispatches individual micro-ops to the integer execution engine 1624 and the floating-point execution engine 1626. In at least one embodiment, the fetch / decode unit 1622 can simultaneously dispatch one micro-op to the integer execution engine 1624 and another micro-op to the floating-point execution engine 1626. In at least one embodiment, the integer execution engine 1624 performs, but is not limited to, integer and memory operations. In at least one embodiment, the floating-point engine 1626 performs, but is not limited to, floating-point and vector operations. In at least one embodiment, the fetch-decode unit 1622 dispatches micro-ops to a single execution engine that replaces both the integer execution engine 1624 and the floating-point execution engine 1626.
[0185] In at least one embodiment, each core 1620(i) can access an L2 cache 1628(i) included in the core 1620(i), where i is an integer representing a specific instance of the core 1620. In at least one embodiment, each core 1620 included in a core complex 1610(j) is connected to the other cores 1620 included in the core complex 1610(j) via an L3 cache 1630(j) included in the core complex 1610(j), where j is an integer representing a specific instance of the core complex 1610. In at least one embodiment, a core 1620 included in a core complex 1610(j) can access all L3 caches 1630(j) included in the core complex 1610(j), where j is an integer representing a specific instance of the core complex 1610. In at least one embodiment, the L3 cache 1630 can include, but is not limited to, any number of slices.
[0186] In at least one embodiment, graphics complex 1640 can be configured to perform computational operations in a highly parallel manner. In at least one embodiment, graphics complex 1640 is configured to perform graphics pipeline operations, such as draw commands, pixel operations, geometry calculations, and other operations associated with rendering an image to a display. In at least one embodiment, graphics complex 1640 is configured to perform operations that are not graphics-related. In at least one embodiment, graphics complex 1640 is configured to perform both graphics-related operations and graphics-independent operations.
[0187] In at least one embodiment, graphics complex 1640 includes, but is not limited to, any number of compute units 1650 and L2 cache 1642. In at least one embodiment, compute units 1650 share L2 cache 1642. In at least one embodiment, L2 cache 1642 is partitioned. In at least one embodiment, graphics complex 1640 includes, but is not limited to, any number of compute units 1650 and any number (including zero) and type of cache. In at least one embodiment, graphics complex 1640 includes, but is not limited to, any amount of dedicated graphics hardware.
[0188] In at least one embodiment, each compute unit 1650 includes, but is not limited to, any number of SIMD units 1652 and shared memory 1654. In at least one embodiment, each SIMD unit 1652 implements a SIMD architecture and is configured to execute operations in parallel. In at least one embodiment, each compute unit 1650 can execute any number of thread blocks, but each thread block executes on a single compute unit 1650. In at least one embodiment, a thread block includes, but is not limited to, any number of threads of execution. In at least one embodiment, a workgroup is a thread block. In at least one embodiment, each SIMD unit 1652 executes a different warp. In at least one embodiment, a warp is a group of threads (e.g., 16 threads), where each thread in a warp belongs to a single thread block and is configured to process different data sets based on a single instruction set. In at least one embodiment, predication can be used to disable one or more threads in a warp. In at least one embodiment, a channel is a thread. In at least one embodiment, a work item is a thread. In at least one embodiment, a wavefront is a warp. In at least one embodiment, different wavefronts in a thread block can be synchronized and communicated via shared memory 1654. In at least one embodiment, each compute unit 1650 includes one or more thread block clusters, where the thread block clusters enable programmatic control of locality at a granularity greater than that of a single thread block of a single streaming multiprocessor (SM). In at least one embodiment, thread block clusters (also referred to as "clusters") enable multiple thread blocks running concurrently on a streaming multiprocessor to synchronize data and cooperatively fetch, exchange, or otherwise use data.
[0189] In at least one embodiment, fabric 1660 is a system interconnect that facilitates data and control transfer across core complex 1610, graphics complex 1640, I / O interface 1670, memory controller 1680, display controller 1692, and multimedia engine 1694. In at least one embodiment, APU 1600 may include, but is not limited to, any number and type of system interconnects in addition to or in lieu of fabric 1660 that facilitates data and control transfer across any number and type of directly or indirectly linked components that may be internal or external to APU 1600. In at least one embodiment, I / O interface 1670 represents any number and type of I / O interfaces (e.g., PCI, PCI-Extended ("P"IX"), PCIe, Gigabit Ethernet ("GBE"), USB, etc.). In at least one embodiment, various types of peripheral devices are coupled to I / O interface 1670. In at least one embodiment, peripheral devices coupled to I / O interface 1670 may include, but are not limited to, a keyboard, a mouse, a printer, a scanner, a joystick or other type of game controller, a media recording device, an external storage device, a network interface card, etc.
[0190] In at least one embodiment, display controller AMD92 displays images on one or more display devices, such as liquid crystal display (LCD) devices. In at least one embodiment, multimedia engine 1694 includes, but is not limited to, any number and type of multimedia-related circuits, such as video decoders, video encoders, image signal processors, and the like. In at least one embodiment, memory controller 1680 facilitates data transfer between APU 1600 and unified system memory 1690. In at least one embodiment, core complex 1610 and graphics complex 1640 share unified system memory 1690.
[0191] In at least one embodiment, the APU 1600 implements a memory subsystem that includes, but is not limited to, any number and type of memory controllers 1680 and memory devices (e.g., shared memory 1654) that can be dedicated to a component or shared among multiple components. In at least one embodiment, the APU 1600 implements a cache subsystem that includes, but is not limited to, one or more cache memories (e.g., L2 cache 1628, L3 cache 1630, and L2 cache 1642), each of which can be private to a component or shared among any number of components (e.g., core 1620, core complex 1610, SIMD units 1652, compute units 1650, and graphics complex 1640).
[0192] In at least one embodiment, utilizing Figure 16At least one component shown or described is implemented in combination Figures 1 to 9 In at least one embodiment, Figure 16 At least one component of is used to indicate whether one or more processors can be controlled by two or more drivers concurrently. In at least one embodiment, Figure 16 At least one component performs Figure 1 application 104, graphics driver 110, compute driver 112, graphics processor driver 114 and / or graphics processor 116, GPU driver 216 of FIG. 2, Figure 3 Application programming interface command 302, Figure 5 Shared context 512, Figures 6 and 7 Operation 600-700, Figure 8 Processor 800 and / or Figure 9 At least one aspect of function 910 described.
[0193] Figure 17 A CPU 1700 is shown according to at least one embodiment. In at least one embodiment, the CPU 1700 was developed by Advanced Micro Devices, Inc. of Santa Clara, California. In at least one embodiment, the CPU 1700 can be configured to execute application programs. In at least one embodiment, the CPU 1700 is configured to execute host control software, such as an operating system. In at least one embodiment, the CPU 1700 issues commands that control the operation of an external GPU (not shown). In at least one embodiment, the CPU 1700 can be configured to execute host executable code derived from CUDA source code, and the external GPU can be configured to execute device executable code derived from such CUDA source code. In at least one embodiment, the CPU 1700 includes, but is not limited to, any number of core complexes 1710, fabric 1760, I / O interfaces 1770, and memory controller 1780.
[0194] In at least one embodiment, core complex 1710 includes, but is not limited to, cores 1720(1)-1720(4) and L3 cache 1730. In at least one embodiment, core complex 1710 may include, but is not limited to, any number of cores 1720 and any combination of any number and type of caches. In at least one embodiment, cores 1720 are configured to execute instructions of a specific ISA. In at least one embodiment, each core 1720 is a CPU core.
[0195] In at least one embodiment, each core 1720 includes, but is not limited to, a fetch / decode unit 1722, an integer execution engine 1724, a floating-point execution engine 1726, and an L2 cache 1728. In at least one embodiment, the fetch / decode unit 1722 fetches instructions, decodes these instructions, generates micro-ops, and dispatches individual micro-ops to the integer execution engine 1724 and the floating-point execution engine 1726. In at least one embodiment, the fetch / decode unit 1722 can simultaneously dispatch one micro-op to the integer execution engine 1724 and another micro-op to the floating-point execution engine 1726. In at least one embodiment, the integer execution engine 1724 performs, but is not limited to, integer and memory operations. In at least one embodiment, the floating-point engine 1726 performs, but is not limited to, floating-point and vector operations. In at least one embodiment, the fetch-decode unit 1722 dispatches micro-ops to a single execution engine that replaces both the integer execution engine 1724 and the floating-point execution engine 1726.
[0196] In at least one embodiment, each core 1720(i) can access an L2 cache 1728(i) included in the core 1720(i), where i is an integer representing a specific instance of the core 1720. In at least one embodiment, each core 1720 included in a core complex 1710(j) is connected to the other cores 1720 in the core complex 1710(j) via an L3 cache 1730(j) included in the core complex 1710(j), where j is an integer representing a specific instance of the core complex 1710. In at least one embodiment, a core 1720 included in a core complex 1710(j) can access all L3 caches 1730(j) included in the core complex 1710(j), where j is an integer representing a specific instance of the core complex 1710. In at least one embodiment, the L3 cache 1730 can include, but is not limited to, any number of slices.
[0197] In at least one embodiment, fabric 1760 is a system interconnect that facilitates data and control transfers across core complexes 1710(1)-1710(N) (where N is an integer greater than zero), I / O interface 1770, and memory controller 1780. In at least one embodiment, CPU 1700 may include, in addition to or in lieu of fabric 1760, but is not limited to, any number and type of system interconnects that facilitate data and control transfers across any number and type of directly or indirectly linked components that may be internal or external to CPU 1700. In at least one embodiment, I / O interface 1770 represents any number and type of I / O interfaces (e.g., PCI, PCI-X, PCIe, GBE, USB, etc.). In at least one embodiment, various types of peripheral devices are coupled to I / O interface 1770. In at least one embodiment, peripheral devices coupled to I / O interface 1770 may include, but are not limited to, a display, a keyboard, a mouse, a printer, a scanner, a joystick or other type of game controller, a media recording device, an external storage device, a network interface card, and the like.
[0198] In at least one embodiment, memory controller 1780 facilitates data transfers between CPU 1700 and system memory 1790. In at least one embodiment, core complex 1710 and graphics complex 1740 share system memory 1790. In at least one embodiment, CPU 1700 implements a memory subsystem that includes, but is not limited to, any number and type of memory controllers 1780 and memory devices that can be dedicated to a component or shared among multiple components. In at least one embodiment, CPU 1700 implements a cache subsystem that includes, but is not limited to, one or more cache memories (e.g., L2 cache 1728 and L3 cache 1730), each of which can be private to a component or shared among any number of components (e.g., core 1720 and core complex 1710).
[0199] In at least one embodiment, utilizing Figure 17 At least one component shown or described is implemented in combination Figures 1 to 9 In at least one embodiment, Figure 17 At least one component of is used to indicate whether one or more processors can be controlled by two or more drivers concurrently. In at least one embodiment, Figure 17 At least one component performs Figure 1 application 104, graphics driver 110, compute driver 112, graphics processor driver 114 and / or graphics processor 116, GPU driver 216 of FIG. 2, Figure 3 Application programming interface command 302, Figure 5 Shared context 512, Figures 6 and 7 Operation 600-700, Figure 8 Processor 800 and / or Figure 9 At least one aspect of function 910 described.
[0200] Figure 18 An exemplary accelerator integrated slice 1890 is shown according to at least one embodiment. As used herein, a "slice" includes a specified portion of the processing resources of an accelerator integrated circuit. In at least one embodiment, the accelerator integrated circuit provides cache management, memory access, environment management, and interrupt management services on behalf of multiple graphics processing engines in multiple graphics acceleration modules. The graphics processing engines may each include a separate GPU. Optionally, the graphics processing engines may include different types of graphics processing engines within the GPU, such as a graphics execution unit, a media processing engine (e.g., a video encoder / decoder), a sampler, and a blit engine. In at least one embodiment, the graphics acceleration module may be a GPU having multiple graphics processing engines. In at least one embodiment, the graphics processing engines may be individual GPUs integrated on a common package, line card, or chip.
[0201] The application effective address space 1882 within system memory 1814 stores a process element 1883. In one embodiment, a process element 1883 is stored in response to a GPU call 1881 from an application 1880 executing on processor 1807. Process element 1883 contains the processing state of the corresponding application 1880. A work descriptor (WD) 1884 contained in process element 1883 may be a single job requested by the application or may contain a pointer to a job queue. In at least one embodiment, WD 1884 is a pointer to a job request queue in the application effective address space 1882.
[0202] Graphics acceleration module 1846 and / or each graphics processing engine can be shared by all or part of the processes in the system.In at least one embodiment, an infrastructure for establishing a processing state and sending WD 1884 to graphics acceleration module 1846 to start a job in a virtualized environment can be included.
[0203] In at least one embodiment, a dedicated process programming model is implemented. In this model, a single process owns a graphics acceleration module 1846 or individual graphics processing engine. Because the graphics acceleration module 1846 is owned by a single process, the hypervisor initializes the accelerator integrated circuit for the owning partition, and the operating system initializes the accelerator integrated circuit for the owning partition when the graphics acceleration module 1846 is allocated.
[0204] In operation, a WD fetch unit 1891 in the accelerator integrated slice 1890 fetches the next WD 1884, which includes an indication of work to be performed by one or more graphics processing engines of the graphics acceleration module 1846. Data from WD 1884 can be stored in registers 1845 for use by the memory management unit (MMU) 1839, interrupt management circuitry 1847, and / or context management circuitry 1848, as shown. For example, one embodiment of the MMU 1839 includes segment / page roaming circuitry for accessing segment / page tables 1886 within the OS virtual address space 1885. The interrupt management circuitry 1847 can process interrupt events (INTs) 1892 received from the graphics acceleration module 1846. When executing graph operations, effective addresses 1893 generated by the graphics processing engines are converted to real addresses by the MMU 1839.
[0205] In one embodiment, the same register set 1845 is replicated for each graphics processing engine and / or graphics acceleration module 1846 and can be initialized by the hypervisor or operating system. Each of these replicated registers can be included in the accelerator integration slice 1890. Table 1 shows exemplary registers that can be initialized by the hypervisor.
[0206] Table 1 – Registers initialized by the hypervisor
[0207] 1 Slice Control Register
[0208] 2 Real address (RA) plan processing area pointer
[0209] 3 Permission Shield Overwrite Register
[0210] 4 Interrupt vector table input offset
[0211] 5 Interrupt vector table entry restrictions
[0212] 6 Status Register
[0213] 7 Logical Partition ID
[0214] 8 Real Address (RA) Hypervisor Accelerator Utilization Record Pointer
[0215] 9 Storage Description Register
[0216] Example registers that may be initialized by the operating system are shown in Table 2.
[0217] Table 2 – Operating System Initialization Registers
[0218] 1 Process and Thread Identification
[0219] 2 Effective Address (EA) Environment Save / Restore Pointer
[0220] 3 Virtual Address (VA) Accelerator Utilization Record Pointer
[0221] 4 Virtual Address (VA) storage segment table pointer
[0222] 5. Permission blocking
[0223] 6 Job Descriptors
[0224] In one embodiment, each WD 1884 is specific to a particular graphics acceleration module 1846 and / or a particular graphics processing engine. It contains all the information the graphics processing engine needs to do its work or work, or it can be a pointer to a memory location where the application has set up a command queue for work to be done.
[0225] Figures 19A-19B An exemplary graphics processor according to at least one embodiment of the present disclosure is shown. In at least one embodiment, any exemplary graphics processor can be manufactured using one or more IP cores. In addition to the illustrated diagram, in at least one embodiment, other logic and circuitry can be included, including additional graphics processors / cores, peripheral interface controllers, or general-purpose processor cores. In at least one embodiment, the exemplary graphics processor is used within a SoC.
[0226] In at least one embodiment, utilizing Figure 18 At least one component shown or described is implemented in combination Figures 1 to 9 In at least one embodiment, Figure 18 At least one component of is used to indicate whether one or more processors can be controlled by two or more drivers concurrently. In at least one embodiment, Figure 18 At least one component performs a combination Figure 1 2 , the GPU driver 216, Figure 3 Application Programming Interface Commands 302, Figure 5 Shared context 512 in Figures 6 and 7 Operations 600-700, Figure 8 The processor 800 and / or Figure 9 At least one aspect of function 910 in.
[0227] Figure 19A An exemplary graphics processor 1910 of a SoC integrated circuit is shown, which may be manufactured using one or more IP cores, in accordance with at least one embodiment. Figure 19BAn additional exemplary graphics processor 1940 of a SoC integrated circuit is shown, which may be manufactured using one or more IP cores, in accordance with at least one embodiment. Figure 19A The graphics processor 1910 is a low power graphics processor core. In at least one embodiment, Figure 19B The graphics processor 1940 is a higher performance graphics processor core. In at least one embodiment, each graphics processor 1910, 1940 can be Figure 14 A variant of the graphics processor 1410.
[0228] In at least one embodiment, the graphics processor 1910 includes a vertex processor 1905 and one or more fragment processors 1915A-1915N (e.g., 1915A, 1915B, 1915C, 1915D through 1915N-1 and 1915N). In at least one embodiment, the graphics processor 1910 can execute different shader programs via separate logic, such that the vertex processor 1905 is optimized to perform operations for the vertex shader program, while one or more fragment processors 1915A-1915N perform fragment (e.g., pixel) shading operations for the fragment or pixel or shader program. In at least one embodiment, the vertex processor 1905 executes the vertex processing stage of the 3D graphics pipeline and generates primitives and vertex data. In at least one embodiment, the fragment processors 1915A-1915N use the primitives and vertex data generated by the vertex processor 1905 to generate a frame buffer for display on a display device. In at least one embodiment, fragment processors 1915A-1915N are optimized to execute fragment shader programs as provided in the OpenGL API, which can be used to perform similar operations as pixel shader programs provided in the Direct 3D API.
[0229] In at least one embodiment, graphics processor 1910 additionally includes one or more MMUs 1920A-1920B, caches 1925A-1925B, and circuit interconnects 1930A-1930B. In at least one embodiment, one or more MMUs 1920A-1920B provide a mapping of virtual to physical addresses for graphics processor 1910, including for vertex processor 1905 and / or fragment processors 1915A-1915N, which may reference vertex or image / texture data stored in memory, in addition to vertex or image / texture data stored in one or more caches 1925A-1925B. In at least one embodiment, one or more MMUs 1920A-1920B may synchronize with other MMUs within the system, including with Figure 14One or more MMUs associated with one or more application processors 1405, graphics processor 1415, and / or video processor 1420 enable each processor 1405-1420 to participate in a shared or unified virtual memory system. In at least one embodiment, one or more circuit interconnects 1930A-1930B enable graphics processor 1910 to connect to other IP cores within the SoC via an internal bus of the SoC or via a direct connection.
[0230] In at least one embodiment, graphics processor 1940 includes Figure 19A One or more MMUs 1920A-1920B, caches 1925A-1925B, and circuit interconnects 1930A-1930B of the graphics processor 1910. In at least one embodiment, the graphics processor 1940 includes one or more shader cores 1955A-1955N (e.g., 1955A, 1955B, 1955C, 1955D, 1955E, 1955F, through 1955N-1 and 1955N) that provide a unified shader core architecture in which a single core or type or core can execute all types of programmable shader code, including shader program code for implementing vertex shaders, fragment shaders, and / or compute shaders. In at least one embodiment, the number of shader cores can vary. In at least one embodiment, the graphics processor 1940 includes an inter-core task manager 1945 that acts as a thread dispatcher to dispatch execution threads to one or more shader cores 1955A-1955N and a tiling unit 1958 to accelerate tile-based rendering operations in which rendering operations of a scene are subdivided in image space, for example, to exploit local spatial coherence within a scene or to optimize use of internal caches.
[0231] In at least one embodiment, utilizing Figures 19A to 19B At least one component shown or described is implemented in conjunction with Figures 1 to 9 In at least one embodiment, the techniques and / or functions described herein are used Figures 19A to 19B In at least one embodiment, Figures 19A-19B At least one component performs Figure 1 application 104, graphics driver 110, compute driver 112, graphics processor driver 114 and / or graphics processor 116, GPU driver 216 of FIG. 2, Figure 3 Application programming interface command 302, Figure 5 Shared context 512, Figures 6 and 7 Operation 600-700, Figure 8 Processor 800 and / or Figure 9 At least one aspect of function 910 described.
[0232] Figure 20A FIG2000 shows a graphics core 2000 according to at least one embodiment. In at least one embodiment, the graphics core 2000 may include Figure 14 In at least one embodiment, the graphics core 2000 may be Figure 19B 1955N. In at least one embodiment, graphics core 2000 includes a shared instruction cache 2002, texture units 2018, and cache / shared memory 2020, which are common to execution resources within graphics core 2000. In at least one embodiment, graphics core 2000 may include multiple slices 2001A-2001N or partitions of each core, and a graphics processor may include multiple instances of graphics core 2000. Slices 2001A-2001N may include support logic including local instruction caches 2004A-2004N, thread schedulers 2006A-2006N, thread dispatchers 2008A-2008N, and a set of registers 2010A-2010N. In at least one embodiment, slices 2001A-2001N may include a set of additional function units (AFUs) 2012A-2012N, floating point units (FPUs) 2014A-2014N, integer arithmetic logic units (ALUs) 2016A-2016N, address calculation units (ACUs) 2013A-2013N, double precision floating point units (DPFPUs) 2015A-2015N, and matrix processing units (MPUs) 2017A-2017N. In at least one embodiment, graphics core 2000 is referred to as a compute unit or arithmetic unit.
[0233] In one embodiment, the FPU 2014A-2014N can perform single-precision (32-bit) and half-precision (16-bit) floating-point operations, while the DPFPU 2015A-2015N can perform double-precision (64-bit) floating-point operations. In at least one embodiment, the ALU 2016A-2016N can perform variable-precision integer operations with 8-bit, 16-bit, and 32-bit precision, and can be configured for mixed-precision operations. In at least one embodiment, the MPU 2017A-2017N can also be configured for mixed-precision matrix operations, including half-precision floating-point operations and 8-bit integer operations. In at least one embodiment, the MPU 2017A-2017N can perform various matrix operations to accelerate CUDA programs, including enabling support for accelerated general matrix-to-matrix multiplication (GEMM). In at least one embodiment, the AFU 2012A-2012N can perform additional logical operations not supported by the floating-point or integer units, including trigonometric operations (e.g., Sine, Cosine, etc.). In at least one embodiment, graphics core 2000 is referred to as a compute unit or computer unit.
[0234] Figure 20B A general purpose graphics processing unit (GPGPU) 2030 is shown in at least one embodiment. In at least one embodiment, GPGPU 2030 is highly parallel and suitable for deployment on a multi-chip module. In at least one embodiment, GPGPU 2030 can be configured to enable highly parallel computing operations to be performed by an array of GPUs. In at least one embodiment, GPGPU 2030 can be directly linked to other instances of GPGPU 2030 to create a multi-GPU cluster to improve execution time for CUDA programs. In at least one embodiment, GPGPU 2030 includes a host interface 2032 to enable connection to a host processor. In at least one embodiment, host interface 2032 is a PCIe interface. In at least one embodiment, host interface 2032 can be a vendor-specific communication interface or communication structure. In at least one embodiment, GPGPU 2030 receives commands from the host processor and dispatches execution threads associated with those commands to a set of compute clusters 2036A-2036H using a global scheduler 2034. In at least one embodiment, the compute clusters 2036A-2036H share a cache memory 2038. In at least one embodiment, the cache memory 2038 can serve as a higher level cache for the cache memories within the compute clusters 2036A-2036H.
[0235] In at least one embodiment, GPGPU 2030 includes memory 2044A-2044B coupled to compute clusters 2036A-2036H via a set of memory controllers 2042A-2042B. In at least one embodiment, memory 2044A-2044B may include various types of memory devices, including dynamic random access memory (DRAM) or graphics random access memory, such as synchronous graphics random access memory (SGRAM), including graphics double data rate (GDDR) memory.
[0236] In at least one embodiment, computing clusters 2036A-2036H each include a set of graphics cores, such as Figure 20A The graphics core 2000, which may include multiple types of integer and floating-point logic units, can perform computational operations at various precisions, including computations suitable for use with CUDA programs. For example, in at least one embodiment, at least a subset of the floating-point units in each of the compute clusters 2036A-2036H can be configured to perform 16-bit or 32-bit floating-point operations, while a different subset of the floating-point units can be configured to perform 64-bit floating-point operations.
[0237] In at least one embodiment, multiple instances of GPGPU 2030 can be configured to operate as a compute cluster. Compute clusters 2036A-2036H can implement any technically feasible communication technology for synchronization and data exchange. In at least one embodiment, multiple instances of GPGPU 2030 communicate via host interface 2032. In at least one embodiment, GPGPU 2030 includes an I / O hub 2039 that couples GPGPU 2030 to GPU link 2040, enabling direct connections to other instances of GPGPU 2030. In at least one embodiment, GPU link 2040 is coupled to a dedicated GPU-to-GPU bridge that enables communication and synchronization between multiple instances of GPGPU 2030. In at least one embodiment, GPU link 2040 is coupled to a high-speed interconnect to send and receive data to other GPGPUs or parallel processors. In at least one embodiment, multiple instances of GPGPU 2030 are located in separate data processing systems and communicate via a network device accessible via host interface 2032. In at least one embodiment, GPU link 2040 may be configured to connect to a host processor, in addition to or in place of host interface 2032. In at least one embodiment, GPGPU 2030 may be configured to execute CUDA programs.
[0238] In at least one embodiment, utilizing FIG. 20A to FIG. 20B At least one component shown or described is implemented in conjunction with Figures 1 to 9In at least one embodiment, the techniques and / or functions described herein are used FIG. 20A to FIG. 20B In at least one embodiment, FIG. 20A to FIG. 20B At least one component performs Figure 1 application 104, graphics driver 110, compute driver 112, graphics processor driver 114 and / or graphics processor 116, GPU driver 216 of FIG. 2, Figure 3 Application programming interface command 302, Figure 5 Shared context 512, Figures 6 and 7 Operation 600-700, Figure 8 Processor 800 and / or Figure 9 At least one aspect of function 910 described.
[0239] Figure 21A A parallel processor 2100 in accordance with at least one embodiment is shown. In at least one embodiment, the various components of the parallel processor 2100 may be implemented using one or more integrated circuit devices, such as a programmable processor, an application specific integrated circuit (ASIC), or an FPGA.
[0240] In at least one embodiment, parallel processor 2100 includes a parallel processing unit (PPU) 2102. In at least one embodiment, PPU 2102 includes an I / O unit (I / O) ...
[0241] In at least one embodiment, when host interface 2106 receives command buffers via I / O unit 2104, host interface 2106 can direct work operations to execute those commands to front end 2108. In at least one embodiment, front end 2108 is coupled to scheduler 2110, which is configured to dispatch commands or other work items to processing array 2112. In at least one embodiment, scheduler 2110 ensures that processing array 2112 is properly configured and in a valid state before dispatching tasks to a processing array 2112. In at least one embodiment, scheduler 2110 is implemented by firmware logic executing on a microcontroller. In at least one embodiment, a microcontroller-implemented scheduler 2110 can be configured to perform complex scheduling and work dispatch operations at both coarse and fine granularity, thereby enabling fast preemption and context switching of threads executing on processing array 2112. In at least one embodiment, host software can authenticate workloads for scheduling on processing array 2112 through one of multiple graphics processing doorbells. In at least one embodiment, the workload may then be automatically distributed across the processing array 2112 by scheduler 2110 logic within a microcontroller that includes scheduler 2110 .
[0242] In at least one embodiment, the processing array 2112 can include up to "N" processing clusters (e.g., cluster 2114A, cluster 2114B, through cluster 2114N). In at least one embodiment, each cluster 2114A-2114N of the processing array 2112 can execute a large number of concurrent threads. In at least one embodiment, the scheduler 2110 can allocate work to the clusters 2114A-2114N of the processing array 2112 using various scheduling and / or work distribution algorithms, which can vary depending on the workload generated by each program or computation type. In at least one embodiment, scheduling can be handled dynamically by the scheduler 2110 or can be partially assisted by compiler logic during the compilation of program logic configured to be executed by the processing array 2112. In at least one embodiment, different clusters 2114A-2114N of the processing array 2112 can be assigned to process different types of programs or to perform different types of computations.
[0243] In at least one embodiment, the processing array 2112 can be configured to perform various types of parallel processing operations. In at least one embodiment, the processing array 2112 can be configured to perform general-purpose parallel computing operations. For example, in at least one embodiment, the processing array 2112 can include logic to perform processing tasks including filtering video and / or audio data, performing modeling operations including physics operations, and performing data transformations.
[0244] In at least one embodiment, the processing array 2112 is configured to perform parallel graphics processing operations. In at least one embodiment, the processing array 2112 may include additional logic to support the execution of such graphics processing operations, including but not limited to texture sampling logic for performing texture operations, as well as tessellation logic and other vertex processing logic. In at least one embodiment, the processing array 2112 may be configured to execute shader programs related to graphics processing, such as, but not limited to, vertex shaders, tessellation shaders, geometry shaders, and pixel shaders. In at least one embodiment, the parallel processing units 2102 may transfer data from system memory via the I / O units 2104 for processing. In at least one embodiment, during processing, the transferred data may be stored in on-chip memory (e.g., parallel processor memory 2122) during processing and then written back to system memory.
[0245] In at least one embodiment, when parallel processing units 2102 are used to perform graph processing, scheduler 2110 can be configured to divide the processing workload into tasks of approximately equal size to better distribute graphics processing operations to multiple clusters 2114A-2114N of processing array 2112. In at least one embodiment, portions of processing array 2112 can be configured to perform different types of processing. For example, in at least one embodiment, a first portion can be configured to perform vertex shading and topology generation, a second portion can be configured to perform tessellation and geometry shading, and a third portion can be configured to perform pixel shading or other screen-space operations to generate a rendered image for display. In at least one embodiment, intermediate data generated by one or more of clusters 2114A-2114N can be stored in a buffer to allow the intermediate data to be transferred between clusters 2114A-2114N for further processing.
[0246] In at least one embodiment, the processing array 2112 can receive processing tasks to be executed via the scheduler 2110, which receives commands defining the processing tasks from the front end 2108. In at least one embodiment, the processing tasks can include an index of data to be processed, which can include surface (patch) data, primitive data, vertex data, and / or pixel data, as well as state parameters and commands defining how to process the data (e.g., what program to execute). In at least one embodiment, the scheduler 2110 can be configured to obtain the index corresponding to the task, or can receive the index from the front end 2108. In at least one embodiment, the front end 2108 can be configured to ensure that the processing array 2112 is configured in a valid state before starting the workload specified by the incoming command buffer (e.g., batch buffer, push buffer, etc.).
[0247] In at least one embodiment, each of the one or more instances of parallel processing unit 2102 can be coupled to parallel processor memory 2122. In at least one embodiment, parallel processor memory 2122 can be accessed via memory crossbar 2116, which can receive memory requests from processing array 2112 and I / O unit 2104. In at least one embodiment, memory crossbar 2116 can access parallel processor memory 2122 via memory interface 2118. In at least one embodiment, memory interface 2118 can include multiple partition units (e.g., partition unit 2120A, partition unit 2120B, through partition unit 2120N), which can each be coupled to a portion of parallel processor memory 2122 (e.g., a memory unit). In at least one embodiment, the plurality of partition units 2120A-2120N are configured to be equal to the number of memory cells, such that the first partition unit 2120A has a corresponding first memory cell 2124A, the second partition unit 2120B has a corresponding memory cell 2124B, and the Nth partition unit 2120N has a corresponding Nth memory cell 2124N. In at least one embodiment, the number of partition units 2120A-2120N may not be equal to the number of memory devices.
[0248] In at least one embodiment, memory units 2124A-2124N may include various types of memory devices, including dynamic random access memory (DRAM) or graphics random access memory, such as synchronous graphics random access memory (SGRAM), including graphics double data rate (GDDR) memory. In at least one embodiment, memory units 2124A-2124N may also include 3D stacked memory, including but not limited to high bandwidth memory (HBM). In at least one embodiment, render targets such as frame buffers or texture maps may be stored across memory units 2124A-2124N, allowing partition units 2120A-2120N to write portions of each render target in parallel to efficiently use the available bandwidth of parallel processor memory 2122. In at least one embodiment, local instances of parallel processor memory 2122 may be eliminated in favor of a unified memory design utilizing system memory in combination with local cache memory.
[0249] In at least one embodiment, any of the clusters 2114A-2114N in the processing array 2112 can process data to be written to any memory unit 2124A-2124N within the parallel processor memory 2122. In at least one embodiment, the memory crossbar 2116 can be configured to transmit the output of each cluster 2114A-2114N to any partition unit 2120A-2120N or another cluster 2114A-2114N, which can perform other processing operations on the output. In at least one embodiment, each cluster 2114A-2114N can communicate with a memory interface 2118 via the memory crossbar 2116 to read from or write to various external storage devices. In at least one embodiment, memory crossbar switch 2116 has connections to memory interface 2118 for communicating with I / O unit 2104, as well as connections to local instances of parallel processor memory 2122, thereby enabling processing units within different processing clusters 2114A-2114N to communicate with system memory or other memory that is not local to parallel processing unit 2102. In at least one embodiment, memory crossbar switch 2116 can use virtual channels to separate traffic flows between clusters 2114A-2114N and partition units 2120A-2120N.
[0250] In at least one embodiment, multiple instances of parallel processing unit 2102 can be provided on a single plug-in card, or multiple plug-in cards can be interconnected. In at least one embodiment, different instances of parallel processing unit 2102 can be configured to interoperate with each other, even if the different instances have different numbers of processing cores, different amounts of local parallel processor memory, and / or other configuration differences. For example, in at least one embodiment, some instances of parallel processing unit 2102 can include higher precision floating point units relative to other instances. In at least one embodiment, a system incorporating one or more instances of parallel processing unit 2102 or parallel processor 2100 can be implemented in a variety of configurations and form factors, including but not limited to desktop, laptop, or handheld personal computers, servers, workstations, game consoles, and / or embedded systems.
[0251] In at least one embodiment, utilizing Figure 21A At least one component shown or described is implemented in conjunction with Figures 1 to 9 In at least one embodiment, Figure 21A At least one component of is used to indicate whether one or more processors can be controlled by two or more drivers concurrently. In at least one embodiment, Figure 21A At least one component performs Figure 1application 104, graphics driver 110, compute driver 112, graphics processor driver 114 and / or graphics processor 116, GPU driver 216 of FIG. 2, Figure 3 Application programming interface command 302, Figure 5 Shared context 512, Figures 6 and 7 Operation 600-700, Figure 8 Processor 800 and / or Figure 9 At least one aspect of function 910 described.
[0252] Figure 21B A processing cluster 2194 according to at least one embodiment is shown. In at least one embodiment, the processing cluster 2194 is included in a parallel processing unit. In at least one embodiment, the processing cluster 2194 is an instance of one of the processing clusters 2114A-2114N of Figure 21. In at least one embodiment, the processing cluster 2194 can be configured to execute many threads in parallel, where the term "thread" refers to an instance of a specific program executed on a specific set of input data. In at least one embodiment, single instruction multiple data (SIMD) instruction issuance technology is used to support the parallel execution of a large number of threads without providing multiple independent instruction units. In at least one embodiment, single instruction multiple thread (SIMT) technology is used to support the parallel execution of a large number of generally synchronized threads, which uses a public instruction unit that is configured to issue instructions to a group of processing engines in each processing cluster 2194.
[0253] In at least one embodiment, the operation of the processing cluster 2194 can be controlled by a pipeline manager 2132 that distributes processing tasks to SIMT parallel processors. In at least one embodiment, the pipeline manager 2132 receives instructions from the scheduler 2110 of FIG. 21 and manages the execution of these instructions by the graphics multiprocessor 2134 and / or the texture unit 2136. In at least one embodiment, the graphics multiprocessor 2134 is an exemplary instance of a SIMT parallel processor. However, in at least one embodiment, various types of SIMT parallel processors with different architectures can be included within the processing cluster 2194. In at least one embodiment, one or more instances of the graphics multiprocessor 2134 can be included within the processing cluster 2194. In at least one embodiment, the graphics multiprocessor 2134 can process data, and the data crossbar 2140 can be used to distribute the processed data to one of multiple possible destinations (including other shader units). In at least one embodiment, the pipeline manager 2132 can facilitate the distribution of the processed data by specifying the destination of the processed data to be distributed via the data crossbar 2140.
[0254] In at least one embodiment, each graphics multiprocessor 2134 within a processing cluster 2194 may include the same set of function execution logic (e.g., arithmetic logic unit, load store unit (LSU), etc.). In at least one embodiment, the function execution logic may be configured in a pipelined manner, where new instructions may be issued before previous instructions have completed. In at least one embodiment, the function execution logic supports a variety of operations, including integer and floating point arithmetic, comparison operations, Boolean operations, shifts, and calculations of various algebraic functions. In at least one embodiment, the same functional unit hardware may be utilized to perform different operations, and any combination of functional units may be present.
[0255] In at least one embodiment, instructions transmitted to the processing cluster 2194 constitute threads. In at least one embodiment, a group of threads executed across a set of parallel processing engines is a thread group. In at least one embodiment, a thread group executes a program on different input data. In at least one embodiment, each thread within a thread group can be assigned to a different processing engine within the graphics multiprocessor 2134. In at least one embodiment, a thread group can include fewer threads than the number of processing engines within the graphics multiprocessor 2134. In at least one embodiment, when a thread group includes fewer threads than the number of processing engines, one or more processing engines may be idle during the processing of a loop of the thread group. In at least one embodiment, a thread group can also include more threads than the number of processing engines within the graphics multiprocessor 2134. In at least one embodiment, when a thread group includes more threads than the number of processing engines within the graphics multiprocessor 2134, processing can be performed in consecutive clock cycles. In at least one embodiment, multiple thread groups can be executed simultaneously on the graphics multiprocessor 2134.
[0256] In at least one embodiment, the graphics multiprocessor 2134 includes internal cache memory to perform load and store operations. In at least one embodiment, the graphics multiprocessor 2134 can abandon the internal cache and use cache memory within the processing cluster 2194 (e.g., L1 cache 2148). In at least one embodiment, each graphics multiprocessor 2134 can also access a partition unit (e.g., Figure 21AL2 cache within partition units 2120A-2120N) of the graphics multiprocessor 2134 is shared across all processing clusters 2194 and can be used to transfer data between threads. In at least one embodiment, graphics multiprocessor 2134 can also access off-chip global memory, which can include one or more of local parallel processor memory and / or system memory. In at least one embodiment, any memory external to parallel processing unit 2102 can be used as global memory. In at least one embodiment, processing cluster 2194 includes multiple instances of graphics multiprocessor 2134, which can share common instructions and data, which can be stored in L1 cache 2148.
[0257] In at least one embodiment, each processing cluster 2194 may include an MMU 2145 configured to map virtual addresses to physical addresses. In at least one embodiment, one or more instances of MMU 2145 may reside within memory interface 2118 of FIG. 21 . In at least one embodiment, MMU 2145 includes a set of page table entries (PTEs) that map virtual addresses to physical addresses of tiles (more information about tiles below) and, optionally, cache line indices. In at least one embodiment, MMU 2145 may include a translation lookaside buffer (TLB) or a cache that may reside within graphics multiprocessor 2134 or L1 cache 2148 or within processing cluster 2194. In at least one embodiment, physical addresses are processed to distribute surface data access locality for efficient request interleaving between partition units. In at least one embodiment, the cache line index may be used to determine whether a request for a cache line is a hit or a miss.
[0258] In at least one embodiment, the processing clusters 2194 can be configured such that each graphics multiprocessor 2134 is coupled to a texture unit 2136 to perform texture mapping operations, which may involve, for example, determining texture sample locations, reading texture data, and filtering the texture data. In at least one embodiment, texture data is read from an internal texture L1 cache (not shown) or from an L1 cache within the graphics multiprocessor 2134, and texture data is retrieved from an L2 cache, local parallel processor memory, or system memory as needed. In at least one embodiment, each graphics multiprocessor 2134 outputs processed tasks to a data crossbar 2140 to provide the processed tasks to another processing cluster 2194 for further processing or to store the processed tasks in an L2 cache, local parallel processor memory, or system memory via a memory crossbar 2116. In at least one embodiment, a pre-raster operations unit (preROP) 2142 is configured to receive data from the graphics multiprocessor 2134 and direct the data to a ROP unit, which may be located with a partition unit as described herein (e.g., partition units 2120A-2120N of FIG. 21 ). In at least one embodiment, the PreROP 2142 unit may perform optimizations for color blending, organize pixel color data, and perform address translation.
[0259] In at least one embodiment, utilizing Figure 21B At least one component shown or described is implemented in conjunction with Figures 1 to 9 In at least one embodiment, Figure 21B At least one component of is used to indicate whether one or more processors can be controlled by two or more drivers concurrently. In at least one embodiment, Figure 21B At least one component performs Figure 1 application 104, graphics driver 110, compute driver 112, graphics processor driver 114 and / or graphics processor 116, GPU driver 216 of FIG. 2, Figure 3 Application programming interface command 302, Figure 5 Shared context 512, Figures 6 and 7 Operation 600-700, Figure 8 Processor 800 and / or Figure 9 At least one aspect of function 910 described.
[0260] Figure 21C A graphics multiprocessor 2196 is shown in accordance with at least one embodiment. In at least one embodiment, the graphics multiprocessor 2196 is Figure 21B2166. In at least one embodiment, the graphics multiprocessor 2196 is coupled to the pipeline manager 2132 of the processing cluster 2194. In at least one embodiment, the graphics multiprocessor 2196 has an execution pipeline that includes, but is not limited to, an instruction cache 2152, an instruction unit 2154, an address mapping unit 2156, a register file 2158, one or more GPGPU cores 2162, and one or more LSUs 2166. The GPGPU cores 2162 and the LSUs 2166 are coupled to the cache memory 2172 and the shared memory 2170 via a memory and cache interconnect 2168.
[0261] In at least one embodiment, the instruction cache 2152 receives a stream of instructions to be executed from the pipeline manager 2132. In at least one embodiment, the instructions are cached in the instruction cache 2152 and dispatched for execution by the instruction unit 2154. In one embodiment, the instruction unit 2154 can dispatch instructions as thread groups (e.g., warps), assigning each thread of the thread group to a different execution unit within the GPGPU core 2162. In at least one embodiment, the instructions can access any local, shared, or global address space by specifying an address within the unified address space. In at least one embodiment, the address mapping unit 2156 can be used to convert addresses in the unified address space into different memory addresses that can be accessed by the LSU 2166.
[0262] In at least one embodiment, register file 2158 provides a set of registers for the functional units of graphics multiprocessor 2196. In at least one embodiment, register file 2158 provides temporary storage for operands for the data paths of the functional units (e.g., GPGPU core 2162, LSU 2166) connected to graphics multiprocessor 2196. In at least one embodiment, register file 2158 is divided between each functional unit such that a dedicated portion of register file 2158 is allocated to each functional unit. In at least one embodiment, register file 2158 is divided between the different thread groups being executed by graphics multiprocessor 2196.
[0263] In at least one embodiment, the GPGPU cores 2162 may each include an FPU and / or ALU for executing instructions of the graphics multiprocessor 2196. The GPGPU cores 2162 may be architecturally similar or may be architecturally different. In at least one embodiment, a first portion of the GPGPU core 2162 includes a single-precision FPU and integer ALU, while a second portion of the GPGPU core includes a double-precision FPU. In at least one embodiment, the FPU may implement the IEEE 754-2008 standard for floating-point arithmetic or enable variable-precision floating-point arithmetic. In at least one embodiment, the graphics multiprocessor 2196 may additionally include one or more fixed-function or special-function units to perform specific functions, such as copying rectangles or pixel blending operations. In at least one embodiment, one or more of the GPGPU cores 2162 may also include fixed-function or special-function logic.
[0264] In at least one embodiment, the GPGPU core 2162 includes SIMD logic capable of executing a single instruction on multiple sets of data. In at least one embodiment, the GPGPU core 2162 can physically execute SIMD4, SIMD8, and SIMD9 instructions, and logically execute SIMD1, SIMD2, and SIMD32 instructions. In at least one embodiment, the SIMD instructions for the GPGPU core can be generated by a shader compiler at compile time, or automatically generated when executing a program written and compiled for a single program multiple data (SPMD) or SIMT architecture. In at least one embodiment, multiple threads of a program configured for a SIMT execution model can be executed by a single SIMD instruction. For example, in at least one embodiment, eight SIMT threads performing the same or similar operations can be executed in parallel by a single SIMD8 logic unit.
[0265] In at least one embodiment, the memory and cache interconnect 2168 is an interconnect network that connects each functional unit of the graphics multiprocessor 2196 to the register file 2158 and shared memory 2170. In at least one embodiment, the memory and cache interconnect 2168 is a crossbar interconnect that allows the LSU 2166 to implement load and store operations between the shared memory 2170 and the register file 2158. In at least one embodiment, the register file 2158 can operate at the same frequency as the GPGPU core 2162, resulting in very low latency for data transfers between the GPGPU core 2162 and the register file 2158. In at least one embodiment, the shared memory 2170 can be used to enable communication between threads executing on the functional units within the graphics multiprocessor 2196. In at least one embodiment, the cache memory 2172 can be used, for example, as a data cache to cache texture data communicated between the functional units and the texture unit 2136. In at least one embodiment, the shared memory 2170 can also be used as a program-managed cache. In at least one embodiment, in addition to automatically cached data stored in cache memory 2172, threads executing on GPGPU core 2162 may programmatically store data in shared memory.
[0266] In at least one embodiment, a parallel processor or GPGPU as described herein is communicatively coupled to a host / processor core to accelerate graphics operations, machine learning operations, pattern analysis operations, and various general-purpose GPU (GPGPU) functions. In at least one embodiment, the GPU can be communicatively coupled to the host processor / core via a bus or other interconnect (e.g., a high-speed interconnect such as PCIe or NVLink). In at least one embodiment, the GPU can be integrated on the same package or chip as the core and communicatively coupled to the core via an internal processor bus / interconnect (i.e., internal to the package or chip). In at least one embodiment, regardless of the manner in which the GPU is connected, the processor core can assign work to the GPU in the form of a sequence of commands / instructions contained in the WD. In at least one embodiment, the GPU then uses dedicated circuitry / logic to efficiently process these commands / instructions.
[0267] In at least one embodiment, utilizing Figure 21C At least one component shown or described is implemented in conjunction with Figures 1 to 9 In at least one embodiment, Figure 21C At least one component of is used to indicate whether one or more processors can be controlled by two or more drivers concurrently. In at least one embodiment, Figure 21C At least one component performs Figure 1application 104, graphics driver 110, compute driver 112, graphics processor driver 114 and / or graphics processor 116, GPU driver 216 of FIG. 2, Figure 3 Application programming interface command 302, Figure 5 Shared context 512, Figures 6 and 7 Operation 600-700, Figure 8 Processor 800 and / or Figure 9 At least one aspect of function 910 described.
[0268] Figure 22 A graphics processor 2200 is shown in accordance with at least one embodiment. In at least one embodiment, graphics processor 2200 includes a ring interconnect 2202, a pipeline front end 2204, a media engine 2237, and graphics cores 2280A-2280N. In at least one embodiment, ring interconnect 2202 couples graphics processor 2200 to other processing units, including other graphics processors or one or more general-purpose processor cores. In at least one embodiment, graphics processor 2200 is one of many processors integrated within a multi-core processing system.
[0269] In at least one embodiment, the graphics processor 2200 receives batches of commands via a ring interconnect 2202. In at least one embodiment, the input commands are interpreted by a command streamer 2203 in a pipeline front end 2204. In at least one embodiment, the graphics processor 2200 includes scalable execution logic to perform 3D geometry processing and media processing via graphics cores 2280A-2280N. In at least one embodiment, for 3D geometry processing commands, the command streamer 2203 provides the commands to a geometry pipeline 2236. In at least one embodiment, for at least some media processing commands, the command streamer 2203 provides the commands to a video front end 2234, which is coupled to a media engine 2237. In at least one embodiment, the media engine 2237 includes a video quality engine (VQE) 2230 for video and image post-processing, and a multi-format encoding / decoding (MFX) 2233 engine for providing hardware-accelerated media data encoding and decoding. In at least one embodiment, the geometry pipeline 2236 and the media engine 2237 each generate execution threads for thread execution resources provided by at least one graphics core 2280A.
[0270] In at least one embodiment, the graphics processor 2200 includes scalable thread execution resources featuring modular graphics cores 2280A-2280N (sometimes referred to as core slices), each of which has multiple sub-cores 2250A-2250N, 2260A-2260N (sometimes referred to as core sub-slices). In at least one embodiment, the graphics processor 2200 can have any number of graphics cores 2280A-2280N. In at least one embodiment, the graphics processor 2200 includes a graphics core 2280A having at least a first sub-core 2250A and a second sub-core 2260A. In at least one embodiment, the graphics processor 2200 is a low-power processor having a single sub-core (e.g., 2250A). In at least one embodiment, the graphics processor 2200 includes multiple graphics cores 2280A-2280N, each of which includes a set of first sub-cores 2250A-2250N and a set of second sub-cores 2260A-2260N. In at least one embodiment, each of the first sub-cores 2250A-2250N includes at least a first set of execution units (EUs) 2252A-2252N and media / texture samplers 2254A-2254N. In at least one embodiment, each of the second sub-cores 2260A-2260N includes at least a second set of execution units 2262A-2262N and samplers 2264A-2264N. In at least one embodiment, each of the sub-cores 2250A-2250N, 2260A-2260N shares a set of shared resources 2270A-2270N. In at least one embodiment, the shared resources include a shared cache and pixel operation logic.
[0271] In at least one embodiment, utilizing Figure 22 At least one component shown or described is implemented in combination Figures 1 to 9 In at least one embodiment, Figure 22 At least one component of is used to indicate whether one or more processors can be controlled by two or more drivers concurrently. In at least one embodiment, Figure 22 At least one component performs Figure 1 application 104, graphics driver 110, compute driver 112, graphics processor driver 114 and / or graphics processor 116, GPU driver 216 of FIG. 2, Figure 3 Application programming interface command 302, Figure 5 Shared context 512, Figures 6 and 7 Operation 600-700, Figure 8 Processor 800 and / or Figure 9 At least one aspect of function 910 described.
[0272] Figure 23 A processor 2300 is shown for use in accordance with at least one embodiment. In at least one embodiment, the processor 2300 may include, but is not limited to, logic circuitry for executing instructions. In at least one embodiment, the processor 2300 may execute instructions including x86 instructions, ARM instructions, specialized instructions for ASICs, and the like. In at least one embodiment, the processor 2310 may include registers for storing packed data, such as the 64-bit wide MMX™ registers in microprocessors enabled with MMX technology from Intel Corporation of Santa Clara, California. In at least one embodiment, the MMX registers, available in integer and floating-point form, may operate with packed data elements associated with SIMD and Streaming SIMD Extensions ("SSE") instructions. In at least one embodiment, the 128-bit wide XMM registers associated with SSE2, SSE3, SSE4, AVX, or later (generally referred to as "SSEx") technology may store such packed data operands. In at least one embodiment, the processor 2310 may execute instructions to accelerate CUAD programs.
[0273] In at least one embodiment, processor 2300 includes an in-order front end ("Front End") 2301 to fetch instructions for execution and prepare them for later use in the processor pipeline. In at least one embodiment, Front End 2301 may include several units. In at least one embodiment, instruction prefetcher 2326 retrieves instructions from memory and provides them to instruction decoder 2328, which in turn decodes or interprets the instructions. For example, in at least one embodiment, instruction decoder 2328 decodes received instructions into one or more operations, called "microinstructions" or "micro-operations" (also referred to as "micro-ops" or "micro-instructions"), for execution. In at least one embodiment, instruction decoder 2328 parses the instructions into opcodes and corresponding data and control fields, which can be used by the microarchitecture to perform the operations. In at least one embodiment, trace cache 2330 can assemble the decoded microinstructions into a program-ordered sequence or trace in microinstruction queue 2334 for execution. In at least one embodiment, when trace cache 2330 encounters a complex instruction, microcode ROM 2332 provides the microinstructions necessary to complete the operation.
[0274] In at least one embodiment, some instructions may be converted into a single micro-op, while other instructions may require several micro-ops to complete the entire operation. In at least one embodiment, if more than four micro-ops are required to complete an instruction, the instruction decoder 2328 may access the microcode ROM 2332 to execute the instruction. In at least one embodiment, an instruction may be decoded into a smaller number of micro-ops for processing at the instruction decoder 2328. In at least one embodiment, if multiple micro-ops are required to complete an operation, the instruction may be stored in the microcode ROM 2332. In at least one embodiment, the trace cache 2330 references the entry point programmable logic array ("PLA") to determine the correct micro-op pointer for reading the microcode sequence from the microcode ROM 2332 to complete one or more instructions according to at least one embodiment. In at least one embodiment, after the microcode ROM 2332 completes the micro-op sequencing for the instruction, the front end 2301 of the machine may resume fetching micro-ops from the trace cache 2330.
[0275] In at least one embodiment, an out-of-order execution engine ("OOO engine") 2303 can prepare instructions for execution. In at least one embodiment, the OOO logic has multiple buffers to smooth and reorder the instruction flow to optimize performance as instructions flow down the pipeline and are scheduled for execution. The OOO engine 2303 includes, but is not limited to, an allocator / register renamer 2340, a memory microinstruction queue 2342, an integer / floating-point microinstruction queue 2344, a memory scheduler 2346, a fast scheduler 2302, a slow / general purpose floating-point scheduler ("slow / general purpose FP scheduler") 2304, and a simple floating-point scheduler ("simple FP scheduler") 2306. In at least one embodiment, the fast scheduler 2302, the slow / general purpose floating-point scheduler 2304, and the simple floating-point scheduler 2306 are also collectively referred to as "microinstruction schedulers 2302, 2304, 2306." The allocator / register renamer 2340 allocates the machine buffers and resources required for each microinstruction to execute in order. In at least one embodiment, the allocator / register renamer 2340 renames logical registers into entries in the register file. In at least one embodiment, the allocator / register renamer 2340 also allocates an entry for each microinstruction in one of two microinstruction queues: a memory microinstruction queue 2342 for memory operations and an integer / floating point microinstruction queue 2344 for non-memory operations, preceding the memory scheduler 2346 and the microinstruction schedulers 2302, 2304, 2306. In at least one embodiment, the microinstruction schedulers 2302, 2304, 2306 determine when a microinstruction is ready to execute based on the readiness of their dependent input register operand sources and the availability of the execution resource microinstructions that need to be completed. In at least one embodiment, the fast scheduler 2302 of at least one embodiment can schedule on every half of the main clock cycle, while the slow / general floating point scheduler 2304 and the simple floating point scheduler 2306 can schedule once per main processor clock cycle. In at least one embodiment, microinstruction schedulers 2302, 2304, 2306 arbitrate on dispatch ports to schedule microinstructions for execution.
[0276] In at least one embodiment, execution block 2311 includes, but is not limited to, integer register file / branch network 2308, floating point register file / branch network ("FP register file / branch network") 2310, address generation units ("AGUs") 2312 and 2314, fast arithmetic logic units ("fast ALUs") 2316 and 2318, slow ALU 2320, floating point ALU ("FP") 2322, and floating point move unit ("FP move") 2324. In at least one embodiment, integer register file / branch network 2308 and floating point register file / bypass network 2310 are also referred to herein as "register files 2308, 2310." In at least one embodiment, ALUs 2312 and 2314, fast ALUs 2316 and 2318, slow ALU 2320, floating-point ALU 2322, and floating-point move unit 2324 are also referred to herein as "execution units 2312, 2314, 2316, 2318, 2320, 2322, and 2324." In at least one embodiment, an execution block may include, but is not limited to, any number (including zero) and type of register files, branch networks, address generation units, and execution units (in any combination).
[0277] In at least one embodiment, register files 2308 and 2310 may be arranged between microinstruction schedulers 2302, 2304, and 2306 and execution units 2312, 2314, 2316, 2318, 2320, 2322, and 2324. In at least one embodiment, integer register file / branch network 2308 performs integer operations. In at least one embodiment, floating-point register file / branch network 2310 performs floating-point operations. In at least one embodiment, each of register files 2308 and 2310 may include, but is not limited to, a branch network that can bypass or forward recently completed results that have not yet been written to the register file to new dependent objects. In at least one embodiment, register files 2308 and 2310 may communicate data with each other. In at least one embodiment, integer register file / branch network 2308 may include, but is not limited to, two separate register files: one register file for low-order 32-bit data and a second register file for high-order 32-bit data. In at least one embodiment, floating point register file / branch network 2310 may include, but is not limited to, 128-bit wide entries, as floating point instructions typically have operands that are 64 to 128 bits wide.
[0278] In at least one embodiment, execution units 2312, 2314, 2316, 2318, 2320, 2322, and 2324 can execute instructions. In at least one embodiment, register files 2308 and 2310 store integer and floating-point data operand values required for microinstructions to execute. In at least one embodiment, processor 2300 can include, but is not limited to, any number of execution units 2312, 2314, 2316, 2318, 2320, 2322, and 2324, and combinations thereof. In at least one embodiment, floating-point ALU 2322 and floating-point move unit 2324 can execute floating-point, MMX, SIMD, AVX, SSE, or other operations, including specialized machine learning instructions. In at least one embodiment, floating-point ALU 2322 can include, but is not limited to, a 64-bit by 64-bit floating-point divider to perform division, square root, and remainder micro-operations. In at least one embodiment, floating-point hardware can be used to process instructions involving floating-point values. In at least one embodiment, ALU operations can be passed to fast ALUs 2316 and 2318. In at least one embodiment, fast ALUs 2316 and 2318 can perform fast operations with an effective latency of half a clock cycle. In at least one embodiment, most complex integer operations go to slow ALU 2320, as slow ALU 2320 may include, but is not limited to, integer execution hardware for long-latency operations, such as multipliers, shifts, flag logic, and branch processing. In at least one embodiment, memory load / store operations can be performed by ALUs 2312 and 2314. In at least one embodiment, fast ALU 2316, fast ALU 2318, and slow ALU 2320 can perform integer operations on 64-bit data operands. In at least one embodiment, fast ALU 2316, fast ALU 2318, and slow ALU 2320 can be implemented to support various data bit sizes, including 16, 32, 128, 256, and the like. In at least one embodiment, the floating point ALU 2322 and floating point shift unit 2324 can be implemented to support a range of operands having bits of various widths. In at least one embodiment, the floating point ALU 2322 and floating point shift unit 2324 can operate on 128-bit wide packed data operands in conjunction with SIMD and multimedia instructions.
[0279] In at least one embodiment, the microinstruction schedulers 2302, 2304, and 2306 schedule dependent operations before the parent load completes execution. In at least one embodiment, because microinstructions can be speculatively scheduled and executed in processor 2300, processor 2300 can also include logic for handling memory misses. In at least one embodiment, if a data load misses in the data cache, there may be dependent operations running in the pipeline that temporarily prevent the scheduler from having the correct data. In at least one embodiment, a replay mechanism tracks and re-executes instructions that use incorrect data. In at least one embodiment, it may be necessary to replay dependent operations and allow independent operations to complete. In at least one embodiment, the scheduler and replay mechanism of at least one embodiment of the processor can also be designed to capture instruction sequences for text string comparison operations.
[0280] In at least one embodiment, the term "register" may refer to an on-board processor storage location that can be used as part of an instruction to identify an operand. In at least one embodiment, registers may be those that can be used from outside the processor (from a programmer's perspective). In at least one embodiment, registers may not be limited to a particular type of circuit. Instead, in at least one embodiment, registers can store data, provide data, and perform the functions described herein. In at least one embodiment, the registers described herein can be implemented by circuitry within the processor using a variety of different techniques, such as dedicated physical registers, physical registers dynamically allocated using register renaming, a combination of dedicated and dynamically allocated physical registers, and the like. In at least one embodiment, integer registers store 32-bit integer data. The register file of at least one embodiment also includes eight multimedia SIMD registers for packing data.
[0281] In at least one embodiment, utilizing Figure 23 At least one component shown or described is implemented in combination Figures 1 to 9 In at least one embodiment, Figure 23 At least one component of is used to indicate whether one or more processors can be controlled by two or more drivers concurrently. In at least one embodiment, Figure 23 At least one component performs Figure 1 application 104, graphics driver 110, compute driver 112, graphics processor driver 114 and / or graphics processor 116, GPU driver 216 of FIG. 2, Figure 3 Application programming interface command 302, Figure 5 Shared context 512, Figures 6 and 7 Operation 600-700, Figure 8 Processor 800 and / or Figure 9At least one aspect of function 910 described.
[0282] Figure 24 A processor 2400 is shown in accordance with at least one embodiment. In at least one embodiment, the processor 2400 includes, but is not limited to, one or more processor cores (cores) 2402A-2402N, an integrated memory controller 2414, and an integrated graphics processor 2408. In at least one embodiment, the processor 2400 may include additional cores, up to and including the additional processor core 2402N represented by the dashed box. In at least one embodiment, each processor core 2402A-2402N includes one or more internal cache units 2404A-2404N. In at least one embodiment, each processor core may also have access to one or more shared cache units 2406. In at least one embodiment, the one or more processor cores 2402A-2402N are referred to as one or more computational units or operational units.
[0283] In at least one embodiment, the internal cache units 2404A-2404N and the shared cache unit 2406 represent a cache memory hierarchy within the processor 2400. In at least one embodiment, the cache memory units 2404A-2404N may include at least one level of instruction and data within each processor core and one or more levels of cache in a shared mid-level cache, such as an L2, L3, level 4 (L4), or other level of cache, with the highest level of cache being categorized as LLC before external memory. In at least one embodiment, cache coherence logic maintains coherence between the various cache units 2406 and 2404A-2404N. In at least one embodiment, one or more processor cores 2402A-2402N are referred to as one or more compute units or compute units.
[0284] In at least one embodiment, the processor 2400 may also include a set of one or more bus controller units 2416 and a system agent core 2410. In at least one embodiment, the one or more bus controller units 2416 manage a set of peripheral buses, such as one or more PCI or PCI Express buses. In at least one embodiment, the system agent core 2410 provides management functions for various processor components. In at least one embodiment, the system agent core 2410 includes one or more integrated memory controllers 2414 to manage access to various external memory devices (not shown).
[0285] In at least one embodiment, one or more processor cores 2402A-2402N include support for simultaneous multithreading. In at least one embodiment, system agent core 2410 includes components for coordinating and operating processor cores 2402A-2402N during multithreaded processing. In at least one embodiment, system agent core 2410 may additionally include a power control unit (PCU) that includes logic and components to regulate one or more power states of processor cores 2402A-2402N and graphics processor 2408.
[0286] In at least one embodiment, the processor 2400 further includes a graphics processor 2408 to perform graphics processing operations. In at least one embodiment, the graphics processor 2408 is coupled to a shared cache unit 2406 and a system agent core 2410 including one or more integrated memory controllers 2414. In at least one embodiment, the system agent core 2410 also includes a display controller 2411 for driving the graphics processor output to one or more coupled displays. In at least one embodiment, the display controller 2411 may also be a separate module coupled to the graphics processor 2408 via at least one interconnect, or may be integrated within the graphics processor 2408.
[0287] In at least one embodiment, a ring-based interconnect 2412 is used to couple the internal components of the processor 2400. In at least one embodiment, alternative interconnects may be used, such as point-to-point interconnects, switched interconnects, or other technologies. In at least one embodiment, the graphics processor 2408 is coupled to the ring interconnect 2412 via an I / O link 2413.
[0288] In at least one embodiment, I / O link 2413 represents at least one of a variety of I / O interconnects, including an on-package I / O interconnect that facilitates communication between various processor components and a high-performance embedded memory module 2418 (e.g., an eDRAM module). In at least one embodiment, each of the processor cores 2402A-2402N and the graphics processor 2408 uses the embedded memory module 2418 as a shared LLC.
[0289] In at least one embodiment, the processor cores 2402A-2402N are homogeneous cores that execute a common instruction set architecture. In at least one embodiment, the processor cores 2402A-2402N are heterogeneous in terms of ISA, where one or more processor cores 2402A-2402N execute a common instruction set, while one or more other processor cores 2402A-2402N execute a subset of the common instruction set or a different instruction set. In at least one embodiment, the processor cores 2402A-2402N are heterogeneous in terms of microarchitecture, where one or more cores with relatively high power consumption are coupled with one or more power cores with lower power consumption. In at least one embodiment, the processor 2400 can be implemented on one or more chips or as a SoC integrated circuit.
[0290] In at least one embodiment, utilizing Figure 24 At least one component shown or described in the embodiment is implemented in combination Figures 1 to 9 In at least one embodiment, Figure 24 At least one component of is used to indicate whether one or more processors can be controlled by two or more drivers concurrently. In at least one embodiment, Figure 24 At least one component performs a combination Figure 1 2 , the GPU driver 216, Figure 3 Application Programming Interface Commands 302, Figure 5 Shared context 512, Figures 6 and 7 Operations 600-700, Figure 8 The processor 800 and / or Figure 9 At least one aspect of the function 910 described in.
[0291] Figure 25 A graphics processor core 2500 is shown in accordance with at least one described embodiment. In at least one embodiment, graphics processor core 2500 is included within a graphics core array. In at least one embodiment, graphics processor core 2500 (sometimes referred to as a core slice) can be one or more graphics cores within a modular graphics processor. In at least one embodiment, graphics processor core 2500 is an example of one graphics core slice, and the graphics processors described herein can include multiple graphics core slices based on target power and performance envelopes. In at least one embodiment, each graphics core 2500 can include fixed function blocks 2530 coupled to multiple sub-cores 2501A-2501F, also referred to as sub-slices, which include modular blocks of general purpose and fixed function logic.
[0292] In at least one embodiment, fixed function block 2530 includes a geometry / fixed function pipeline 2536, which may be shared by all sub-cores in graphics processor 2500, for example, in lower performance and / or lower power graphics processor implementations. In at least one embodiment, geometry / fixed function pipeline 2536 includes a 3D fixed function pipeline, a video front end unit, a thread spawner and thread dispatcher, and a unified return buffer manager that manages a unified return buffer.
[0293] In at least one embodiment, fixed function block 2530 also includes a graphics SoC interface 2537, a graphics microcontroller 2538, and a media pipeline 2539. Graphics SoC interface 2537 provides an interface between graphics core 2500 and other processor cores in the SoC integrated circuit system. In at least one embodiment, graphics microcontroller 2538 is a programmable subprocessor that can be configured to manage various functions of graphics processor 2500, including thread dispatching, scheduling, and preemption. In at least one embodiment, media pipeline 2539 includes logic that facilitates decoding, encoding, pre-processing, and / or post-processing of multimedia data, including image and video data. In at least one embodiment, media pipeline 2539 implements media operations via requests to computational or sampling logic within sub-cores 2501-2501F.
[0294] In at least one embodiment, the SoC interface 2537 enables the graphics core 2500 to communicate with a general-purpose application processor core (e.g., a CPU) and / or other components within the SoC, including memory hierarchy elements such as shared LLC memory, system RAM, and / or embedded on-chip or packaged DRAM. In at least one embodiment, the SoC interface 2537 may also enable communication with fixed-function devices within the SoC (e.g., a camera imaging pipeline) and enable the use and / or implementation of global memory atomics that can be shared between the graphics core 2500 and the CPU within the SoC. In at least one embodiment, the SoC interface 2537 may also implement power management controls for the graphics core 2500 and enable interfaces between the clock domain of the graphics core 2500 and other clock domains within the SoC. In at least one embodiment, the SoC interface 2537 enables receiving command buffers from a command stream converter and a global thread dispatcher, which are configured to provide commands and instructions to each of one or more graphics cores within the graphics processor. In at least one embodiment, commands and instructions may be dispatched to the media pipeline 2539 when media operations are to be performed, or may be assigned to the geometry and fixed function pipelines (e.g., geometry and fixed function pipeline 2536, geometry and fixed function pipeline 2514) when graph processing operations are to be performed.
[0295] In at least one embodiment, the graphics microcontroller 2538 can be configured to perform various scheduling and management tasks for the graphics core 2500. In at least one embodiment, the graphics microcontroller 2538 can perform graph and / or compute workload scheduling on the various graphics parallel engines within the execution unit (EU) arrays 2502A-2502F, 2504A-2504F in the sub-cores 2501A-2501F. In at least one embodiment, host software executing on a CPU core of a SoC including the graphics core 2500 can submit a workload to one of a plurality of graphics processor doorbells, which invokes scheduling operations on the appropriate graphics engine. In at least one embodiment, the scheduling operations include determining which workload to run next, submitting the workload to the command stream converter, preempting existing workloads running on the engine, monitoring the progress of the workload, and notifying the host software when the workload is complete. In at least one embodiment, the graphics microcontroller 2538 may also facilitate a low power or idle state for the graphics core 2500, thereby providing the graphics core 2500 with the ability to save and restore registers across low power state transitions within the graphics core 2500 independent of the operating system and / or graphics driver software on the system.
[0296] In at least one embodiment, graphics core 2500 may have more or fewer sub-cores than the sub-cores 2501A-2501F shown, up to N modular sub-cores. For each set of N sub-cores, in at least one embodiment, graphics core 2500 may also include shared function logic 2510, shared and / or cache memory 2512, geometry / fixed function pipelines 2514, and additional fixed function logic 2516 to accelerate various graphics and compute processing operations. In at least one embodiment, shared function logic 2510 may include logic units (e.g., samplers, math, and / or inter-thread communication logic) that may be shared by each of the N sub-cores within graphics core 2500. Shared and / or cache memory 2512 may be LLC for the N sub-cores 2501A-2501F within graphics core 2500 and may also serve as shared memory accessible by multiple sub-cores. In at least one embodiment, geometry / fixed function pipeline 2514 may be included in place of geometry / fixed function pipeline 2536 within fixed function block 2530 and may include the same or similar logic units.
[0297] In at least one embodiment, graphics core 2500 includes additional fixed-function logic 2516, which may include various fixed-function acceleration logic for use by graphics core 2500. In at least one embodiment, additional fixed-function logic 2516 includes an additional geometry pipeline for use in position-only shading. In position-only shading, there are at least two geometry pipelines, and the full geometry pipeline and the culling pipeline within geometry / fixed-function pipelines 2516, 2536 are additional geometry pipelines that may be included in additional fixed-function logic 2516. In at least one embodiment, the culling pipeline is a modified version of the full geometry pipeline. In at least one embodiment, the full pipeline and the culling pipeline can execute different instances of an application, each with a separate context. In at least one embodiment, position-only shading can hide long culling runs for discarded triangles, allowing shading to complete earlier in some cases. For example, in at least one embodiment, the culling pipeline logic in the additional fixed function logic 2516 can execute position shaders in parallel with the main application and generally generate critical results faster than the full pipeline because the culling pipeline obtains and masks the position attributes of the vertices without having to perform rasterization and render the pixels to the frame buffer. In at least one embodiment, the culling pipeline can use the generated critical results to calculate visibility information for all triangles, regardless of whether those triangles are culled. In at least one embodiment, the full pipeline (which in this case may be called a replay pipeline) can consume visibility information to skip culled triangles to mask only visible triangles that are ultimately passed to the rasterization stage.
[0298] In at least one embodiment, the additional fixed function logic 2516 may also include general purpose processing acceleration logic, such as fixed function matrix multiplication logic, for implementing slowed down CUAD routines.
[0299] In at least one embodiment, a set of execution resources is included within each graphics sub-core 2501A-2501F that can be used to execute graphics, media, and compute operations in response to requests from the graphics pipeline, media pipeline, or shader programs. In at least one embodiment, the graphics sub-core 2501A-2501F includes a plurality of EU arrays 2502A-2502F, 2504A-2504F, thread dispatch and inter-thread communication (TD / IC) logic 2503A-2503F, 3D (e.g., texture) samplers 2505A-2505F, media samplers 2506A-2506F, shader processors 2507A-2507F, and shared local memory (SLM) 2508A-2508F. Each of the EU arrays 2502A-2502F and 2504A-2504F includes multiple execution units, which are GU GPUs capable of servicing graphics, media, or compute operations, executing floating-point and integer / fixed-point logic operations, including graphics, media, or compute shader programs. In at least one embodiment, the TD / IC logic 2503A-2503F performs local thread dispatch and thread control operations for the execution units within the sub-core and facilitates communication between threads executing on the execution units of the sub-core. In at least one embodiment, the 3D samplers 2505A-2505F can read texture or other 3D graphics-related data into memory. In at least one embodiment, the 3D samplers can read texture data differently based on the configured sampling state and texture format associated with a given texture. In at least one embodiment, the media samplers 2506A-2506F can perform similar read operations based on the type and format associated with the media data. In at least one embodiment, each graphics sub-core 2501A-2501F may alternatively include a unified 3D and media sampler. In at least one embodiment, threads executing on execution units within each sub-core 2501A-2501F may utilize shared local memory 2508A-2508F within each sub-core, enabling threads executing within a thread group to execute using a common pool of on-chip memory.
[0300] In at least one embodiment, utilizing Figure 25 At least one component shown or described is implemented in combination Figures 1 to 9 In at least one embodiment, Figure 25 At least one component of is used to indicate whether one or more processors can be controlled by two or more drivers concurrently. In at least one embodiment, Figure 25 At least one component performs a combination Figure 1 2 , the GPU driver 216, Figure 3 Application Programming Interface Commands 302, Figure 5 Shared context 512 in Figures 6 and 7 Operations 600-700, Figure 8 The processor 800 and / or Figure 9 At least one aspect of the function 910 described in.
[0301] Figure 26 A parallel processing unit ("PPU") 2600 is shown in accordance with at least one embodiment. In at least one embodiment, PPU 2600 is configured with machine-readable code that, if executed by PPU 2600, causes PPU 2600 to perform some or all of the processes and techniques described herein. In at least one embodiment, PPU 2600 is a multi-threaded processor implemented on one or more integrated circuit devices and utilizes multithreading as a latency hiding technique designed to process computer-readable instructions (also referred to as machine-readable instructions or simply instructions) executed in parallel on multiple threads. In at least one embodiment, a thread refers to an execution thread and is an instance of a group of instructions configured to be executed by PPU 2600. In at least one embodiment, PPU 2600 is a graphics processing unit ("GPU") configured to implement a graphics rendering pipeline for processing three-dimensional ("3D") graphics data to generate two-dimensional ("2D") image data for display on a display device, such as an LCD device. In at least one embodiment, PPU 2600 is configured to perform computations, such as linear algebra operations and machine learning operations. Figure 26 The example parallel processor is shown for illustrative purposes only and should be construed as a non-limiting example of a processor architecture implemented in at least one embodiment.
[0302] In at least one embodiment, one or more PPUs 2600 are configured to accelerate high-performance computing ("HPC"), data center, and machine learning applications. In at least one embodiment, one or more PPUs 2600 are configured to accelerate CUDA programs. In at least one embodiment, a PPU 2600 includes, but is not limited to, an I / O unit 2606, a front-end unit 2610, a scheduler unit 2612, a work distribution unit 2614, a hub 2616, a crossbar switch ("Xbar") 2620, one or more general processing clusters ("GPCs") 2618, and one or more partitioning units ("memory partitioning units") 2622. In at least one embodiment, a PPU 2600 is connected to a host processor or other PPUs 2600 via one or more high-speed GPU interconnects ("GPU interconnects") 2608. In at least one embodiment, a PPU 2600 is connected to a host processor or other peripheral devices via a system bus or interconnect 2602. In one embodiment, PPU 2600 is connected to local memory including one or more memory devices ("memory") 2604. In at least one embodiment, memory device 2604 includes, but is not limited to, one or more dynamic random access memory ("DRAM") devices. In at least one embodiment, one or more DRAM devices are configured and / or configurable as a high-bandwidth memory ("HBM") subsystem, with multiple DRAM dies stacked within each device.
[0303] In at least one embodiment, the high-speed GPU interconnect 2608 may refer to a wire-based, multi-lane communication link that a system uses to scale and includes one or more PPUs 2600 ("CPUs") in conjunction with one or more CPUs, supporting cache coherency between the PPU 2600 and the CPUs and CPU mastering. In at least one embodiment, the high-speed GPU interconnect 2608 transmits data and / or commands to other units of the PPU 2600, such as one or more copy engines, video encoders, video decoders, power management units, and / or other processors, via the hub 2616. Figure 26 Other components that may not be explicitly shown.
[0304] In at least one embodiment, the I / O unit 2606 is configured to receive data from the host processor ( Figure 262606). In at least one embodiment, the I / O unit 2606 communicates with the host processor directly via the system bus 2602 or through one or more intermediate devices (e.g., a memory bridge). In at least one embodiment, the I / O unit 2606 can communicate with one or more other processors (e.g., one or more PPUs 2600) via the system bus 2602. In at least one embodiment, the I / O unit 2606 implements a PCIe interface for communicating over the PCIe bus. In at least one embodiment, the I / O unit 2606 implements an interface for communicating with external devices.
[0305] In at least one embodiment, the I / O unit 2606 decodes packets received via the system bus 2602. In at least one embodiment, at least some of the packets represent commands configured to cause the PPU 2600 to perform various operations. In at least one embodiment, the I / O unit 2606 sends the decoded commands to various other units of the PPU 2600 as specified by the commands. In at least one embodiment, the commands are sent to the front end unit 2610 and / or to the hub 2616 or other units of the PPU 2600, such as one or more copy engines, video encoders, video decoders, power management units, etc. ( Figure 26 In at least one embodiment, I / O unit 2606 is configured to route communications between the various logical units of PPU 2600.
[0306] In at least one embodiment, a program executed by a host processor encodes a command stream in a buffer that provides a workload to the PPU 2600 for processing. In at least one embodiment, the workload includes instructions and data to be processed by those instructions. In at least one embodiment, the buffer is an area in memory that is accessible (e.g., read / write) by both the host processor and the PPU 2600—the host interface unit can be configured to access the buffer in system memory connected to the system bus 2602 via memory requests transmitted via the I / O unit 2606 over the system bus 2602. In at least one embodiment, the host processor writes a command stream into the buffer and then sends a pointer indicating the beginning of the command stream to the PPU 2600, so that the front end unit 2610 receives pointers to one or more command streams and manages the one or more command streams, reading commands from the command streams and forwarding the commands to the various units of the PPU 2600.
[0307] In at least one embodiment, the front end unit 2610 is coupled to a scheduler unit 2612 that configures the various GPCs 2618 to process tasks defined by one or more command streams. In at least one embodiment, the scheduler unit 2612 is configured to track state information related to the various tasks managed by the scheduler unit 2612, where the state information may indicate which GPC 2618 the task is assigned to, whether the task is active or inactive, a priority associated with the task, and the like. In at least one embodiment, the scheduler unit 2612 manages multiple tasks that execute on one or more GPCs 2618.
[0308] In at least one embodiment, the scheduler unit 2612 is coupled to a work distribution unit 2614, which is configured to dispatch tasks for execution on the GPCs 2618. In at least one embodiment, the work distribution unit 2614 tracks a plurality of scheduled tasks received from the scheduler unit 2612 and manages a pending task pool and an active task pool for each GPC 2618. In at least one embodiment, the pending task pool includes a plurality of time slots (e.g., 32 time slots) containing tasks assigned to be processed by a particular GPC 2618; the active task pool may include a plurality of time slots (e.g., 4 time slots) for tasks actively being processed by the GPC 2618, such that as a task in a GPC 2618 completes execution, the task is evicted from the active task pool of the GPC 2618, and one of the other tasks is selected from the pending task pool and scheduled for execution on the GPC 2618. In at least one embodiment, if an active task is idle on a GPC 2618, such as while waiting for data dependencies to be resolved, the active task is evicted from the GPC 2618 and returned to the pending task pool, while another task in the pending task pool is selected and scheduled for execution on the GPC 2618.
[0309] In at least one embodiment, work distribution unit 2614 communicates with one or more GPCs 2618 via XBar 2620. In at least one embodiment, XBar 2620 is an interconnect network that couples many units of PPU 2600 to other units of PPU 2600 and can be configured to couple work distribution unit 2614 to a specific GPC 2618. In at least one embodiment, one or more other units of PPU 2600 can also be connected to XBar 2620 through hub 2616.
[0310] In at least one embodiment, tasks are managed by a scheduler unit 2612 and assigned to one of the GPCs 2618 by a work distribution unit 2614. The GPC 2618 is configured to process tasks and produce results. In at least one embodiment, the results can be consumed by other tasks in the GPC 2618, routed to a different GPC 2618 via an XBar 2620, or stored in memory 2604. In at least one embodiment, the results can be written to memory 2604 via a partition unit 2622, which implements a memory interface for writing data to or reading data from memory 2604. In at least one embodiment, the results can be transferred to another PPU 2600 or CPU via a high-speed GPU interconnect 2608. In at least one embodiment, the PPU 2600 includes, but is not limited to, U partition units 2622, which equal the number of separate and distinct memory devices 2604 coupled to the PPU 2600.
[0311] In at least one embodiment, the host processor executes a driver core that implements an application programming interface (API) that enables one or more applications executing on the host processor to schedule operations for execution on the PPU 2600. In one embodiment, multiple computing applications are executed simultaneously by the PPU 2600, and the PPU 2600 provides isolation, quality of service ("QoS"), and independent address spaces for the multiple computing applications. In at least one embodiment, the application generates instructions (e.g., in the form of API calls) that cause the driver core to generate one or more tasks for execution by the PPU 2600, and the driver core outputs the tasks to one or more streams processed by the PPU 2600. In at least one embodiment, each task includes one or more related thread groups, which may be referred to as warps. In at least one embodiment, a warp includes multiple related threads (e.g., 32 threads) that can execute in parallel. In at least one embodiment, a cooperative thread may refer to multiple threads that include instructions for executing tasks and exchanging data through shared memory.
[0312] In at least one embodiment, utilizing Figure 26 At least one component shown or described in the embodiment is implemented in combination Figures 1 to 9 In at least one embodiment, Figure 26 At least one component of is used to indicate whether one or more processors can be controlled by two or more drivers concurrently. In at least one embodiment, Figure 26 At least one component performs a combination Figure 12 , the GPU driver 216, Figure 3 Application Programming Interface Commands 302, Figure 5 Shared context 512 in Figures 6 and 7 Operations 600-700, Figure 8 The processor 800 and / or Figure 9 At least one aspect of the function 910 described in.
[0313] Figure 27 FIG2 shows a GPC 2700 according to at least one embodiment. In at least one embodiment, the GPC 2700 is Figure 26 2618. In at least one embodiment, each GPC 2700 includes, but is not limited to, multiple hardware units for processing tasks, and each GPC 2700 includes, but is not limited to, a pipeline manager 2702, a pre-raster operations unit ("PROP") 2704, a raster engine 2708, a work distribution crossbar ("WDX") 2716, a memory management unit ("MMU") 2718, one or more data processing clusters ("DPCs") 2706, and any suitable combination of components.
[0314] In at least one embodiment, the operation of the GPC 2700 is controlled by a pipeline manager 2702. In at least one embodiment, the pipeline manager 2702 manages the configuration of one or more DPCs 2706 to process tasks assigned to the GPC 2700. In at least one embodiment, the pipeline manager 2702 configures at least one of the one or more DPCs 2706 to implement at least a portion of a graphics rendering pipeline. In at least one embodiment, a DPC 2706 is configured to execute vertex shader programs on a programmable streaming multiprocessor ("SM") 2714. In at least one embodiment, the pipeline manager 2702 is configured to route packets received from a work distribution unit to appropriate logic within the GPC 2700, and in at least one embodiment, some packets may be routed to fixed-function hardware units in the PROP 2704 and / or raster engine 2708, while other packets may be routed to a DPC 2706 for processing by a primitive engine 2712 or an SM 2714. In at least one embodiment, pipeline manager 2702 configures at least one of DPCs 2706 to implement a neural network model and / or a computational pipeline. In at least one embodiment, pipeline manager 2702 configures at least one of DPCs 2706 to execute at least a portion of a CUDA program.
[0315] In at least one embodiment, PROP unit 2704 is configured to route data generated by raster engine 2708 and DPC 2706 to a raster operations ("ROP") unit in a partition unit, such as described above in conjunction with Figure 25 Memory partitioning unit 2522, etc., described in more detail. In at least one embodiment, PROP unit 2704 is configured to perform optimizations for color blending, organize pixel data, perform address translation, and the like. In at least one embodiment, raster engine 2708 includes, but is not limited to, a plurality of fixed-function hardware units configured to perform various raster operations, and in at least one embodiment, raster engine 2708 includes, but is not limited to, a setup engine, a coarse raster engine, a culling engine, a clipping engine, a fine raster engine, a tile aggregation engine, and any suitable combination thereof. In at least one embodiment, the setup engine receives transformed vertices and generates plane equations associated with the geometric primitives defined by the vertices; the plane equations are passed to the coarse raster engine to generate coverage information for the primitives (e.g., an x, y coverage mask for the tile); the output of the coarse raster engine is passed to the culling engine, where fragments associated with primitives that fail the z test are culled, and to the clipping engine, where fragments outside the viewing frustum are clipped. In at least one embodiment, the clipped and culled fragments are passed to a fine raster engine to generate properties for the pixel fragments based on a plane equation generated by the setup engine. In at least one embodiment, the output of the raster engine 2708 includes fragments to be processed by any appropriate entity (e.g., by a fragment shader implemented within the DPC 2706).
[0316] In at least one embodiment, each DPC 2706 included in a GPC 2700 includes, but is not limited to, an M-pipeline controller ("MPC") 2710; a primitive engine 2712; one or more SMs 2714; and any suitable combination thereof. In at least one embodiment, the MPC 2710 controls the operation of the DPC 2706, routing packets received from the pipeline manager 2702 to appropriate units within the DPC 2706. In at least one embodiment, packets associated with vertices are routed to the primitive engine 2712, which is configured to fetch vertex attributes associated with the vertices from memory; conversely, packets associated with shader programs may be sent to the SM 2714.
[0317] In at least one embodiment, SM 2714 includes, but is not limited to, a programmable streaming processor configured to process tasks represented by multiple threads. In at least one embodiment, SM 2714 is multithreaded and configured to simultaneously execute multiple threads (e.g., 32 threads) from a particular thread group, and implements a single instruction, multiple data ("SIMD") architecture, in which each thread in a group of threads (e.g., a warp) is configured to process a different set of data based on the same instruction set. In at least one embodiment, all threads in a thread group execute the same instructions. In at least one embodiment, SM 2714 implements a single instruction, multiple thread ("SIMT") architecture, in which each thread in a group of threads is configured to process a different set of data based on the same instruction set, but in which individual threads in a thread group are allowed to diverge during execution. In at least one embodiment, a program counter, call stack, and execution state are maintained for each warp, thereby enabling concurrency between warps and serial execution within a warp when threads in the warp diverge. In another embodiment, a program counter, call stack, and execution state are maintained for each individual thread, thereby enabling equal concurrency between all threads within a warp and between warps. In at least one embodiment, execution state is maintained for each individual thread, and threads executing the same instruction can be converged and executed in parallel to improve efficiency. Figure 28 At least one embodiment of SM 2714 is described in further detail.
[0318] In at least one embodiment, the MMU 2718 provides a communication channel between the GPC 2700 and the memory partition unit (e.g., Figure 25 The MMU 2718 provides an interface between the memory and the partition unit 2522, and provides virtual to physical address translation, memory protection, and arbitration of memory requests. In at least one embodiment, the MMU 2718 provides one or more translation lookaside buffers ("TLBs") for performing translation of virtual addresses to physical addresses in memory.
[0319] In at least one embodiment, utilizing Figure 27 At least one component shown or described is implemented in combination Figures 1 to 9 In at least one embodiment, Figure 27 At least one component of is used to indicate whether one or more processors can be controlled by two or more drivers concurrently. In at least one embodiment, Figure 27 At least one component performs a combination Figure 1 2 , the GPU driver 216, Figure 3Application Programming Interface Commands 302, Figure 5 Shared context 512 in Figures 6 and 7 Operations 600-700, Figure 8 The processor 800 and / or Figure 9 At least one aspect of function 910 in.
[0320] Figure 28 Streaming Multiprocessor ("SM") 2800 is shown in accordance with at least one embodiment. In at least one embodiment, SM 2800 is Figure 27 SM 2714. In at least one embodiment, SM 2800 includes, but is not limited to, an instruction cache 2802; one or more scheduler units 2804; a register file 2808; one or more processing cores ("cores") 2810; one or more special function units ("SFUs") 2812; one or more load / store units ("LSUs") 2814; an interconnect network 2816; a shared memory / level 1 ("L1") cache 2818; and any suitable combination thereof. In at least one embodiment, a work distribution unit schedules tasks for execution on a general processing cluster ("GPC") of a parallel processing unit ("PPU"), with each task being assigned to a specific data processing cluster ("DPC") within the GPC, and if the task is associated with a shader program, the task is assigned to one of SMs 2800. In at least one embodiment, scheduler unit 2804 receives tasks from the work distribution unit and manages instruction scheduling for one or more thread blocks assigned to SM 2800. In at least one embodiment, the scheduler unit 2804 schedules thread blocks for execution as warps of parallel threads, where each thread block is assigned at least one warp. In at least one embodiment, each warp executes a thread. In at least one embodiment, the scheduler unit 2804 manages multiple different thread blocks, assigns warps to different thread blocks, and then dispatches instructions from multiple different cooperative groups to various functional units (e.g., processing cores 2810, SFUs 2812, and LSUs 2814) during each clock cycle. In at least one embodiment, the SM 2800 includes one or more thread block clusters, where the thread block clusters enable programmatic control of locality at a granularity greater than that of a single thread block of a single streaming multiprocessor (SM). In at least one embodiment, thread block clusters (also referred to as "clusters") enable multiple thread blocks running concurrently on a streaming multiprocessor to synchronize data and cooperatively acquire, exchange, or otherwise use data.
[0321] In at least one embodiment, "cooperative groups" may refer to a programming model for organizing groups of communicating threads, allowing developers to express the granularity at which threads are communicating, thereby enabling the expression of richer, more efficient decompositions of parallelism. In at least one embodiment, a cooperative launch API supports synchronization between thread blocks to execute parallel algorithms. In at least one embodiment, conventional programming model APIs provide a single, simple construct for synchronizing cooperating threads: a barrier across all threads of a thread block (e.g., the syncthreads() function). However, in at least one embodiment, programmers can define thread groups at a granularity smaller than a thread block and synchronize within the defined group to achieve higher performance, design flexibility, and software reuse in the form of a collective group-wide function interface. In at least one embodiment, cooperative groups enable programmers to explicitly define thread groups at sub-block and multi-block granularity and perform collective operations, such as synchronizing threads within a cooperative group. In at least one embodiment, the sub-block granularity is as small as a single thread. In at least one embodiment, the programming model supports clean composition across software boundaries, allowing libraries and utility functions to safely synchronize within their local environment without making assumptions about convergence. In at least one embodiment, the cooperation group primitive enables new patterns of cooperative parallelism, including but not limited to producer-consumer parallelism, opportunistic parallelism, and global synchronization across an entire grid of thread blocks.
[0322] In at least one embodiment, the dispatch unit 2806 is configured to send instructions to one or more of the functional units, and the scheduler unit 2804 includes, but is not limited to, two dispatch units 2806 that enable two different instructions from the same warp to be dispatched per clock cycle. In at least one embodiment, each scheduler unit 2804 includes a single dispatch unit 2806 or additional dispatch units 2806.
[0323] In at least one embodiment, each SM 2800 includes, but is not limited to, a register file 2808 that provides a set of registers for the functional units of SM 2800. In at least one embodiment, register file 2808 is partitioned between each functional unit, allocating a dedicated portion of register file 2808 to each functional unit. In at least one embodiment, register file 2808 is partitioned between the different warps executed by SM 2800, and register file 2808 provides temporary storage for operands connected to the data paths of the functional units. In at least one embodiment, each SM 2800 includes, but is not limited to, a plurality of L processing cores 2810. In at least one embodiment, SM 2800 includes, but is not limited to, a large number (e.g., 128 or more) of different processing cores 2810. In at least one embodiment, each processing core 2810 includes, but is not limited to, a fully pipelined, single-precision, double-precision, and / or mixed-precision processing unit, including, but not limited to, a floating-point arithmetic logic unit and an integer arithmetic logic unit. In at least one embodiment, the floating-point arithmetic logic unit implements the IEEE 754-2008 standard for floating-point arithmetic. In at least one embodiment, processing core 2810 includes, but is not limited to, 64 single-precision (32-bit) floating point cores, 64 integer cores, 32 double-precision (64-bit) floating point cores, and 8 tensor cores.
[0324] In at least one embodiment, the tensor cores are configured to perform matrix operations. In at least one embodiment, one or more tensor cores are included in processing core 2810. In at least one embodiment, the tensor cores are configured to perform deep learning matrix arithmetic, such as convolution operations for neural network training and inference. In at least one embodiment, each tensor core operates on a 4×4 matrix and performs a matrix multiplication and accumulation operation D=A×B+C, where A, B, C, and D are 4×4 matrices.
[0325] In at least one embodiment, the matrix multiplication inputs A and B are 16-bit floating-point matrices, and the accumulation matrices C and D are 16-bit floating-point or 32-bit floating-point matrices. In at least one embodiment, the tensor core performs a 32-bit floating-point accumulation operation on the 16-bit floating-point input data. In at least one embodiment, the 16-bit floating-point multiplication uses 64 operations and obtains a full-precision product, which is then accumulated with other intermediate products using 32-bit floating-point addition to perform a 4x4x4 matrix multiplication. In at least one embodiment, the tensor core is used to perform larger two-dimensional or higher-dimensional matrix operations composed of these smaller elements. In at least one embodiment, an API (such as the CUDA-C++ API) exposes specialized matrix load, matrix multiplication and accumulation, and matrix store operations to efficiently use the tensor cores from a CUDA-C++ program. In at least one embodiment, at the CUDA level, the warp-level interface assumes a 16×16 matrix size across all 32 warp threads.
[0326] In at least one embodiment, each SM 2800 includes, but is not limited to, M SFUs 2812 that perform specialized functions (e.g., attribute evaluation, reciprocal square root, etc.). In at least one embodiment, the SFUs 2812 include, but are not limited to, tree traversal units configured to traverse a hierarchical tree data structure. In at least one embodiment, the SFUs 2812 include, but are not limited to, texture units configured to perform texture map filtering operations. In at least one embodiment, the texture units are configured to load texture maps (e.g., 2D arrays of texels) from memory and sample the texture maps to generate sampled texture values for use by shader programs executed by the SM 2800. In at least one embodiment, the texture maps are stored in shared memory / L1 cache 2818. In at least one embodiment, the texture units implement texture operations (such as filtering operations) using mip-maps (e.g., texture maps with different levels of detail). In at least one embodiment, each SM 2800 includes, but is not limited to, two texture units.
[0327] In at least one embodiment, each SM 2800 includes, but is not limited to, N LSUs 2814 that implement load and store operations between the shared memory / L1 cache 2818 and the register file 2808. In at least one embodiment, each SM 2800 includes, but is not limited to, an interconnection network 2816 that connects each functional unit to the register file 2808, and the LSUs 2814 connect to the register file 2808 and the shared memory / L1 cache 2818. In at least one embodiment, the interconnection network 2816 is a crossbar switch that can be configured to connect any functional unit to any register in the register file 2808, and to connect the LSUs 2814 to memory locations in the register file 2808 and the shared memory / L1 cache 2818.
[0328] In at least one embodiment, shared memory / L1 cache 2818 is an array of on-chip memory that, in at least one embodiment, allows for data storage and communication between the SM 2800 and the primitive engines, as well as between threads within the SM 2800. In at least one embodiment, shared memory / L1 cache 2818 includes, but is not limited to, 128KB of storage capacity and is located in the path from the SM 2800 to the partition unit. In at least one embodiment, shared memory / L1 cache 2818 is used, in at least one embodiment, to cache reads and writes. In at least one embodiment, one or more of shared memory / L1 cache 2818, L2 cache, and memory is a backing store.
[0329] In at least one embodiment, data cache and shared memory functionality are combined into a single memory block, providing improved performance for both types of memory accesses. In at least one embodiment, capacity is used by programs that do not utilize the shared memory or as a cache. For example, if the shared memory is configured to use half of its capacity, texture and load / store operations can use the remaining capacity. According to at least one embodiment, integration within the shared memory / L1 cache 2818 enables the shared memory / L1 cache 2818 to function as a high-throughput pipeline for streaming data, while providing high-bandwidth and low-latency access to frequently reused data. In at least one embodiment, when configured for general-purpose parallel computing, a simpler configuration can be used compared to graphics processing. In at least one embodiment, the fixed-function GPU is bypassed, creating a simpler programming model. In at least one embodiment, in a general-purpose parallel computing configuration, the work distribution unit directly allocates and distributes blocks of threads to DPCs. In at least one embodiment, threads in a block execute the same program, use unique thread IDs in computations to ensure that each thread generates unique results, use SM 2800 to execute the program and perform computations, use shared memory / L1 cache 2818 to communicate between threads, and use LSU 2814 to read and write global memory through shared memory / L1 cache 2818 and a memory partitioning unit. In at least one embodiment, when configured for general-purpose parallel computation, SM 2800 writes commands to scheduler unit 2804 that can be used to start new work on a DPC. In at least one embodiment, SM 2800 includes one or more distributed shared memories (or distributed shared memories) that enable direct SM-to-SM operations such as load, store, and execute atomic operations across multiple SM shared memory blocks.
[0330] In at least one embodiment, the SM 2800 includes one or more asynchronous execution functions, including a tensor memory accelerator (TMA) unit that can transfer data blocks between global memory and shared memory. In at least one embodiment, one or more processors use or access one or more TMAs to perform bidirectional copy operations, for example, from global memory to shared memory and vice versa. In at least one embodiment, the SM 2800 includes one or more TMAs for asynchronous copying between thread blocks in the cluster. In at least one embodiment, the SM 2800 includes one or more asynchronous transaction barriers for performing atomic data movement and synchronization. In at least one embodiment, the SM 2800 includes a Tensor Core Transformer Engine, which includes software and one or more cores for accelerating transformer model training and inference. In at least one embodiment, the transformer one or more processor cores that execute one or more Tensor Core Transformer Engines manage FP8 and 16-bit computations and dynamically select between FP8 and 16-bit computations by re-projecting and scaling between FP8 and 16-bit in each layer of one or more neural networks.
[0331] In at least one embodiment, the PPU is included in or coupled to a desktop computer, laptop computer, tablet computer, server, supercomputer, smartphone (e.g., wireless, handheld device), PDA, digital camera, vehicle, head-mounted display, handheld electronic device, etc. In at least one embodiment, the PPU is implemented on a single semiconductor substrate. In at least one embodiment, the PPU is included in a system-on-chip ("SoC") along with one or more other devices (e.g., additional PPUs, memory, a RISC CPU, an MMU, a digital-to-analog converter ("DAC"), etc.).
[0332] In at least one embodiment, the PPU can be included on a graphics card that includes one or more storage devices. The graphics card can be configured to connect to a PCIe slot on a desktop computer motherboard. In at least one embodiment, the PPU can be an integrated GPU ("iGPU") included in a chipset on the motherboard.
[0333] In at least one embodiment, utilizing Figure 28 At least one component shown or described in the embodiment is implemented in combination Figures 1 to 9 In at least one embodiment, Figure 28 At least one component of is used to indicate whether one or more processors can be controlled by two or more drivers concurrently. In at least one embodiment, Figure 28 At least one component performs a combination Figure 12 , the GPU driver 216, Figure 3 Application Programming Interface Commands 302, Figure 5 Shared context 512 in Figures 6 and 7 Operations 600-700, Figure 8 The processor 800 and / or Figure 9 At least one aspect of the function 910 described in.
[0334] Software Construction for General Computing
[0335] The following figures illustrate, but are not limited to, exemplary software architectures for implementing at least one embodiment.
[0336] Figure 29 A software stack for a programming platform according to at least one embodiment is shown. In at least one embodiment, a programming platform is a platform for utilizing hardware on a computing system to accelerate computing tasks. In at least one embodiment, a software developer can access the programming platform through libraries, compiler directives, and / or extensions to a programming language. In at least one embodiment, the programming platform can be, but is not limited to, CUDA, Radeon Open Compute Platform ("ROCm"), OpenCL (OpenCL developed by Khronos group), TM ), SYCL, or Intel One API.
[0337] In at least one embodiment, the programming platform's software stack 2900 provides an execution environment for applications 2901. In at least one embodiment, applications 2901 may include any computer software capable of being launched on the software stack 2900. In at least one embodiment, applications 2901 may include, but are not limited to, artificial intelligence ("AI") / machine learning ("ML") applications, high performance computing ("HPC") applications, virtual desktop infrastructure ("VDI"), or data center workloads.
[0338] In at least one embodiment, the application 2901 and software stack 2900 run on hardware 2907. In at least one embodiment, the hardware 2907 may include one or more GPUs, CPUs, FPGAs, AI engines, and / or other types of computing devices that support a programming platform. In at least one embodiment, for example, using CUDA, the software stack 2900 may be vendor-specific and only compatible with devices from a specific vendor. In at least one embodiment, for example, using OpenCL, the software stack 2900 can be used with devices from different vendors. In at least one embodiment, the hardware 2907 includes a host connected to one or more devices that can be accessed via application programming interface (API) calls to perform computing tasks. In at least one embodiment, compared to the host within the hardware 2907, which may include but is not limited to a CPU (but may also include a computing device) and its memory, the devices within the hardware 2907 may include but are not limited to a GPU, FPGA, AI engine, or other computing device (but may also include a CPU) and its memory.
[0339] In at least one embodiment, the programming platform's software stack 2900 includes, but is not limited to, a plurality of libraries 2903, a runtime 2905, and device kernel drivers 2906. In at least one embodiment, each of the libraries 2903 may include data and programming code that can be used by a computer program and utilized during software development. In at least one embodiment, the libraries 2903 may include, but are not limited to, prewritten code and subroutines, classes, values, type specifications, configuration data, documentation, help data, and / or message templates. In at least one embodiment, the libraries 2903 include functions optimized for execution on one or more types of devices. In at least one embodiment, the libraries 2903 may include, but are not limited to, functions for performing mathematical, deep learning, and / or other types of operations on the devices. In at least one embodiment, the libraries 2903 are associated with corresponding APIs 2902, which may include one or more APIs that expose the functions implemented in the libraries 2903. In at least one embodiment, a processor (e.g., a CPU, a GPU) executes, calls, or otherwise uses one or more APIs to prioritize kernels. For example, a first kernel (e.g., a parent kernel) can launch a second kernel (e.g., a child kernel), and the second kernel can be used by the processor to launch an additional kernel (e.g., a grandchild kernel) independent of the first kernel. In at least one embodiment, the processor executes an API or calls an API to be executed from memory to support dynamic stream priorities (e.g., updating priorities as streams are used to perform operations). For example, when the processor executes the API, it allows a programmer to copy stream priorities from one stream to one or more other streams.
[0340] In at least one embodiment, the software stack 2900 includes an API for supporting dynamic stream priorities (e.g., updating the priority when a stream is used to perform an operation), which allows a programmer to set the priority of a stream at any time after creation. In at least one embodiment, the software stack 2900 includes an API for supporting dynamic stream priorities (e.g., updating the priority when a stream is used to perform an operation), which allows a programmer to obtain the current priority of a stream, where the priority is one of multiple attributes of a stream. In at least one embodiment, the software stack 2900 includes an API for supporting dynamic stream priorities (e.g., updating the priority when a stream is used to perform an operation), which allows a programmer to obtain the current priority of a stream as a single attribute. In at least one embodiment, the software stack 2900 includes an API for supporting dynamic stream priorities (e.g., updating the priority when a stream is used to perform an operation), which allows a programmer to launch a kernel to perform an operation on a stream at a set priority (which may be different from the stream priority). In at least one embodiment, the software stack 2900 includes an API for indicating whether an object (e.g., a thread synchronization object such as a barrier) that tracks whether all data movement operations for a set of threads operating on the GPU are complete and have a specified state after a specified time period, where the specified state can be a state indicating that the data has been moved and is ready for use, and is specified using an expected parity value as input to the API.
[0341] In at least one embodiment, the software stack 2900 includes one or more APIs for updating the kernel. In at least one embodiment, the processor executes an API or calls an API to be executed from memory to update to an existing API to support context-free kernels, which allows programmers to add kernel nodes to a graph without a graphics context so that a graphics context can be dynamically associated with the kernel at runtime. In at least one embodiment, the software stack 2900 includes one or more APIs for allowing programmers to obtain a kernel identifier and a graphics context as separate parameters from a kernel node, thereby obtaining parameters from a kernel and a context-free kernel. In at least one embodiment, the software stack 2900 includes one or more APIs for launching a task graph (e.g., a task graph) and executing one or more task graphs (e.g., including one or more programs) using a parallel processor (such as, one or more graphics processing units).
[0342] In at least one embodiment, the software stack 2900 includes one or more APIs for associating one or more instructions with one or more memory ordering operations (e.g., fence or memory bar operations). In at least one embodiment, instructions are associated with one or more domains so that memory ordering operations are performed in association with one or more specific domains without interfering with instructions in other domains. The API is used to indicate that a thread has reached (e.g., at a thread synchronization barrier) or has completed a work phase associated with an asynchronous data movement operation on the GPU. In at least one embodiment, the software stack 2900 includes one or more APIs for allowing a programmer to manually indicate an expected transaction count when a thread has completed a work phase, which transaction count is used to update an object that tracks whether all data movement operations for a group of threads have completed.
[0343] In at least one embodiment, application 2901 is written as source code that is compiled into executable code as follows: Figures 34-36 2901. In at least one embodiment, the executable code of application 2901 can run at least in part on an execution environment provided by software stack 2900. In at least one embodiment, during the execution of application 2901, code that needs to run on the device (as opposed to the host) can be obtained. In this case, in at least one embodiment, runtime 2905 can be called to load and start the necessary code on the device. In at least one embodiment, runtime 2905 can include any technically feasible runtime system capable of supporting the execution of application 2901.
[0344] In at least one embodiment, runtime 2905 is implemented as one or more runtime libraries associated with a corresponding API (shown as API 2904). In at least one embodiment, one or more such runtime libraries may include, but are not limited to, functions for memory management, execution control, device management, error handling, and / or synchronization, among others. In at least one embodiment, memory management functions may include, but are not limited to, functions for allocating, deallocating, and copying device memory, and for transferring data between host memory and device memory. In at least one embodiment, execution control functions may include, but are not limited to, functions for launching a function on the device (sometimes referred to as a "kernel" when the function is a global function callable from the host), and functions for setting property values in buffers maintained by the runtime library for a given function to be executed on the device.
[0345] In at least one embodiment, the runtime library and corresponding API 2904 can be implemented in any technically feasible manner. In at least one embodiment, one (or any number of) APIs can expose a low-level set of functions for fine-grained control of a device, while another (or any number of) APIs can expose such a higher-level set of functions. In at least one embodiment, a high-level runtime API can be built on top of the low-level APIs. In at least one embodiment, one or more runtime APIs can be language-specific APIs layered on top of a language-independent runtime API.
[0346] In at least one embodiment, one or more processors disclosed in the “processing system” may execute, access, or otherwise use software stack 2900. For example, APU 1600, CPU 1700, 19A-19B exemplary graphics processors, general purpose graphics processing unit (“GPGPU”) 2030, parallel processor 2100, processing cluster 2194, graphics multiprocessor 2134, graphics multiprocessor 2196, graphics processor 2200, processor 2300, processor 2400, parallel processing unit (“PPU”) 2600, GPC 2700, and / or streaming multiprocessor (“SM”) 2800 may execute, use, call, or otherwise implement (e.g., by accessing memory) one or more APIs included in software stack 2900.
[0347] In at least one embodiment, the device kernel driver 2906 is configured to facilitate communication with the underlying device. In at least one embodiment, the device kernel driver 2906 can provide APIs such as API 2904 and / or low-level functions that other software relies on. In at least one embodiment, the device kernel driver 2906 can be configured to compile intermediate representation ("IR") code into binary code at runtime. In at least one embodiment, for CUDA, the device kernel driver 2906 can compile non-hardware-specific parallel thread execution ("PTX") IR code into binary code for a specific target device at runtime (caching the compiled binary code), which is sometimes also referred to as "final" code. In at least one embodiment, doing so can allow the final code to run on a target device that may not have existed when the source code was originally compiled into PTX code. Alternatively, in at least one embodiment, the device source code can be compiled into binary code offline without requiring the device kernel driver 2906 to compile the IR code at runtime.
[0348] In at least one embodiment, utilizing Figure 29 At least one component shown or described is implemented in combination Figures 1 to 9 In at least one embodiment, Figure 29 At least one component of is used to indicate whether one or more processors can be controlled by two or more drivers concurrently. In at least one embodiment, Figure 29 At least one component performs a combination Figure 1 2 , the GPU driver 216, Figure 3 Application Programming Interface Commands 302, Figure 5 Shared context 512, Figures 6 and 7 Operations 600-700, Figure 8 The processor 800 and / or Figure 9 At least one aspect of function 910 in.
[0349] Figure 30 According to at least one embodiment, Figure 29 3001. In at least one embodiment, the CUDA software stack 3000, on which the application 3001 can be launched, includes a CUDA library 3003, a CUDA runtime 3005, a CUDA driver 3007, and a device kernel driver 3008. In at least one embodiment, the CUDA software stack 3000 executes on hardware 3009, which may include a CUDA-enabled GPU developed by NVIDIA Corporation of Santa Clara, California.
[0350] In at least one embodiment, the application 3001, the CUDA runtime 3005, and the device kernel driver 3008 can perform functions similar to the application 2801, the runtime 2805, and the device kernel driver 2906, respectively. Figure 293006 . In at least one embodiment, the CUDA driver 3007 includes a library (libcuda.so) that implements the CUDA driver API 3006. In at least one embodiment, similar to the CUDA runtime API 3004 implemented by the CUDA runtime library (cudart), the CUDA driver API 3006 may expose, but is not limited to, functions for memory management, execution control, device management, error handling, synchronization, and / or graphics interoperability. In at least one embodiment, the CUDA driver API 3006 differs from the CUDA runtime API 3004 in that the CUDA runtime API 3004 simplifies device code management by providing implicit initialization, context (similar to process) management, and module (similar to dynamically loaded libraries) management. In contrast to the high-level CUDA runtime API 3004, in at least one embodiment, the CUDA driver API 3006 is a low-level API that provides finer-grained control over the device, particularly with respect to context and module loading. In at least one embodiment, the CUDA driver API 3006 may expose functions for context management that are not exposed by the CUDA runtime API 3004. In at least one embodiment, the CUDA driver API 3006 is also language-independent and supports, for example, OpenCL in addition to the CUDA runtime API 3004. Furthermore, in at least one embodiment, the development libraries, including the CUDA runtime 3005, can be considered separate from the driver components, including the user-mode CUDA driver 3007 and the kernel-mode device driver 3008 (sometimes also referred to as a "display" driver).
[0351] In at least one embodiment, the CUDA libraries 3003 may include, but are not limited to, mathematical libraries, deep learning libraries, parallel algorithm libraries, and / or signal / image / video processing libraries, which can be utilized by parallel computing applications (e.g., application 3001). In at least one embodiment, the CUDA libraries 3003 may include mathematical libraries, such as the cuBLAS library, which is an implementation of the Basic Linear Algebra Subroutines ("BLAS") for performing linear algebra operations; the cuFFT library for computing fast Fourier transforms ("FFTs"), and the cuRAND library for generating random numbers. In at least one embodiment, the CUDA libraries 3003 may include deep learning libraries, such as the cuDNN library for primitives for deep neural networks and the TensorRT platform for high-performance deep learning inference.
[0352] In at least one embodiment, utilizing Figure 30 At least one component shown or described is implemented in combination Figures 1 to 9 In at least one embodiment, Figure 30 At least one component of is used to indicate whether one or more processors can be controlled by two or more drivers concurrently. In at least one embodiment, Figure 30 At least one component performs Figure 1 application 104, graphics driver 110, compute driver 112, graphics processor driver 114 and / or graphics processor 116, GPU driver 216 of FIG. 2, Figure 3 Application programming interface command 302, Figure 5 Shared context 512, Figures 6 and 7 Operation 600-700, Figure 8 Processor 800 and / or Figure 9 At least one aspect of function 910 described.
[0353] Figure 31 According to at least one embodiment, Figure 29 3100 . In at least one embodiment, the ROCm software stack 3100 , on which an application 3101 can be launched, includes a language runtime 3103 , a system runtime 3105 , thunks 3107 , and a ROCm kernel driver 3108 . In at least one embodiment, the ROCm software stack 3100 executes on hardware 3109 , which may include a ROCm-enabled GPU developed by AMD, Inc. of Santa Clara, California.
[0354] In at least one embodiment, application 3101 may execute a combination of the above Figure 29 In addition, in at least one embodiment, the language runtime 3103 and the system runtime 3105 can perform functions similar to those described above in conjunction with the application 2901. Figure 29The language runtime 3103 and the system runtime 3105 are similar in functionality to the runtime 2905 discussed above. In at least one embodiment, the language runtime 3103 differs from the system runtime 3105 in that the system runtime 3105 is a language-agnostic runtime that implements the ROCr system runtime API 3104 and leverages the Heterogeneous System Architecture ("HSA") runtime API. In at least one embodiment, the HSA runtime API is a thin user-mode API that exposes interfaces for accessing and interacting with the AMDGPU, including functions for memory management, execution control of architecture-dispatched kernels, error handling, system and agent information, and runtime initialization and shutdown. In at least one embodiment, compared to the system runtime 3105, the language runtime 3103 is an implementation of a language-specific runtime API 3102 layered on top of the ROCr system runtime API 3104. In at least one embodiment, the language runtime API may include, but is not limited to, a portable heterogeneous compute interface ("HIP") language runtime API, a heterogeneous compute compiler ("HCC") language runtime API, or an OpenCL API, among others. In particular, the HIP language is an extension of the C++ programming language with a functionally similar version of the CUDA mechanism, and in at least one embodiment, the HIP language runtime API includes a Figure 30 Similar functions to the CUDA runtime API 3004 are discussed, such as functions for memory management, execution control, device management, error handling, and synchronization.
[0355] In at least one embodiment, thunk (ROCt) 3107 is an interface 3106 that can be used to interact with the underlying ROCm driver 3108. In at least one embodiment, the ROCm driver 3108 is a ROCk driver, which is a combination of the AMDGPU driver and the HSA kernel driver (amdkfd). In at least one embodiment, the AMDGPU driver is a device kernel driver for GPUs developed by AMD that performs the above combined Figure 29 The HSA kernel driver 2906 may function similarly to the discussed device kernel driver 2906. In at least one embodiment, the HSA kernel driver is a driver that allows different types of processors to more efficiently share system resources via hardware features.
[0356] In at least one embodiment, various libraries (not shown) may be included in the ROCm software stack 3100 above the language runtime 3103 and provide Figure 30 The various libraries may include, but are not limited to, math, deep learning, and / or other libraries, such as a hipBLAS library that implements functions similar to CUDA cuBLAS, a rocFFT library similar to CUDA cuFFT for computing FFTs, and the like.
[0357] In at least one embodiment, utilizing Figure 31 At least one component shown or described is implemented in combination Figures 1 to 9 In at least one embodiment, Figure 31 At least one component of is used to indicate whether one or more processors can be controlled by two or more drivers concurrently. In at least one embodiment, Figure 31 At least one component performs a combination Figure 1 2 , the GPU driver 216, Figure 3 Application Programming Interface Commands 302, Figure 5 Shared context 512 in Figures 6 and 7 Operations 600-700, Figure 8 The processor 800 and / or Figure 9 At least one aspect of function 910 in.
[0358] Figure 32 According to at least one embodiment, Figure 29 3200. In at least one embodiment, the OpenCL software stack 3200, on which the application 3201 can be launched, includes an OpenCL framework 3210, an OpenCL runtime 3206, and a driver 3207. In at least one embodiment, the OpenCL software stack 3200 executes on hardware 3009 that is not vendor-specific. In at least one embodiment, because devices developed by different vendors support OpenCL, specific OpenCL drivers may be required to interoperate with hardware from such vendors.
[0359] In at least one embodiment, the application 3201, the OpenCL runtime 3206, the device kernel driver 3207 and the hardware 3208 can each execute in conjunction with the above Figure 29 Similar functionality is discussed for application 2901, runtime 2905, device kernel driver 2906, and hardware 2907. In at least one embodiment, application 3201 also includes an OpenCL kernel 3202 having code to be executed on the device.
[0360] In at least one embodiment, OpenCL defines a "platform" that allows a host to control devices connected to the host. In at least one embodiment, the OpenCL framework provides a platform layer API and a runtime API, shown as platform API 3203 and runtime API 3205. In at least one embodiment, runtime API 3205 uses contexts to manage the execution of kernels on devices. In at least one embodiment, each identified device can be associated with a respective context, which runtime API 3205 can use to manage the device's command queue, program and kernel objects, shared memory objects, and the like. In at least one embodiment, platform API 3203 exposes functions that allow device contexts to be used to select and initialize devices, submit work to devices via command queues, and enable data transfer to and from devices. Additionally, in at least one embodiment, the OpenCL framework provides various built-in functions (not shown), including mathematical functions, relational functions, image processing functions, and the like.
[0361] In at least one embodiment, a compiler 3204 is also included in the OpenCL framework 3210. In at least one embodiment, source code can be compiled offline before executing the application or compiled online during execution of the application. In contrast to CUDA and ROCm, OpenCL applications in at least one embodiment can be compiled online by compiler 3204, which is included to represent any number of compilers that can be used to compile source code and / or IR code (e.g., Standard Portable Intermediate Representation ("SPIR-V") code) into binary code. Alternatively, in at least one embodiment, OpenCL applications can be compiled offline before executing such applications.
[0362] In at least one embodiment, utilizing Figure 32 At least one component shown or described is implemented in combination Figures 1 to 9 In at least one embodiment, Figure 32 At least one component of is used to indicate whether one or more processors can be controlled by two or more drivers concurrently. In at least one embodiment, Figure 32 At least one component performs Figure 1 application 104, graphics driver 110, compute driver 112, graphics processor driver 114 and / or graphics processor 116, GPU driver 216 of FIG. 2, Figure 3 Application programming interface command 302, Figure 5 Shared context 512, Figures 6 and 7 Operation 600-700, Figure 8 Processor 800 and / or Figure 9 At least one aspect of function 910 described.
[0363] Figure 33 Software supported by a programming platform according to at least one embodiment is shown. In at least one embodiment, programming platform 3304 is configured to support various programming models 3303, middleware and / or libraries 3302, and frameworks 3301 that applications 3300 can rely on. In at least one embodiment, application 3300 can be an AI / ML application implemented using, for example, a deep learning framework (e.g., MXNet, PyTorch, or TensorFlow), which can rely on libraries such as cuDNN, NVIDIA Collective Communications Library ("NCCL"), and / or NVIDIA Developer Data Loading Library ("DALI") CUDA libraries to provide accelerated computation on the underlying hardware.
[0364] In at least one embodiment, the programming platform 3304 can be a combination of the above Figure 30 、 Figure 31 and Figure 32 In at least one embodiment, the programming platform 3304 supports one of the CUDA, ROCm, or OpenCL platforms described herein. In at least one embodiment, the programming platform 3304 supports multiple programming models 3303, which are abstractions of the underlying computing system that allow the expression of algorithms and data structures. In at least one embodiment, the programming model 3303 can expose features of the underlying hardware to improve performance. In at least one embodiment, the programming model 3303 can include, but is not limited to, CUDA, HIP, OpenCL, C++ Accelerated Massive Parallelism ("C++AMP"), Open Multiprocessing ("OpenMP"), Open Accelerators ("OpenACC"), and / or Vulcan Compute.
[0365] In at least one embodiment, the library and / or middleware 3302 provides an abstract implementation of the programming model 3304. In at least one embodiment, such a library includes data and programming code that can be used by a computer program and utilized during software development. In at least one embodiment, in addition to those that can be obtained from the programming platform 3304, such middleware also includes software that provides services to the application. In at least one embodiment, the library and / or middleware 3302 may include but is not limited to cuBLAS, cuFFT, cuRAND and other CUDA libraries, or rocBLAS, rocFFT, rocRAND and other ROCm libraries. In addition, in at least one embodiment, the library and / or middleware 3302 may include NCCL and ROCm communication collection libraries ("RCCL") libraries that provide communication routines for GPUs, MIOpen libraries for deep learning acceleration and / or intrinsic libraries for linear algebra, matrix and vector operations, geometric transformations, numerical solvers, and related algorithms.
[0366] In at least one embodiment, application framework 3301 relies on libraries and / or middleware 3302. In at least one embodiment, each application framework 3301 is a software framework for implementing a standard structure for application software. Returning to the AI / ML example discussed above, in at least one embodiment, AI / ML applications can be implemented using a framework such as Caffe, Caffe2, TensorFlow, Keras, PyTorch, or the MxNet deep learning framework.
[0367] In at least one embodiment, utilizing Figure 33 At least one component shown or described is implemented in combination Figures 1 to 9 In at least one embodiment, Figure 33 At least one component of is used to indicate whether one or more processors can be controlled by two or more drivers concurrently. In at least one embodiment, Figure 33 At least one component performs a combination Figure 1 2 , the GPU driver 216, Figure 3 Application Programming Interface Commands 302, Figure 5 Shared context 512 in Figures 6 and 7 Operations 600-700, Figure 8 The processor 800 and / or Figure 9 At least one aspect of function 910 in.
[0368] Figure 34 Compiled code is shown in accordance with at least one embodiment to Figure 29-32 In at least one embodiment, compiler 3401 receives source code 3400, which includes both host code and device code. In at least one embodiment, compiler 3401 is configured to convert source code 3400 into host executable code 3402 for execution on the host and device executable code 3403 for execution on the device. In at least one embodiment, source code 3400 can be compiled offline before executing the application, or compiled online during execution of the application. In at least one embodiment, compiler 3401 includes or accesses one or more libraries to identify API call sequences to execute a single fused API, where the single fused API is a combined API for two or more APIs.
[0369] In at least one embodiment, source code 3400 may include code in any programming language supported by compiler 3401, such as C++, C, Fortran, etc. In at least one embodiment, source code 3400 may be included in a single-source file having a mixture of host code and device code, with the location of the device code indicated therein. In at least one embodiment, the single-source file may be a .cu file including CUDA code or a .hip.cpp file including HIP code. Alternatively, in at least one embodiment, source code 3400 may include multiple source code files, rather than a single source file, in which host code and device code are separated.
[0370] In at least one embodiment, compiler 3401 is configured to compile source code 3400 into host executable code 3402 for execution on a host and device executable code 3403 for execution on a device. In at least one embodiment, compiler 3401 performs operations including parsing source code 3400 into an abstract system tree (AST), performing optimizations, and generating executable code. In at least one embodiment where source code 3400 comprises a single source file, compiler 3401 may separate device code from host code in such a single source file, compile the device code and host code into device executable code 3403 and host executable code 3402, respectively, and link device executable code 3403 and host executable code 3402 together in a single file, as described below with respect to Figure 35 discussed in more detail.
[0371] In at least one embodiment, host executable code 3402 and device executable code 3403 can be in any suitable format, such as binary code and / or IR code. In the case of CUDA, in at least one embodiment, host executable code 3402 can include native object code, while device executable code 3403 can include code in a PTX intermediate representation. In at least one embodiment, in the case of ROCm, both host executable code 3402 and device executable code 3403 can include target binary code.
[0372] In at least one embodiment, utilizing Figure 34 At least one component shown or described in the embodiment is implemented in combination Figures 1 to 9 In at least one embodiment, Figure 34 At least one component of is used to indicate whether one or more processors can be controlled by two or more drivers concurrently. In at least one embodiment, Figure 34 At least one component performs a combination Figure 1 2 , the GPU driver 216, Figure 3 Application Programming Interface Commands 302, Figure 5 Shared context 512 in Figures 6 and 7 Operations 600-700, Figure 8 The processor 800 and / or Figure 9 At least one aspect of the function 910 described in.
[0373] Figure 35 is compiled code according to at least one embodiment to Figure 29-32 35. In at least one embodiment, the compiler 3501 is configured to receive source code 3500, compile the source code 3500, and output an executable file 3510. In at least one embodiment, the source code 3500 is a single source file, such as a .cu file, a .hip.cpp file, or a file in another format, which includes both host code and device code. In at least one embodiment, the compiler 3501 can be, but is not limited to, the NVIDIA CUDA compiler ("NVCC") for compiling CUDA code in .cu files, or the HCC compiler for compiling HIP code in .hip.cpp files.
[0374] In at least one embodiment, compiler 3501 includes a compiler front end 3502, a host compiler 3505, a device compiler 3506, and a linker 3509. In at least one embodiment, compiler front end 3502 is configured to separate device code 3504 from host code 3503 in source code 3500. In at least one embodiment, device code 3504 is compiled by device compiler 3506 into device executable code 3508, which, as described, may include binary code or IR code. In at least one embodiment, host code 3503 is separately compiled by host compiler 3505 into host executable code 3507. In at least one embodiment, for NVCC, host compiler 3505 may be, but is not limited to, a general-purpose C / C++ compiler that outputs native object code, while device compiler 3506 may be, but is not limited to, a Low-Level Virtual Machine ("LLVM")-based compiler that forks the LLVM compiler infrastructure and outputs PTX code or binary code. In at least one embodiment, for HCC, both host compiler 3505 and device compiler 3506 can be, but are not limited to, LLVM-based compilers that output target binary code.
[0375] In at least one embodiment, after source code 3500 is compiled into host executable code 3507 and device executable code 3508, linker 3509 links host and device executable code 3507 and 3508 together in executable file 3510. In at least one embodiment, native object code for the host and PTX or binary code for the device may be linked together in an Executable and Linkable Format ("ELF") file, which is a container format for storing object code.
[0376] In at least one embodiment, utilizing Figure 35 At least one component shown or described is implemented in combination Figures 1 to 9 In at least one embodiment, Figure 35 At least one component of is used to indicate whether one or more processors can be controlled by two or more drivers concurrently. In at least one embodiment, Figure 35 At least one component performs a combination Figure 1 2 , the GPU driver 216, Figure 3 Application Programming Interface Commands 302, Figure 5 Shared context 512, Figures 6 and 7 Operations 600-700, Figure 8 The processor 800 and / or Figure 9 At least one aspect of function 910 in.
[0377] Figure 36 36. The method of converting source code before compiling it is shown in accordance with at least one embodiment. In at least one embodiment, source code 3600 is passed through a conversion tool 3601, which converts source code 3600 into converted source code 3602. In at least one embodiment, a compiler 3603 is used to compile converted source code 3602 into host executable code 3604 and device executable code 3605, similar to the process by which compiler 3401 compiles source code 3400 into host executable code 3402 and device executable code 3403, as described above in conjunction with Figure 34 discussed.
[0378] In at least one embodiment, the conversion performed by conversion tool 3601 is used to port source code 3600 for execution in an environment different from that on which it was originally intended to run. In at least one embodiment, conversion tool 3601 may include, but is not limited to, a HIP converter for "hipifying" CUDA code for a CUDA platform into HIP code that can be compiled and executed on a ROCm platform. In at least one embodiment, conversion of source code 3600 may include parsing source code 3600 and converting calls to APIs provided by one programming model (e.g., CUDA) to corresponding calls to APIs provided by another programming model (e.g., HIP), as described below in conjunction with Figures 37A-38 Returning to the example of porting CUDA code, in at least one embodiment, calls to the CUDA runtime API, the CUDA driver API, and / or the CUDA library can be converted to corresponding HIP API calls. In at least one embodiment, the automatic conversion performed by the conversion tool 3601 may sometimes be incomplete, requiring additional manual effort to fully port the source code 3600.
[0379] In at least one embodiment, utilizing Figure 36 At least one component shown or described in the embodiment is implemented in combination Figures 1 to 9 In at least one embodiment, Figure 36 At least one component of is used to indicate whether one or more processors can be controlled by two or more drivers concurrently. In at least one embodiment, Figure 36 At least one component performs a combination Figure 1 2 , the GPU driver 216, Figure 3 Application Programming Interface Commands 302, Figure 5Shared context 512 in Figures 6 and 7 Operations 600-700, Figure 8 The processor 800 and / or Figure 9 At least one aspect described by function 910 in.
[0380] Configuring GPUs for general computing
[0381] The following figures illustrate, but are not limited to, exemplary architectures for compiling and executing computing source code in accordance with at least one embodiment.
[0382] Figure 37A A system 3700 is shown configured to compile and execute CUDA source code 3710 using different types of processing units in accordance with at least one embodiment. In at least one embodiment, the system 3700 includes, but is not limited to, CUDA source code 3710, a CUDA compiler 3750, a host executable 3770(1), a host executable 3770(2), a CUDA device executable 3784, a CPU 3790, a CUDA-enabled GPU 3794, a GPU 3792, a CUDA to HIP conversion tool 3720, HIP source code 3730, a HIP compiler driver 3740, an HCC 3760, and an HCC device executable 3782.
[0383] In at least one embodiment, CUDA source code 3710 is a collection of human-readable code in the CUDA programming language. In at least one embodiment, CUDA code is human-readable code in the CUDA programming language. In at least one embodiment, the CUDA programming language is an extension of the C++ programming language that includes, but is not limited to, mechanisms for defining device code and distinguishing between device code and host code. In at least one embodiment, device code is source code that can be executed in parallel on a device after compilation. In at least one embodiment, the device can be a processor optimized for parallel instruction processing, such as a CUDA-enabled GPU 3790, GPU 37192, or another GPGPU. In at least one embodiment, host code is source code that can be executed on a host after compilation. In at least one embodiment, the host is a processor optimized for sequential instruction processing, such as a CPU 3790.
[0384] In at least one embodiment, CUDA source code 3710 includes, but is not limited to, any number (including zero) of global functions 3712, any number (including zero) of device functions 3714, any number (including zero) of host functions 3716, and any number (including zero) of host / device functions 3718. In at least one embodiment, global functions 3712, device functions 3714, host functions 3716, and host / device functions 3718 can be intermixed within CUDA source code 3710. In at least one embodiment, each global function 3712 is executable on the device and callable from the host. Thus, in at least one embodiment, one or more of global functions 3712 can serve as an entry point for the device. In at least one embodiment, each global function 3712 is a kernel. In at least one embodiment, and in a technique known as dynamic parallelism, one or more global functions 3712 define a kernel that is executable on and callable from a device. In at least one embodiment, the kernel is executed N times (where N is any positive integer) in parallel by N different threads on the device during execution.
[0385] In at least one embodiment, each device function 3714 executes on a device and can only be called from such a device. In at least one embodiment, each host function 3716 executes on a host and can only be called from such a host. In at least one embodiment, each host / device function 3716 defines both a host version of the function that is executable on the host and can only be called from such a host, and a device version of the function that is executable on a device and can only be called from such a device.
[0386] In at least one embodiment, CUDA source code 3710 may also include, but is not limited to, any number of calls to any number of functions defined by the CUDA runtime API 3702. In at least one embodiment, the CUDA runtime API 3702 may include, but is not limited to, any number of functions executed on the host for allocating and deallocating device memory, transferring data between host and device memory, managing systems with multiple devices, and the like. In at least one embodiment, CUDA source code 3710 may also include, but is not limited to, any number of calls to any number of functions specified in any number of other CUDA APIs. In at least one embodiment, a CUDA API may be any API designed for use by CUDA code. In at least one embodiment, CUDA APIs include, but are not limited to, the CUDA runtime API 3702, the CUDA driver API, APIs for any number of CUDA libraries, and the like. In at least one embodiment, and relative to the CUDA runtime API 3702, the CUDA driver API is a lower-level API that provides finer-grained control over the device. In at least one embodiment, examples of CUDA libraries include, but are not limited to, cuBLAS, cuFFT, cuRAND, cuDNN, and the like.
[0387] In at least one embodiment, the CUDA compiler 3750 compiles input CUDA code (e.g., CUDA source code 3710) to generate host executable code 3770(1) and CUDA device executable code 3784. In at least one embodiment, the CUDA compiler 3750 is NVCC. In at least one embodiment, the host executable code 3770(1) is a compiled version of the host code included in the input source code that is executable on the CPU 3790. In at least one embodiment, the CPU 3790 can be any processor optimized for sequential instruction processing.
[0388] In at least one embodiment, the CUDA device executable code 3784 is a compiled version of the device code included in the input source code that is executable on the CUDA-enabled GPU 3794. In at least one embodiment, the CUDA device executable code 3784 includes, but is not limited to, binary code. In at least one embodiment, the CUDA device executable code 3784 includes, but is not limited to, IR code, such as PTX code, which is further compiled by a device driver at runtime into binary code for a specific target device (e.g., a CUDA-enabled GPU 3794). In at least one embodiment, the CUDA-enabled GPU 3794 can be any processor optimized for parallel instruction processing and that supports CUDA. In at least one embodiment, the CUDA-enabled GPU 3794 is developed by NVIDIA Corporation of Santa Clara, California.
[0389] In at least one embodiment, the CUDA to HIP conversion tool 3720 is configured to convert CUDA source code 3710 into functionally similar HIP source code 3730. In at least one embodiment, the HIP source code 3730 is a collection of human-readable code in the HIP programming language. In at least one embodiment, the HIP code is human-readable code in the HIP programming language. In at least one embodiment, the HIP programming language is an extension of the C++ programming language and includes, but is not limited to, a functionally similar version of the CUDA mechanism for defining device code and distinguishing between device code and host code. In at least one embodiment, the HIP programming language may include a subset of the functionality of the CUDA programming language. In at least one embodiment, for example, the HIP programming language includes, but is not limited to, a mechanism for defining global functions 3712. However, such a HIP programming language may lack support for dynamic parallelism, and therefore, global functions 3712 defined in the HIP code are only callable from the host.
[0390] In at least one embodiment, HIP source code 3730 includes, but is not limited to, any number (including zero) of global functions 3712, any number (including zero) of device functions 3714, any number (including zero) of host functions 3716, and any number (including zero) of host / device functions 3718. In at least one embodiment, HIP source code 3730 may also include any number of calls to any number of functions specified in HIP runtime API 3732. In one embodiment, HIP runtime API 3732 includes, but is not limited to, functionally similar versions of a subset of functions included in CUDA runtime API 3702. In at least one embodiment, HIP source code 3730 may also include any number of calls to any number of functions specified in any number of other HIP APIs. In at least one embodiment, a HIP API may be any API designed for use by HIP code and / or ROCm. In at least one embodiment, HIP APIs include, but are not limited to, HIP runtime API 3732, HIP driver APIs, APIs for any number of HIP libraries, APIs for any number of ROCm libraries, and the like.
[0391] In at least one embodiment, the CUDA to HIP conversion tool 3720 converts each kernel call in the CUDA code from CUDA syntax to HIP syntax, and converts any number of other CUDA calls in the CUDA code to any number of other functionally similar HIP calls. In at least one embodiment, a CUDA call is a call to a function specified in the CUDA API, and a HIP call is a call to a function specified in the HIP API. In at least one embodiment, the CUDA to HIP conversion tool 3720 converts any number of calls to functions specified in the CUDA runtime API 3702 to any number of calls to functions specified in the HIP runtime API 3732.
[0392] In at least one embodiment, the CUDA to HIP conversion tool 3720 is a tool called hipify-perl, which performs a text-based conversion process. In at least one embodiment, the CUDA to HIP conversion tool 3720 is a tool called hipify-clang, which performs a more complex and robust conversion process than hipify-perl, which involves parsing the CUDA code using clang (a compiler front end) and then converting the resulting symbols. In at least one embodiment, in addition to those modifications performed by the CUDA to HIP conversion tool 3720, correctly converting the CUDA code to HIP code may require modifications (e.g., manual editing).
[0393] In at least one embodiment, HIP compiler driver 3740 is a front end that determines target device 3746 and then configures a compiler compatible with target device 3746 to compile HIP source code 3730. In at least one embodiment, target device 3746 is a processor optimized for parallel instruction processing. In at least one embodiment, HIP compiler driver 3740 can determine target device 3746 in any technically feasible manner.
[0394] In at least one embodiment, if the target device 3746 is CUDA compatible (e.g., a CUDA-enabled GPU 3794), the HIP compiler driver 3740 generates HIP / NVCC compile commands 3742. In at least one embodiment and in conjunction with Figure 37B As described in more detail, HIP / NVCC compile commands 3742 configure CUDA compiler 3750 to use, but not limited to, HIP to CUDA translation headers and CUDA runtime libraries to compile HIP source code 3730. In at least one embodiment and in response to HIP / NVCC compile commands 3742, CUDA compiler 3750 generates host executable code 3770(1) and CUDA device executable code 3784.
[0395] In at least one embodiment, if the target device 3746 is not CUDA compatible, the HIP compiler driver 3740 generates HIP / HCC compilation commands 3744. In at least one embodiment and as in conjunction with Figure 37C As described in more detail, HIP / HCC compile command 3744 configures HCC 3760 to compile HIP source code 3730 using the HCC headers and HIP / HCC runtime libraries. In at least one embodiment and in response to HIP / HCC compile command 3744, HCC 3760 generates host executable code 3770(2) and HCC device executable code 3782. In at least one embodiment, HCC device executable code 3782 is a compiled version of the device code contained in HIP source code 3730 that can be executed on GPU 3792. In at least one embodiment, GPU 3792 can be any processor optimized for parallel instruction processing that is not CUDA-compatible and is compatible with HCC. In at least one embodiment, GPU 3792 is developed by AMD, Inc. of Santa Clara, California. In at least one embodiment, GPU 3792 is a non-CUDA-enabled GPU 3792.
[0396] For illustrative purposes only, Figure 37A3710 for execution on a CPU 3790 and different devices. In at least one embodiment, three different flows are depicted that can be implemented to compile CUDA source code 3710 for execution on a CPU 3790 and a CUDA-enabled GPU 3794. In at least one embodiment, the direct CUDA flow compiles CUDA source code 3710 for execution on the CPU 3790 and a CUDA-enabled GPU 3794 without converting the CUDA source code 3710 into HIP source code 3730. In at least one embodiment, the indirect CUDA flow converts CUDA source code 3710 into HIP source code 3730 and then compiles HIP source code 3730 for execution on the CPU 3790 and a CUDA-enabled GPU 3794. In at least one embodiment, the CUDA / HCC flow converts CUDA source code 3710 into HIP source code 3730 and then compiles HIP source code 3730 for execution on the CPU 3790 and a GPU 3792.
[0397] A direct CUDA flow that can be implemented in at least one embodiment can be depicted by a dashed line and a series of bubble annotations A1-A3. In at least one embodiment, and as indicated by bubble annotation A1, a CUDA compiler 3750 receives a CUDA source code 3710 and a CUDA compile command 3748 that configures the CUDA compiler 3750 to compile the CUDA source code 3710. In at least one embodiment, the CUDA source code 3710 used in the direct CUDA flow is written in the CUDA programming language, which is based on a programming language other than C++ (e.g., C, Fortran, Python, Java, etc.). In at least one embodiment, and in response to the CUDA compile command 3748, the CUDA compiler 3750 generates a host executable code 3770 (1) and a CUDA device executable code 3784 (indicated by bubble annotation A2). In at least one embodiment and as indicated by bubble annotation A3, the host executable code 3770 (1) and the CUDA device executable code 3784 can be executed on a CPU 3790 and a CUDA-enabled GPU 3794, respectively. In at least one embodiment, the CUDA device executable code 3784 includes but is not limited to binary code. In at least one embodiment, the CUDA device executable code 3784 includes but is not limited to PTX code and is further compiled into binary code for a specific target device at runtime.
[0398] The indirect CUDA flow that can be implemented in at least one embodiment can be depicted by the dashed line and a series of bubble notes B1-B6. In at least one embodiment and as indicated by bubble note B1, a CUDA to HIP conversion tool 3720 receives CUDA source code 3710. In at least one embodiment and as indicated by bubble note B2, the CUDA to HIP conversion tool 3720 converts the CUDA source code 3710 into HIP source code 3730. In at least one embodiment and as indicated by bubble note B3, a HIP compiler driver 3740 receives the HIP source code 3730 and determines whether the target device 3746 is CUDA-enabled.
[0399] In at least one embodiment and as indicated by bubble note B4, the HIP compiler driver 3740 generates HIP / NVCC compile commands 3742 and sends both the HIP / NVCC compile commands 3742 and the HIP source code 3730 to the CUDA compiler 3750. Figure 37B As described in more detail, the HIP / NVCC compile command 3742 configures the CUDA compiler 3750 to compile the HIP source code 3730 using, but not limited to, the HIP to CUDA translation header and the CUDA runtime library. In at least one embodiment and in response to the HIP / NVCC compile command 3742, the CUDA compiler 3750 generates host executable code 3770 (1) and CUDA device executable code 3784 (indicated by bubble comment B5). In at least one embodiment and as indicated by bubble comment B6, the host executable code 3770 (1) and the CUDA device executable code 3784 can be executed on a CPU 3790 and a CUDA-enabled GPU 3794, respectively. In at least one embodiment, the CUDA device executable code 3784 includes, but is not limited to, binary code. In at least one embodiment, the CUDA device executable code 3784 includes, but is not limited to, PTX code and is further compiled into binary code for a specific target device at runtime.
[0400] The CUDA / HCC process that can be implemented in at least one embodiment can be described by a solid line and a series of bubble comments C1-C6. In at least one embodiment and as indicated by bubble comment C1, a CUDA to HIP conversion tool 3720 receives CUDA source code 3710. In at least one embodiment and as indicated by bubble comment C2, the CUDA to HIP conversion tool 3720 converts the CUDA source code 3710 into HIP source code 3730. In at least one embodiment and as indicated by bubble comment C3, a HIP compiler driver 3740 receives the HIP source code 3730 and determines that the target device 3746 is not CUDA-enabled.
[0401] In at least one embodiment, the HIP compiler driver 3740 generates HIP / HCC compile commands 3744 and sends both the HIP / HCC compile commands 3764 and the HIP source code 3730 to the HCC 3760 (indicated by bubble comment C4). In at least one embodiment and as in conjunction with Figure 37C As described in more detail, HIP / HCC compile command 3764 configures HCC 3760 to compile HIP source code 3730 using, but not limited to, HCC headers and HIP / HCC runtime libraries. In at least one embodiment and in response to HIP / HCC compile command 3744, HCC 3760 generates host executable code 3770(2) and HCC device executable code 3782 (indicated by bubble comment C5). In at least one embodiment and as indicated by bubble comment C6, host executable code 3770(2) and HCC device executable code 3782 can be executed on CPU 3790 and GPU 3792, respectively.
[0402] In at least one embodiment, after converting the CUDA source code 3710 to the HIP source code 3730, the HIP compiler driver 3740 can then be used to generate executable code for the CUDA-enabled GPU 3794 or GPU 3792 without having to re-implement the CUDA to HIP conversion tool 3720. In at least one embodiment, the CUDA to HIP conversion tool 3720 converts the CUDA source code 3710 to the HIP source code 3730, which is then stored in memory. In at least one embodiment, the HIP compiler driver 3740 then configures the HCC 3760 to generate a host executable code 3770 (2) and an HCC device executable code 3782 based on the HIP source code 3730. In at least one embodiment, the HIP compiler driver 3740 then configures the CUDA compiler 3750 to generate a host executable code 3770 (1) and a CUDA device executable code 3784 based on the stored HIP source code 3730.
[0403] In at least one embodiment, utilizing Figure 37A At least one component shown or described is implemented in combination Figures 1 to 9 In at least one embodiment, Figure 37A At least one component of is used to indicate whether one or more processors can be controlled by two or more drivers concurrently. In at least one embodiment, Figure 37A At least one component performs Figure 1 application 104, graphics driver 110, compute driver 112, graphics processor driver 114 and / or graphics processor 116, GPU driver 216 of FIG. 2, Figure 3 Application programming interface command 302, Figure 5 Shared context 512, Figures 6 and 7 Operation 600-700, Figure 8 Processor 800 and / or Figure 9 At least one aspect of function 910 described.
[0404] Figure 37B 3790 and a CUDA-enabled GPU 3794 configured to compile and execute Figure 37A In at least one embodiment, the system 3704 includes, but is not limited to, CUDA source code 3710, a CUDA to HIP conversion tool 3720, HIP source code 3730, a HIP compiler driver 3740, a CUDA compiler 3750, a host executable 3770(1), a CUDA device executable 3784, a CPU 3790, and a CUDA-enabled GPU 3794.
[0405] In at least one embodiment and as previously incorporated herein Figure 37A As depicted, CUDA source code 3710 includes, but is not limited to, any number (including zero) of global functions 3712, any number (including zero) of device functions 3714, any number (including zero) of host functions 3716, and any number (including zero) of host / device functions 3718. In at least one embodiment, CUDA source code 3710 also includes, but is not limited to, any number of calls to any number of functions specified in any number of CUDA APIs.
[0406] In at least one embodiment, the CUDA to HIP conversion tool 3720 converts the CUDA source code 3710 into HIP source code 3730. In at least one embodiment, the CUDA to HIP conversion tool 3720 converts each kernel call in the CUDA source code 3710 from CUDA syntax to HIP syntax, and converts any number of other CUDA calls in the CUDA source code 3710 into any number of other functionally similar HIP calls.
[0407] In at least one embodiment, the HIP compiler driver 3740 determines that the target device 3746 is CUDA-enabled and generates HIP / NVCC compile commands 3742. In at least one embodiment, the HIP compiler driver 3740 then configures the CUDA compiler 3750 via the HIP / NVCC compile commands 3742 to compile the HIP source code 3730. In at least one embodiment, as part of configuring the CUDA compiler 3750, the HIP compiler driver 3740 provides access to a HIP to CUDA translation header 3752. In at least one embodiment, the HIP to CUDA translation header 3752 translates any number of mechanisms (e.g., functions) specified in any number of HIP APIs into any number of mechanisms specified in any number of CUDA APIs. In at least one embodiment, the CUDA compiler 3750 uses the HIP to CUDA translation header 3752 in conjunction with a CUDA runtime library 3754 corresponding to the CUDA runtime API 3702 to generate host executable code 3770(1) and CUDA device executable code 3784. In at least one embodiment, the host executable code 3770(1) and the CUDA device executable code 3784 can then be executed on the CPU 3790 and the CUDA-enabled GPU 3794, respectively. In at least one embodiment, the CUDA device executable code 3784 includes, but is not limited to, binary code. In at least one embodiment, the CUDA device executable code 3784 includes, but is not limited to, PTX code and is further compiled into binary code for a specific target device at runtime.
[0408] Figure 37C A system 3706 is shown that is configured to compile and execute using a CPU 3790 and a non-CUDA enabled GPU 3792, according to at least one embodiment. Figure 37A CUDA source code 3710. In at least one embodiment, system 3706 includes, but is not limited to, CUDA source code 3710, CUDA to HIP conversion tool 3720, HIP source code 3730, HIP compiler driver 3740, HCC 3760, host executable code 3770(2), HCC device executable code 3782, CPU 3790, and GPU 3792.
[0409] In at least one embodiment, and as previously incorporated herein Figure 37AAs depicted, CUDA source code 3710 includes, but is not limited to, any number (including zero) of global functions 3712, any number (including zero) of device functions 3714, any number (including zero) of host functions 3716, and any number (including zero) of host / device functions 3718. In at least one embodiment, CUDA source code 3710 also includes, but is not limited to, any number of calls to any number of functions specified in any number of CUDA APIs.
[0410] In at least one embodiment, CUDA to HIP conversion tool 3720 converts CUDA source code 3710 into HIP source code 3730. In at least one embodiment, CUDA to HIP conversion tool 3720 converts each kernel call in CUDA source code 3710 from CUDA syntax to HIP syntax, and converts any number of other CUDA calls in source code 3710 into any number of other functionally similar HIP calls.
[0411] In at least one embodiment, the HIP compiler driver 3740 then determines that the target device 3746 is not CUDA-enabled and generates HIP / HCC compile commands 3744. In at least one embodiment, the HIP compiler driver 3740 then configures the HCC 3760 to execute the HIP / HCC compile commands 3744, thereby compiling the HIP source code 3730. In at least one embodiment, the HIP / HCC compile commands 3744 configure the HCC 3760 to use, but are not limited to, the HIP / HCC runtime library 3758 and the HCC header 3756 to generate the host executable code 3770(2) and the HCC device executable code 3782. In at least one embodiment, the HIP / HCC runtime library 3758 corresponds to the HIP runtime API 3732. In at least one embodiment, the HCC header 3756 includes, but is not limited to, any number and type of interoperability mechanisms for the HIP and HCC. In at least one embodiment, host executable code 3770(2) and HCC device executable code 3782 may execute on CPU 3790 and GPU 3792, respectively.
[0412] In at least one embodiment, utilizing Figure 37B At least one component shown or described is implemented in combination Figures 1 to 9 In at least one embodiment, Figure 37B At least one component of is used to indicate whether one or more processors can be controlled by two or more drivers concurrently. In at least one embodiment, Figure 37B At least one component performs Figure 12 , the GPU driver 216, Figure 3 Application Programming Interface Commands 302, Figure 5 Shared context 512 in Figures 6 and 7 Operations 600-700, Figure 8 The processor 800 and / or Figure 9 At least one aspect of function 910 in.
[0413] Figure 38 According to at least one embodiment, Figure 37C 37. Example kernel converted by the CUDA to HIP conversion tool 3720. In at least one embodiment, the CUDA source code 3710 divides the overall problem that a given kernel is designed to solve into relatively coarse-grained sub-problems that can be solved independently using thread blocks. In at least one embodiment, each thread block includes, but is not limited to, an arbitrary number of threads. In at least one embodiment, each sub-problem is divided into relatively small pieces that can be solved in parallel by the threads in the thread block in a cooperative manner. In at least one embodiment, threads within a thread block can cooperate by sharing data through shared memory and by synchronizing execution to coordinate memory access.
[0414] In at least one embodiment, the CUDA source code 3710 organizes the thread blocks associated with a given kernel into a one-dimensional, two-dimensional, or three-dimensional grid of thread blocks. In at least one embodiment, each thread block includes, but is not limited to, any number of threads, and the grid includes, but is not limited to, any number of thread blocks.
[0415] In at least one embodiment, a kernel is a function in device code that is defined using the "__global__" declaration specifier. In at least one embodiment, the CUDA kernel launch syntax 3810 is used to specify the size of the grid on which the kernel is executed and the associated streams for a given kernel call. In at least one embodiment, the CUDA kernel launch syntax 3810 is specified as "KernelName<<<GridSize,BlockSize,SharedMemorySize,Stream> >>(KernelArguments);". In at least one embodiment, the execution configuration syntax is a "<<< ... >>>" construct that is inserted between the kernel name ("KernelName") and the bracketed list of kernel arguments ("KernelArguments"). In at least one embodiment, the CUDA kernel launch syntax 3810 includes, but is not limited to, CUDA launch function syntax rather than execution configuration syntax.
[0416] In at least one embodiment, "GridSize" is of type dim3 and specifies the dimensions and size of the grid. In at least one embodiment, type dim3 is a CUDA-defined structure that includes, but is not limited to, unsigned integers x, y, and z. In at least one embodiment, if z is not specified, z defaults to 1. In at least one embodiment, if y is not specified, y defaults to 1. In at least one embodiment, the number of thread blocks in the grid is equal to the product of GridSize.x, GridSize.y, and GridSize.z. In at least one embodiment, "BlockSize" is of type dim3 and specifies the dimensions and size of each thread block. In at least one embodiment, the number of threads per thread block is equal to the product of BlockSize.x, BlockSize.y, and BlockSize.z. In at least one embodiment, each thread executing the kernel is given a unique thread ID that can be accessed within the kernel via a built-in variable (e.g., "threadIdx").
[0417] In at least one embodiment, with respect to CUDA kernel launch syntax 3810, "SharedMemorySize" is an optional parameter that specifies the number of bytes in shared memory that are dynamically allocated for each thread block for a given kernel call, in addition to statically allocated memory. In at least one embodiment and with respect to CUDA kernel launch syntax 3810, SharedMemorySize defaults to zero. In at least one embodiment and with respect to CUDA kernel launch syntax 3810, "stream" is an optional parameter that specifies the associated stream and defaults to zero to specify the default stream. In at least one embodiment, a stream is a sequence of commands that are executed in order (which may be issued by different host threads). In at least one embodiment, different streams may execute commands out of order or concurrently with respect to each other.
[0418] In at least one embodiment, the CUDA source code 3710 includes, but is not limited to, a kernel definition and a main function for an exemplary kernel "MatAdd". In at least one embodiment, the main function is host code executed on the host and includes, but is not limited to, a kernel call that causes the kernel MatAdd to be executed on the device. In at least one embodiment, as shown, the kernel MatAdd adds two matrices A and B of size NxN, where N is a positive integ...
Claims
1. A processor, comprising: One or more circuits for executing an application programming interface (API) to indicate whether one or more processors can be concurrently controlled by two or more drivers.
2. The processor of claim 1, wherein whether the one or more processors can be concurrently controlled by the two or more drivers is based at least in part on a shared hardware context used by the two or more drivers. 3 . The processor of claim 1 , wherein whether the one or more processors can be concurrently controlled by the two or more drivers is to be performed without context switching of the two or more drivers. 4 . The processor of claim 1 , wherein a first one or more drivers of the two or more drivers is to dispatch one or more operations to a context of a second one or more drivers of the two or more drivers. 5 . The processor of claim 1 , wherein the API is to receive one or more parameters, the one or more parameters comprising an identifier of a driver of the two or more drivers.
6. The processor of claim 1, wherein the one or more processors include one or more graphics processing units (GPUs).
7. The processor of claim 1, wherein the API is to receive one or more parameters, the one or more parameters comprising identifiers of the one or more processors.
8. A computer-implemented method comprising: An application programming interface (API) is executed to indicate whether one or more processors can be concurrently controlled by two or more drivers.
9. The method of claim 8, wherein whether the one or more processors can be concurrently controlled by the two or more drivers is based at least in part on a shared hardware context used by the two or more drivers. 10 . The method of claim 8 , wherein whether the one or more processors can be concurrently controlled by the two or more drivers is to be performed without switching contexts of the two or more drivers.
11. The method of claim 8, wherein a first one or more drivers of the two or more drivers is used to dispatch one or more operations to a context of a second one or more drivers of the two or more drivers.
12. The method of claim 8, wherein the API is to receive one or more parameters, the one or more parameters comprising an identifier of a driver of the two or more drivers.
13. The method of claim 8, wherein the one or more processors include one or more graphics processing units (GPUs).
14. The method of claim 8, wherein the API is to receive one or more parameters, the one or more parameters comprising identifiers of the one or more processors.
15. A computer system comprising: One or more processors and a memory storing executable instructions, which, when executed by the one or more processors, are for executing an application programming interface (API) to indicate whether the one or more processors can be concurrently controlled by two or more drivers.
16. The system of claim 15, wherein whether the one or more processors can be concurrently controlled by the two or more drivers is based at least in part on a shared hardware context used by the two or more drivers. 17 . The system of claim 15 , wherein whether the one or more processors can be concurrently controlled by the two or more drivers is to be performed without context switching of the two or more drivers.
18. The system of claim 15, wherein a first one or more drivers of the two or more drivers is to dispatch one or more operations to a context of a second one or more drivers of the two or more drivers.
19. The system of claim 15, wherein the API is to receive one or more parameters, the one or more parameters comprising an identifier of a driver of the two or more drivers.
20. The system of claim 15, wherein the one or more processors include one or more graphics processing units (GPUs).