Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Cherry-pick][CINN] Add IntrinsicOps into ir_codes_collector (#60556) #62245

Merged
merged 1 commit into from
Mar 1, 2024

Commits on Feb 29, 2024

  1. [CINN] Add IntrinsicOps into ir_codes_collector (PaddlePaddle#60556)

    This PR fixed a bug of running Resnet PaddleClas.
    
    The bug is due to vectorize introduce an intrinsic GetAddr and we didn't collect the tensor of GetAddr in ir_node_collector, this would caused tensor alias won't create in cuda code.
    
    TODO: we may modify IntrinsicOp in the near future
    zhhsplendid committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    a4c912a View commit details
    Browse the repository at this point in the history