Skip to content

Commit

Permalink
Disable an unintended integrity check
Browse files Browse the repository at this point in the history
  • Loading branch information
jart committed May 2, 2024
1 parent c9d7393 commit 2b4da98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama.cpp/ggml.c
Original file line number Diff line number Diff line change
Expand Up @@ -18135,7 +18135,7 @@ static thread_ret_t ggml_graph_compute_thread(void * data) {
ggml_graph_compute_thread_sync_task(&task_phase, state, false);
}

#if 1
#if 0
// expensive integrity check
// not useful to test mt-safety
if (!state->ith) {
Expand Down

0 comments on commit 2b4da98

Please sign in to comment.