We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0568757 commit 5578d70Copy full SHA for 5578d70
Paddle
backends/iluvatar_gpu/build_paddle.sh
@@ -38,6 +38,10 @@ fi
38
39
bash clean_paddle.sh
40
41
+pushd "${CURRENT_DIR}/../.."
42
+git submodule update --init --recursive --force
43
+popd
44
+
45
if ! git -C "$PADDLE_SOURCE_DIR" apply --reverse --check "$PATCH_FILE" > /dev/null 2>&1; then
46
if ! git -C "$PADDLE_SOURCE_DIR" apply "$PATCH_FILE"; then
47
echo "Error: Failed to apply patch!"
backends/iluvatar_gpu/patches/paddle-corex.patch
@@ -552,6 +552,7 @@ index 1df6184141..fc6015b209 100644
552
#pragma once
553
554
#include "paddle/phi/core/dense_tensor.h"
555
+ #include "paddle/phi/core/device_context.h"
556
+#ifndef PADDLE_WITH_COREX
557
#include "paddle/phi/kernels/funcs/blas/blas.h"
558
+#endif
0 commit comments