We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb04107 commit 710fa1fCopy full SHA for 710fa1f
1 file changed
tile_engine/ops/reduce/reduce_parameter.py
@@ -4,7 +4,7 @@
4
from dataclasses import dataclass
5
from itertools import product
6
7
-from pyparsing import List
+from typing import List
8
9
TYPE_MAP = {"fp16": "ck_tile::half_t", "float": "float"}
10
0 commit comments