mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-07 22:04:10 -05:00
chore(gpu): some tests on erc20
This commit is contained in:
@@ -660,6 +660,8 @@ void cuda_programmable_bootstrap_lwe_ciphertext_vector_64(
|
|||||||
|
|
||||||
check_cuda_error(cudaGetLastError());
|
check_cuda_error(cudaGetLastError());
|
||||||
|
|
||||||
|
buffer->pbs_variant = TBC;
|
||||||
|
|
||||||
switch (buffer->pbs_variant) {
|
switch (buffer->pbs_variant) {
|
||||||
case PBS_VARIANT::TBC:
|
case PBS_VARIANT::TBC:
|
||||||
#if (CUDA_ARCH >= 900)
|
#if (CUDA_ARCH >= 900)
|
||||||
|
|||||||
Reference in New Issue
Block a user