|
34 | 34 | "the requested operation."
|
35 | 35 | ),
|
36 | 36 | 3: (
|
37 |
| - "This indicates that the CUDA driver has not been initialized with cuInit() or that initialization " |
38 |
| - "has failed." |
| 37 | + "This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failed." |
39 | 38 | ),
|
40 | 39 | 4: "This indicates that the CUDA driver is in the process of shutting down.",
|
41 | 40 | 5: (
|
|
69 | 68 | "device or that the action requested is invalid for the specified device."
|
70 | 69 | ),
|
71 | 70 | 102: "This error indicates that the Grid license is not applied.",
|
72 |
| - 200: ("This indicates that the device kernel image is invalid. This can also indicate an invalid CUDA " "module."), |
| 71 | + 200: ("This indicates that the device kernel image is invalid. This can also indicate an invalid CUDA module."), |
73 | 72 | 201: (
|
74 | 73 | "This most frequently indicates that there is no context bound to the current thread. This can also "
|
75 | 74 | "be returned if the context passed to an API call is not a valid handle (such as a context that has "
|
|
109 | 108 | 221: "This indicates that the PTX JIT compiler library was not found.",
|
110 | 109 | 222: "This indicates that the provided PTX was compiled with an unsupported toolchain.",
|
111 | 110 | 223: "This indicates that the PTX JIT compilation was disabled.",
|
112 |
| - 224: ( |
113 |
| - "This indicates that the CUexecAffinityType passed to the API call is not supported by the active " "device." |
114 |
| - ), |
| 111 | + 224: ("This indicates that the CUexecAffinityType passed to the API call is not supported by the active device."), |
115 | 112 | 225: (
|
116 |
| - "This indicates that the code to be compiled by the PTX JIT contains unsupported call to " |
117 |
| - "cudaDeviceSynchronize." |
| 113 | + "This indicates that the code to be compiled by the PTX JIT contains unsupported call to cudaDeviceSynchronize." |
118 | 114 | ),
|
119 | 115 | 226: (
|
120 | 116 | "This indicates that an exception occurred on the device that is now contained by the GPU's error "
|
|
194 | 190 | "This error indicates that the hardware resources required to enable peer access have been exhausted "
|
195 | 191 | "for one or more of the devices passed to cuCtxEnablePeerAccess()."
|
196 | 192 | ),
|
197 |
| - 712: ("This error indicates that the memory range passed to cuMemHostRegister() has already been " "registered."), |
| 193 | + 712: ("This error indicates that the memory range passed to cuMemHostRegister() has already been registered."), |
198 | 194 | 713: (
|
199 | 195 | "This error indicates that the pointer passed to cuMemHostUnregister() does not correspond to any "
|
200 | 196 | "currently registered memory region."
|
|
264 | 260 | "documentation for the supported hardware matrix or ensure that only supported hardware is visible "
|
265 | 261 | "during initialization via the CUDA_VISIBLE_DEVICES environment variable."
|
266 | 262 | ),
|
267 |
| - 805: ("This error indicates that the MPS client failed to connect to the MPS control daemon or the MPS " "server."), |
268 |
| - 806: ("This error indicates that the remote procedural call between the MPS server and the MPS client " "failed."), |
| 263 | + 805: ("This error indicates that the MPS client failed to connect to the MPS control daemon or the MPS server."), |
| 264 | + 806: ("This error indicates that the remote procedural call between the MPS server and the MPS client failed."), |
269 | 265 | 807: (
|
270 | 266 | "This error indicates that the MPS server is not ready to accept new MPS client requests. This error "
|
271 | 267 | "can be returned when the MPS server is in the process of recovering from a fatal failure."
|
272 | 268 | ),
|
273 | 269 | 808: "This error indicates that the hardware resources required to create MPS client have been exhausted.",
|
274 | 270 | 809: (
|
275 |
| - "This error indicates the the hardware resources required to support device connections have been " "exhausted." |
| 271 | + "This error indicates the the hardware resources required to support device connections have been exhausted." |
276 | 272 | ),
|
277 | 273 | 810: (
|
278 | 274 | "This error indicates that the MPS client has been terminated by the server. To continue using CUDA, "
|
|
292 | 288 | "previous error."
|
293 | 289 | ),
|
294 | 290 | 902: (
|
295 |
| - "This error indicates that the operation would have resulted in a merge of two independent capture " |
296 |
| - "sequences." |
| 291 | + "This error indicates that the operation would have resulted in a merge of two independent capture sequences." |
297 | 292 | ),
|
298 | 293 | 903: "This error indicates that the capture was not initiated in this stream.",
|
299 |
| - 904: ( |
300 |
| - "This error indicates that the capture sequence contains a fork that was not joined to the primary " "stream." |
301 |
| - ), |
| 294 | + 904: ("This error indicates that the capture sequence contains a fork that was not joined to the primary stream."), |
302 | 295 | 905: (
|
303 | 296 | "This error indicates that a dependency would have been created which crosses the capture sequence "
|
304 | 297 | "boundary. Only implicit in-stream ordering dependencies are allowed to cross the boundary."
|
305 | 298 | ),
|
306 |
| - 906: ( |
307 |
| - "This error indicates a disallowed implicit dependency on a current capture sequence from " "cudaStreamLegacy." |
308 |
| - ), |
| 299 | + 906: ("This error indicates a disallowed implicit dependency on a current capture sequence from cudaStreamLegacy."), |
309 | 300 | 907: (
|
310 | 301 | "This error indicates that the operation is not permitted on an event which was last recorded in a "
|
311 | 302 | "capturing stream."
|
|
0 commit comments