Skip to content

Conversation

algorithm1832
Copy link
Contributor

PR Category

Custom Device

PR Types

Improvements

Description

  • Replace .cu includes to .h includes
  • Add .cu file to cmakelists (metax_gpu)

ℹ️The c_concat_kernel.cu file has already been included in iluvatar_gpu's cmakelists starting from line 269.

file(
  GLOB
  CUDA_SRCS2
  ...
  ${PADDLE_SOURCE_DIR}/paddle/phi/kernels/gpu/c_concat_kernel.cu
  ...
)
set(CUDA_SRCS ${CUDA_SRCS1} ${CUDA_SRCS2})
list(REMOVE_DUPLICATES CUDA_SRCS1)

Related Paddle PR: #75648

@paddle-bot
Copy link

paddle-bot bot commented Oct 13, 2025

Thanks for your contribution!

Copy link
Collaborator

@YqGe585 YqGe585 left a comment

Choose a reason for hiding this comment

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

LGTM

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