Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
olegranmo committed Oct 8, 2024
1 parent 032ea97 commit 9faed37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tmu/clause_bank/cuda/calculate_clause_value_in_patch.cu
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ extern "C"
int number_of_literals,
int number_of_state_bits,
unsigned int *global_ta_state,
int *global_current_clause_node_output,
int *global_next_clause_node_output,
int *global_clause_node_output,
int *global_clause_node_output_next,
unsigned int *literal_active,
unsigned int *global_X,
int e
Expand Down

0 comments on commit 9faed37

Please sign in to comment.