(dk: DispatchKey)
| 291 | # Structured kernel generation is only supported for certain key types; |
| 292 | # otherwise use old-style |
| 293 | def is_structured_dispatch_key(dk: DispatchKey) -> bool: |
| 294 | return dk in STRUCTURED_DISPATCH_KEYS |
| 295 | |
| 296 | |
| 297 | def is_ufunc_dispatch_key(dk: DispatchKey) -> bool: |
no outgoing calls
no test coverage detected
searching dependent graphs…