8000 [Inductor] Fix cuda_kernel typing · pytorch/pytorch@ccf0adb · GitHub
[go: up one dir, main page]

Skip to content

Commit ccf0adb

Browse files
committed
[Inductor] Fix cuda_kernel typing
ghstack-source-id: e61ab35 Pull Request resolved: #150908
1 parent f4845bc commit ccf0adb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

torch/_inductor/codegen/cuda/cuda_kernel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# mypy: allow-untyped-defs
2+
import functools
23
import logging
34
from dataclasses import dataclass
45
from typing import Any, Callable, Literal, Optional, TYPE_CHECKING, Union

0 commit comments

Comments
 (0)
0