Skip to content

new torch version fails mypy for process_kernel of ir.FallbackKernel #40

@JRosenkranz

Description

@JRosenkranz

Current PRs are failing mypy as new torch version has new signature for process_kernel call:

Example: paged.py (line 266)

(
                example_output,
                tensor_args,
                non_tensor_args,
                unflatten_args,
) = cls.process_kernel(kernel, *args, **kwargs)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions