Skip to content

Commit b48fc74

Browse files
Remove commented improvements from GPT file
1 parent 3a70e0a commit b48fc74

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

examples/workloads/gpt3_6.7B.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# "output" to refer to the tensors of an Einsum, but the Einsum QK has no clear "weight"
1414
# or "input" because both Q and K are inputs. So we rename K to be weight.
1515

16-
1716
workload:
1817
rank_sizes:
1918
{% set BATCH_SIZE = BATCH_SIZE | default(1) %}
@@ -40,17 +39,6 @@ workload:
4039
tensor_accesses:
4140
- {name: I_in, projection: [b, m, d]}
4241
- {name: I, projection: [b, m, d], output: True}
43-
44-
# operations:
45-
# map: {operation} if output = f(inputs), None if output = inputs
46-
# reduce: {operation} if output = reduce(partial_outputA, partial_outputB, ...), None if not supported
47-
# populate: {operation} if initial_output = populate, None if initial_output = first-generated partial output
48-
49-
# operations:
50-
# map: None # Alternatives: "mul", "relu", etc.
51-
# reduce: None # Alternatives: "max", etc. Note: None means "give me whatever is the last value (mapping dependent)"
52-
# # reduce: None with strict checking: if there is a reduce, an error is thrown.
53-
# populate: None
5442
renames: {weight: Nothing, input: Inputs, output: Outputs}
5543

5644
- name: V

0 commit comments

Comments
 (0)