Skip to content

Conversation

@Le-soleile
Copy link
Contributor

PR Category

Performance Optimization

PR Types

Bug fixes

Description

修改引用

@paddle-bot
Copy link

paddle-bot bot commented Nov 29, 2025

Thanks for your contribution!

@Le-soleile Le-soleile changed the title 【CUDA Kernel No.90】fusion_group算子Kernel修复 【CUDA Kernel No.90】算子Kernel修复 Nov 29, 2025
#include "paddle/phi/backends/gpu/gpu_context.h"
#include "paddle/phi/core/kernel_registry.h"
#include "paddle/phi/kernels/gpu/partial_concat_kernel.cu" //NOLINT
#include "paddle/phi/kernels/partial_concat_kernel.h"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

此头文件中函数声明有误,需要的是PartialConcatOpCUDAKernel

iluvatar_gpu,
ALL_LAYOUT,
phi::PartialConcatOpCUDAKernel,
phi::PartialConcatKernel,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个注册的kernel不要改

#include "paddle/phi/backends/gpu/gpu_context.h"
#include "paddle/phi/core/kernel_registry.h"
#include "paddle/phi/kernels/gpu/partial_concat_kernel.cu" //NOLINT
#include "paddle/phi/kernels/partial_concat_kernel.h"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

此头文件中函数声明有误,需要的是PartialConcatOpCUDAKernel

metax_gpu,
ALL_LAYOUT,
phi::PartialConcatOpCUDAKernel,
phi::PartialConcatKernel,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个注册的kernel不要改

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

contributor HappyOpenSource 快乐开源活动issue与PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants