fix error: wrong result in 658746bb26702e50f2c59c0e4ada8e9da6010481
This commit is contained in:
parent
bd38129aeb
commit
5b5389941e
2 changed files with 4 additions and 4 deletions
|
@ -9712,7 +9712,7 @@ static void ggml_sycl_op_flatten(const ggml_tensor *src0,
|
||||||
src1_ddf = (float *) src1_extra->data_device[g_main_device_index];
|
src1_ddf = (float *) src1_extra->data_device[g_main_device_index];
|
||||||
} else {
|
} else {
|
||||||
src1_ddf = src1_f.alloc(ggml_nelements(src1));
|
src1_ddf = src1_f.alloc(ggml_nelements(src1));
|
||||||
// SYCL_CHECK(ggml_sycl_cpy_tensor_2d(src1_ddf, src1, 0, 0, 0, nrows1, main_stream));
|
SYCL_CHECK(ggml_sycl_cpy_tensor_2d(src1_ddf, src1, 0, 0, 0, nrows1, main_stream));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (dst_on_device) {
|
if (dst_on_device) {
|
||||||
|
|
6
run.sh
6
run.sh
|
@ -11,9 +11,9 @@ else
|
||||||
export GGML_SYCL_DEVICE=0
|
export GGML_SYCL_DEVICE=0
|
||||||
fi
|
fi
|
||||||
echo GGML_SYCL_DEVICE=$GGML_SYCL_DEVICE
|
echo GGML_SYCL_DEVICE=$GGML_SYCL_DEVICE
|
||||||
export GGML_SYCL_DEBUG=1
|
#export GGML_SYCL_DEBUG=1
|
||||||
#export GGML_SYCL_LIST_DEVICE=1
|
#export GGML_SYCL_LIST_DEVICE=1
|
||||||
#./build/bin/main -m models/llama-2-7b.Q4_0.gguf -p "${INPUT1}" -e -n 400 -ngl 33 -c 2048
|
#./build/bin/main -m models/llama-2-7b.Q4_0.gguf -p "${INPUT1}" -e -n 400 -ngl 33 -c 2048
|
||||||
#./build/bin/main -m models/llama-2-7b.Q4_0.gguf -p "${INPUT2}" -n 400 -e -ngl 33
|
./build/bin/main -m models/llama-2-7b.Q4_0.gguf -p "${INPUT2}" -n 400 -e -ngl 33
|
||||||
./build/bin/main -m models/llama-2-7b.Q4_0.gguf -p "${INPUT2}" -n 5 -e -ngl 33 -t 1 -s 0
|
#./build/bin/main -m models/llama-2-7b.Q4_0.gguf -p "${INPUT2}" -n 5 -e -ngl 33 -t 1 -s 0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue