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