sameeranjoshi
sameeranjoshi
Hi, I cloned the github version of Par4all and tried running the command `sudo ./p4a_setup.py` which gives me error as : gccbuild@shubham-ThinkPad-E470:~/Downloads/par4/par4all/src/simple_tools$ sudo ./p4a_setup.py -v p4a_setup: Assuming Par4All source tree...
Launch failed. Is something changed in upstream version? I am on `v1.7.9 (pre-release)` ``` ^ SyntaxError: invalid syntax sjoshi@jlselogin5:~/dace/examples> python /home/sam/.vscode-server/extensions/phschaad.sdfv-1.7.9/backend/run_dace.py -p 60255 File "/home/sam/.vscode-server/extensions/phschaad.sdfv-1.7.9/backend/run_dace.py", line 252 def _sdfg_remove_instrumentations(sdfg: dace.sdfg.SDFG):...
This PR is a draft PR with lots of learnings from fpga.py and cuda.py backends. The goal of the PR is to add graphcore backend to DaCE and map from...
Is there a way to look at the values of x at each level during the solve() phase? I am trying to verify my answers with pyAMG layer by layer.