Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
olegranmo committed Oct 11, 2024
1 parent 01e5b47 commit 2b4cd89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tmu/lib/src/ClauseBank.c
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ static inline unsigned int cb_calculate_clause_output_with_literal_active(
}
printf("\n");
}

unsigned int output = 1;
for (int k = 0; k < number_of_ta_chunks-1; k++) {
unsigned int pos = k*number_of_state_bits + number_of_state_bits-1;
Expand Down Expand Up @@ -1585,7 +1586,7 @@ void cb_calculate_spatio_temporal_features(
filter,
attention,
&Xi[patch*number_of_ta_chunks],
clause == 0
j == 0
);

if (d == 0 && j == 0 && patch == 0) {
Expand Down

0 comments on commit 2b4cd89

Please sign in to comment.