Home
last modified time | relevance | path

Searched refs:cutlass_op_allowlist_regex (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_inductor/codegen/cuda/
H A Dgemm_template.py795 if inductor_cuda_config.cutlass_op_allowlist_regex is not None:
797 inductor_cuda_config.cutlass_op_allowlist_regex, op.configuration_name()
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dconfig.py1067 cutlass_op_allowlist_regex: Optional[str] = None variable in cuda