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 aeeaeeb commit 6dc4072
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tmu/clause_bank/cuda/calculate_clause_value_in_patch.cu
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ extern "C"
if ((ta_state[(number_of_ta_chunks-1)*number_of_state_bits + number_of_state_bits - 1] & (X[node*number_of_ta_chunks + number_of_ta_chunks-1] | (!literal_active[number_of_ta_chunks-1])) & filter) != (ta_state[(number_of_ta_chunks-1)*number_of_state_bits + number_of_state_bits - 1] & filter)) {
clause_node_output &= ~(1 << node_pos);
}

if (node == 0) {
printf("V: %d\n", clause_node_output & (1 << node_pos));
}
}

if (node_chunk == number_of_node_chunks - 1) {
Expand Down

0 comments on commit 6dc4072

Please sign in to comment.