goroutines for bootstrapping #435
Replies: 4 comments 7 replies
-
but when there is only one element in cts, it works well |
Beta Was this translation helpful? Give feedback.
-
panic the err in "cts[i], err = eval_boot.Bootstrap(cts[i])",it says: "panic: cannot BootstrapMany: cannot PackAndSwitchN1ToN2: PackN2: cannot Pack: cts[0].Value[0].N()=8192 != params.N()=1" |
Beta Was this translation helpful? Give feedback.
-
add "fmt.Println(eval_boot.BootstrappingParameters.N())" after "eval_boot := eval_boot.ShallowCopy()", it prints out "1". So it seems that the ShallowCopy() miss something to copy. |
Beta Was this translation helpful? Give feedback.
-
@yiquedexianshi If you believe there is a bug, please open an bug related issue and follow the steps |
Beta Was this translation helpful? Give feedback.
-
Hello, I want to use goroutines to accelerate my program. Is there anything wrong in the code below?
It says: panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x2 addr=0x10 pc=0x101175e78]
for last line "fmt.Println(op[i].Slots()) "
thanks!
Beta Was this translation helpful? Give feedback.
All reactions