Skip to content

Commit bd02d55

Browse files
metax6661184319564duqimeng
authored
[Metax] update workflow schedule cron expression and fix patch (PaddlePaddle#192) (PaddlePaddle#2234)
* [Metax] update workflow schedule cron expression and fix patch (PaddlePaddle#192) * update workflow schedule cron expression * fix patch * updatepaddle (PaddlePaddle#193) --------- Co-authored-by: ZhouDuan <[email protected]> Co-authored-by: duqimeng <[email protected]>
1 parent 6a16032 commit bd02d55

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/_Metax_work_private.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
types: [opened, synchronize]
77
branches: [develop, release/**]
88
schedule:
9-
- cron: "0 16 * * *"
9+
- cron: "0 20 * * *"
1010
permissions: read-all
1111

1212
defaults:

Paddle

Submodule Paddle updated 306 files

backends/metax_gpu/patch/paddle.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,12 +1023,12 @@ index 1e7869afec..26ac439fc7 100644
10231023
namespace phi {
10241024
namespace fusion {
10251025
diff --git a/paddle/phi/kernels/gpu/depthwise_conv.h b/paddle/phi/kernels/gpu/depthwise_conv.h
1026-
index 770a3e1296..b0ec1b949b 100644
1026+
index 1be18a24cb..b83e094d31 100644
10271027
--- a/paddle/phi/kernels/gpu/depthwise_conv.h
10281028
+++ b/paddle/phi/kernels/gpu/depthwise_conv.h
1029-
@@ -29,8 +29,8 @@ namespace cub = hipcub;
1030-
#include "paddle/phi/backends/gpu/gpu_device_function.h"
1029+
@@ -21,8 +21,8 @@ limitations under the License. */
10311030
#include "paddle/phi/backends/gpu/gpu_primitives.h"
1031+
#include "paddle/phi/kernels/funcs/cub.h"
10321032
#include "paddle/phi/kernels/funcs/math_function.h"
10331033
-#include "paddle/phi/kernels/gpudnn/conv_gpudnn.h"
10341034
-#include "paddle/phi/kernels/impl/conv_cudnn_impl.h"

0 commit comments

Comments
 (0)