Update build/torch27-cxx11-rocm63-x86_64-linux/aiter_cache/__init__.py
Browse files
build/torch27-cxx11-rocm63-x86_64-linux/aiter_cache/__init__.py
CHANGED
@@ -5,10 +5,6 @@ from ._ops import ops
|
|
5 |
|
6 |
from torch import Tensor
|
7 |
from typing import List, Optional
|
8 |
-
from ..jit.core import compile_ops, CK_DIR, AITER_CSRC_DIR
|
9 |
-
import torch.nn.functional as F
|
10 |
-
|
11 |
-
MD_NAME = "module_cache"
|
12 |
|
13 |
|
14 |
def swap_blocks(src: Tensor, dst: Tensor, block_mapping: Tensor):
|
|
|
5 |
|
6 |
from torch import Tensor
|
7 |
from typing import List, Optional
|
|
|
|
|
|
|
|
|
8 |
|
9 |
|
10 |
def swap_blocks(src: Tensor, dst: Tensor, block_mapping: Tensor):
|