Skip to content

Commit

Permalink
Ordering specializations in kernel-specification.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tcawlfield committed Aug 7, 2024
1 parent 0bc0161 commit 28587d0
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions kernel-specification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3372,6 +3372,14 @@ kernels:

- name: awkward_UnionArray_nestedfill_tags_index
specializations:
- name: awkward_UnionArray64_64_nestedfill_tags_index_64
args:
- {name: totags, type: "List[int64_t]", dir: out}
- {name: toindex, type: "List[int64_t]", dir: out}
- {name: tmpstarts, type: "List[int64_t]", dir: out}
- {name: tag, type: "int64_t", dir: in, role: default}
- {name: fromcounts, type: "Const[List[int64_t]]", dir: in, role: default}
- {name: length, type: "int64_t", dir: in, role: default}
- name: awkward_UnionArray8_32_nestedfill_tags_index_64
args:
- {name: totags, type: "List[int8_t]", dir: out}
Expand All @@ -3396,14 +3404,6 @@ kernels:
- {name: tag, type: "int8_t", dir: in, role: default}
- {name: fromcounts, type: "Const[List[int64_t]]", dir: in, role: default}
- {name: length, type: "int64_t", dir: in, role: default}
- name: awkward_UnionArray64_64_nestedfill_tags_index_64
args:
- {name: totags, type: "List[int64_t]", dir: out}
- {name: toindex, type: "List[int64_t]", dir: out}
- {name: tmpstarts, type: "List[int64_t]", dir: out}
- {name: tag, type: "int64_t", dir: in, role: default}
- {name: fromcounts, type: "Const[List[int64_t]]", dir: in, role: default}
- {name: length, type: "int64_t", dir: in, role: default}
description: null
definition: |
def awkward_UnionArray_nestedfill_tags_index(
Expand Down Expand Up @@ -3511,6 +3511,19 @@ kernels:

- name: awkward_UnionArray_simplify
specializations:
- name: awkward_UnionArray64_64_simplify8_64_to8_64
args:
- {name: totags, type: "List[int8_t]", dir: out}
- {name: toindex, type: "List[int64_t]", dir: out}
- {name: outertags, type: "Const[List[int64_t]]", dir: in, role: UnionArray-tags}
- {name: outerindex, type: "Const[List[int64_t]]", dir: in, role: IndexedArray-index}
- {name: innertags, type: "Const[List[int8_t]]", dir: in, role: UnionArray2-tags}
- {name: innerindex, type: "Const[List[int64_t]]", dir: in, role: IndexedArray2-index}
- {name: towhich, type: "int64_t", dir: in, role: default}
- {name: innerwhich, type: "int64_t", dir: in, role: UnionArray1-which}
- {name: outerwhich, type: "int64_t", dir: in, role: UnionArray2-which}
- {name: length, type: "int64_t", dir: in, role: default}
- {name: base, type: "int64_t", dir: in, role: default}
- name: awkward_UnionArray8_32_simplify8_32_to8_64
args:
- {name: totags, type: "List[int8_t]", dir: out}
Expand Down Expand Up @@ -3628,19 +3641,6 @@ kernels:
- {name: outerwhich, type: "int64_t", dir: in, role: UnionArray2-which}
- {name: length, type: "int64_t", dir: in, role: default}
- {name: base, type: "int64_t", dir: in, role: default}
- name: awkward_UnionArray64_64_simplify8_64_to8_64
args:
- {name: totags, type: "List[int8_t]", dir: out}
- {name: toindex, type: "List[int64_t]", dir: out}
- {name: outertags, type: "Const[List[int64_t]]", dir: in, role: UnionArray-tags}
- {name: outerindex, type: "Const[List[int64_t]]", dir: in, role: IndexedArray-index}
- {name: innertags, type: "Const[List[int8_t]]", dir: in, role: UnionArray2-tags}
- {name: innerindex, type: "Const[List[int64_t]]", dir: in, role: IndexedArray2-index}
- {name: towhich, type: "int64_t", dir: in, role: default}
- {name: innerwhich, type: "int64_t", dir: in, role: UnionArray1-which}
- {name: outerwhich, type: "int64_t", dir: in, role: UnionArray2-which}
- {name: length, type: "int64_t", dir: in, role: default}
- {name: base, type: "int64_t", dir: in, role: default}
description: null
definition: |
def awkward_UnionArray_simplify(
Expand All @@ -3666,42 +3666,42 @@ kernels:

- name: awkward_UnionArray_simplify_one
specializations:
- name: awkward_UnionArray8_32_simplify_one_to8_64
- name: awkward_UnionArray64_64_simplify_one_to8_64
args:
- {name: totags, type: "List[int8_t]", dir: out}
- {name: toindex, type: "List[int64_t]", dir: out}
- {name: fromtags, type: "Const[List[int8_t]]", dir: in, role: UnionArray-tags}
- {name: fromindex, type: "Const[List[int32_t]]", dir: in, role: IndexedArray-index}
- {name: fromtags, type: "Const[List[int64_t]]", dir: in, role: UnionArray-tags}
- {name: fromindex, type: "Const[List[int64_t]]", dir: in, role: IndexedArray-index}
- {name: towhich, type: "int64_t", dir: in, role: default}
- {name: fromwhich, type: "int64_t", dir: in, role: UnionArray-which}
- {name: length, type: "int64_t", dir: in, role: default}
- {name: base, type: "int64_t", dir: in, role: default}
- name: awkward_UnionArray8_64_simplify_one_to8_64
- name: awkward_UnionArray8_32_simplify_one_to8_64
args:
- {name: totags, type: "List[int8_t]", dir: out}
- {name: toindex, type: "List[int64_t]", dir: out}
- {name: fromtags, type: "Const[List[int8_t]]", dir: in, role: UnionArray-tags}
- {name: fromindex, type: "Const[List[int64_t]]", dir: in, role: IndexedArray-index}
- {name: fromindex, type: "Const[List[int32_t]]", dir: in, role: IndexedArray-index}
- {name: towhich, type: "int64_t", dir: in, role: default}
- {name: fromwhich, type: "int64_t", dir: in, role: UnionArray-which}
- {name: length, type: "int64_t", dir: in, role: default}
- {name: base, type: "int64_t", dir: in, role: default}
- name: awkward_UnionArray8_U32_simplify_one_to8_64
- name: awkward_UnionArray8_64_simplify_one_to8_64
args:
- {name: totags, type: "List[int8_t]", dir: out}
- {name: toindex, type: "List[int64_t]", dir: out}
- {name: fromtags, type: "Const[List[int8_t]]", dir: in, role: UnionArray-tags}
- {name: fromindex, type: "Const[List[uint32_t]]", dir: in, role: IndexedArray-index}
- {name: fromindex, type: "Const[List[int64_t]]", dir: in, role: IndexedArray-index}
- {name: towhich, type: "int64_t", dir: in, role: default}
- {name: fromwhich, type: "int64_t", dir: in, role: UnionArray-which}
- {name: length, type: "int64_t", dir: in, role: default}
- {name: base, type: "int64_t", dir: in, role: default}
- name: awkward_UnionArray64_64_simplify_one_to8_64
- name: awkward_UnionArray8_U32_simplify_one_to8_64
args:
- {name: totags, type: "List[int8_t]", dir: out}
- {name: toindex, type: "List[int64_t]", dir: out}
- {name: fromtags, type: "Const[List[int64_t]]", dir: in, role: UnionArray-tags}
- {name: fromindex, type: "Const[List[int64_t]]", dir: in, role: IndexedArray-index}
- {name: fromtags, type: "Const[List[int8_t]]", dir: in, role: UnionArray-tags}
- {name: fromindex, type: "Const[List[uint32_t]]", dir: in, role: IndexedArray-index}
- {name: towhich, type: "int64_t", dir: in, role: default}
- {name: fromwhich, type: "int64_t", dir: in, role: UnionArray-which}
- {name: length, type: "int64_t", dir: in, role: default}
Expand Down

0 comments on commit 28587d0

Please sign in to comment.