Skip to content

Commit

Permalink
feat: lookup-less recip by default (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-camuto authored Feb 28, 2024
1 parent 1656846 commit 80a3c44
Show file tree
Hide file tree
Showing 18 changed files with 451 additions and 395 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions examples/notebooks/tictactoe_autoencoder.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@
"json.dump(data, open(cal_path, 'w'))\n",
"\n",
"\n",
"ezkl.calibrate_settings(cal_path, model_path, settings_path, \"resources\", scales = [4])"
"ezkl.calibrate_settings(cal_path, model_path, settings_path, \"resources\", scales = [11])"
]
},
{
Expand Down Expand Up @@ -664,7 +664,6 @@
" compiled_model_path,\n",
" vk_path,\n",
" pk_path,\n",
" \n",
")"
]
},
Expand Down
2 changes: 1 addition & 1 deletion src/circuit/ops/hybrid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ impl<F: PrimeField + TensorType + PartialOrd> Op<F> for HybridOp {
..
} => {
if denom.0.fract() == 0.0 && *use_range_check_for_int {
layouts::div(
layouts::loop_div(
config,
region,
values[..].try_into()?,
Expand Down
Loading

0 comments on commit 80a3c44

Please sign in to comment.