mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-02-24 07:04:11 +00:00
This is not needed
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
#include <syscall.h>
|
||||
#endif
|
||||
|
||||
#define IK_PRINT_TIMING 0
|
||||
#define IK_PRINT_TIMING 1
|
||||
|
||||
#ifdef GGML_USE_OPENMP
|
||||
#include <omp.h>
|
||||
@@ -20327,8 +20327,6 @@ static void ggml_compute_forward_cross_entropy_loss_back(
|
||||
static int ggml_compute_forward(struct ggml_compute_params * params, struct ggml_tensor * tensor,
|
||||
const struct ggml_cgraph * cgraph, int i) {
|
||||
|
||||
struct ggml_tensor * next = i < cgraph->n_nodes-1 ? cgraph->nodes[i+1] : NULL;
|
||||
|
||||
GGML_ASSERT(params);
|
||||
|
||||
if (tensor->op == GGML_OP_NONE || ggml_is_empty(tensor)) {
|
||||
|
||||
Reference in New Issue
Block a user