Intro-ops/tools/operator_schema.yaml

26 lines
337 B
YAML

required_fields:
- name
- kind
- python_module
- torch_reference
- backends
- tolerances
- benchmark
backend_required_fields:
runnable:
- status
stub:
- status
supported_backends:
- nvidia
- tilelang
- metax
supported_status:
- runnable
- stub
- spec-only
supported_dtypes:
- float16
- float32