Hello,
When I run make in the gen/AppName directory, I run into the following error
[info] Compiling 1065 Scala sources to /home/pb/cs217/linear-algebra-cs217_pb_fl_2020/gen/GEMV/target/scala-2.12/classes ...
[error] Could not write class x5481_inr_UnitPipe_kernel$Block1Chunker1$2$Block1Chunker1Sub11$2$ because it exceeds JVM code size limits. Method gen's code too large!
[error] one error found
[error] (Compile / compileIncremental) Compilation failed
[error] Total time: 106 s, completed Jan 31, 2020 12:18:53 AM
Makefile:2: recipe for target 'all' failed
Any idea what might be causing this? Do I need to rewrite some of the expressions in my code, or can I instead change some compile time options to get around this?
Thanks,
Pratik