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

error in compiling hashencoder #15

Open
sankalpkallakuri opened this issue Aug 29, 2024 · 3 comments
Open

error in compiling hashencoder #15

sankalpkallakuri opened this issue Aug 29, 2024 · 3 comments

Comments

@sankalpkallakuri
Copy link

image I am getting above error while trying to run inference . Pls guide.

@Golbstein
Copy link

Golbstein commented Aug 29, 2024

I modified the backend.py file and changed std=c++14 to std=c++17 (which is installed in my enviornment)

@lilc-112
Copy link

You can find the backend.py file, which contains the command for compiling hashencode. If your device is not defined in the if-else block of the file, you should add an entry to accommodate your GPU. Otherwise, the result returned by the torch.cuda.get_device_name() function will include parentheses, which may cause the compilation to fail.

@2guud4u
Copy link

2guud4u commented Feb 6, 2025

@sankalpkallakuri I have the same problem. Any followup?

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

No branches or pull requests

4 participants