-
Notifications
You must be signed in to change notification settings - Fork 158
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
chore(gpu): remove lwe chunk size argument from the multi-bit PBS #1445
Conversation
I think we may have had some mismatch with this lwe_chunk_size argument, and maybe it was causing the unspecified launch failure. I'm running the H100 tests several times to check it. |
9a2f614
to
cc4721a
Compare
Now I'm wondering if we want to keep this argument, we're not using it actually... I've force pushed to the branch to remove it altogether. |
cc4721a
to
2fe63c9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That argument is indeed not needed anymore.
To remove it you also need to update the function that generates the arguments for the internal benchmark.
backends/tfhe-cuda-backend/cuda/tests_and_benchmarks/benchmarks/benchmark_pbs.cpp
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ops, there is actually something to change before approval. Sorry!
2fe63c9
to
91bfbef
Compare
I just made the change 🙂 - I triggered approval CI again via the label |
closes: please link all relevant issues
PR content/description
Check-list: