Skip to content

Conversation

@seemethere
Copy link
Member

@seemethere seemethere commented Feb 19, 2021

After pytorch/pytorch@a9f5e72 was merged into upstream pytorch the passing of
references within torch c extension functions is no longer allowed. This
just removes the reference and passes by value instead.

Signed-off-by: Eli Uriegas [email protected]

After a9f5e7229 was merged into upstream pytorch the passing of
references within torch c extension functions is no longer allowed. This
just removes the reference and passes by value instead.

Signed-off-by: Eli Uriegas <[email protected]>
Copy link
Contributor

@vincentqb vincentqb left a comment

Choose a reason for hiding this comment

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

Great, thank you! I'll merge once the tests are done.

@vincentqb
Copy link
Contributor

cc #1282

@seemethere seemethere linked an issue Feb 19, 2021 that may be closed by this pull request
@vincentqb vincentqb merged commit a70931f into pytorch:master Feb 19, 2021
seemethere added a commit to seemethere/audio that referenced this pull request Feb 19, 2021
@mthrok
Copy link
Contributor

mthrok commented Feb 22, 2021

This feels better resolved like D26138549.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CircleCI] error: cannot bind non-const lvalue reference

5 participants