We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73fdc9a commit 427dca3Copy full SHA for 427dca3
eval/adjust.rkt
@@ -227,7 +227,7 @@
227
; clean progress of the current tuning pass and start over
228
(vector-fill! vprecs-new 0)
229
(vector-fill! vrepeats #f)
230
- (precision-tuning ivec vregs vprecs-new varc vstart-precs vrepeats vhint)
+ (precision-tuning ivec vregs vprecs-new varc vstart-precs vrepeats vhint constants-lookup)
231
(repeats)) ; do repeats again
232
233
; Step 5. Copying new precisions into vprecs
0 commit comments