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

[fix] vren build error on windows cause long #28

Merged
merged 1 commit into from
Jul 24, 2022

Conversation

zjjMaiMai
Copy link
Contributor

error LNK2001: unresolved external symbol "public: long * __cdecl at::Tensor::data_ptr<long>(void)const " (??$data_ptr@J@Tensor@at@@QEBAPEAJXZ)
current vren extend will build error on windows x64 cause long resolves to int (a 32-bit type).
fix it by change long to int64_t.

@kwea123 kwea123 merged commit 2c4d5da into kwea123:master Jul 24, 2022
@kwea123
Copy link
Owner

kwea123 commented Jul 24, 2022

merged thank you!

@kwea123
Copy link
Owner

kwea123 commented Jul 24, 2022

Can you also help to look at issue #18 ? My windows compilation still fails so I don't know if it works on windows

@3a1b2c3
Copy link

3a1b2c3 commented Aug 4, 2022

Cannot get bindings to build with CUDA 11.6, anyone managed?

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.

3 participants