Linking python programs with cpp in pytorch

hi newbie here.
i want to learn more about pytorch. so i was looking for good_first_issues
i found torch.abs behaves differently than numpy.abs in issue 33567

on looking at the codebase, i think i need to understand torch._C

so my question is: how does one link python programs with cpp in pytorch?

I would recommend to take a look at @tom’s blog post (+ video) about fixing your first PyTorch bug, which should be a good starter.

That being said, feel free to ask in the bug for some guidance for the specific issue and also make sure to communicate with wDaniec who already tries to fix it (if that’s not your account :wink: ).

1 Like