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

AMD gpu problem #411

Open
shrec opened this issue Jul 23, 2024 · 2 comments
Open

AMD gpu problem #411

shrec opened this issue Jul 23, 2024 · 2 comments

Comments

@shrec
Copy link

shrec commented Jul 23, 2024

image
i found this issue and also found small bug in code

unsigned int *privateKeys = new unsigned int[8 * totalPoints];

for(int index = 0; index < _points; index++) {
splatBigInt(privateKeys, index, exponents[index]);
}

correct is unsigned int *privateKeys = new unsigned int[32 * totalPoints];

@Grabberlk
Copy link

How do you run this can you please guide me I have small issue the clibinary is not there . Inbox me please [email protected]

@shrec
Copy link
Author

shrec commented Jul 24, 2024

@brichard19 please help me solve issue i'm debuging code few days and this what i found is key always same

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

2 participants