CStarn
Results
1
issues of
CStarn
I have been trying to compile and run the following minimal linalg.conv_2d example: ``` bazel run //tools:heir-opt -- --annotate-module="backend=openfhe scheme=ckks" --torch-linalg-to-ckks=ciphertext-degree=1024 --scheme-to-openfhe bazel run //tools:heir-translate -- --emit-openfhe-pke-header --openfhe-include-type=source-relative bazel run...