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 71c5182 commit 1d74b42Copy full SHA for 1d74b42
QEfficient/utils/check_ccl_specializations.py
@@ -5,10 +5,6 @@
5
#
6
# -----------------------------------------------------------------------------
7
8
-
9
-# def process_ccl_specializations(
10
-# ccl_prefill: Optional[List[int]] = None, ccl_decode: Optional[List[int]] = None, ctx_len: Optional[int] = None
11
-# ):
12
def process_ccl_specializations(kwargs):
13
ccl_prefill = kwargs.pop("comp_ctx_lengths_prefill", None)
14
ccl_decode = kwargs.pop("comp_ctx_lengths_decode", None)
0 commit comments