Home
last modified time | relevance | path

Searched defs:KernelArgType (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dtriton_utils.py26 def signature_of(arg: KernelArgType, *, size_dtype: str) -> str:
68 signature: List[KernelArgType],
109 args: List[KernelArgType],
116 def is_aligned(x: KernelArgType, alignment: int, include_tensor: bool) -> bool:
H A Dcommon.py94 KernelArgType = Union[WorkspaceArg, TensorArg, SizeArg] variable
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Dkernel.rs48 pub enum KernelArgType { enum
59 impl KernelArgType { impl