From 0ae68e6650cae9667ec963810e1477b8be0e35c3 Mon Sep 17 00:00:00 2001 From: liuhao2638 <2284903223@qq.com> Date: Thu, 18 Jun 2026 07:00:39 +0000 Subject: [PATCH] test PaddleFormers packages custom op trigger (cherry picked from commit 29771f9f85f9551e50a956b1887bfcf43a801f4f) --- packages/custom_ops/approval_trigger.cu | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 packages/custom_ops/approval_trigger.cu diff --git a/packages/custom_ops/approval_trigger.cu b/packages/custom_ops/approval_trigger.cu new file mode 100644 index 00000000000..7bbbcaa7b00 --- /dev/null +++ b/packages/custom_ops/approval_trigger.cu @@ -0,0 +1,16 @@ +// Copyright (c) 2026 PaddlePaddle Authors. All Rights Reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +// This placeholder file intentionally lives under packages/custom_ops so +// changed-file path rules can detect custom operator related changes.