Skip to content

[NPU] NpuOpRunner supports host tensor as input#33992

Merged
zhiqiu merged 2 commits intoPaddlePaddle:developfrom
zhiqiu:dev/npu_support_host_tensor
Jul 7, 2021
Merged

[NPU] NpuOpRunner supports host tensor as input#33992
zhiqiu merged 2 commits intoPaddlePaddle:developfrom
zhiqiu:dev/npu_support_host_tensor

Conversation

@zhiqiu
Copy link
Contributor

@zhiqiu zhiqiu commented Jul 6, 2021

PR types

New features

PR changes

OPs

Describe

NpuOpRunner supports host tensor as input

CANN-5.0.2 support input tensors on host. Specifically, the tensor of shape, tensor of dims, etc, which are are small vector/list.
For example, the input axis in GatherV2 is a tensor of shape [1]. It should be const tensor, otherwise, the op cannot be compiled due to dynamic shape.
Now, we can use aclSetTensorPlaceMent to declare axis as host tensor to solve the problem.

image

@paddle-bot-old
Copy link

paddle-bot-old bot commented Jul 6, 2021

Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

Copy link
Contributor

@pangyoki pangyoki left a comment

Choose a reason for hiding this comment

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

LGTM

@zhiqiu zhiqiu merged commit cbf22d6 into PaddlePaddle:develop Jul 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants