Yisu Remy Wang

Results 24 comments of Yisu Remy Wang

I can confirm that the PR fixes `evaluation/indexed_inequalities_compare_csv` and `semantic/negative_numbers_compare_csv`, but all other tests are still failing on M1.

That did the trick thanks! Now only 8 (really 2) profile tests are failing: ``` 3116 - profile/lrg_attr_id_cmp_prof_rul_C2.1 (Failed) 3120 - profile/lrg_attr_id_cmp_prof_graph_R2_copy_t (Failed) 3122 - profile/lrg_attr_id_cmp_prof_graph_C2.1_tot_t (Failed) 3124 - profile/lrg_attr_id_cmp_prof_graph_ver_C2.1_tuples...

> Please also check whether I/O is working. The auxiliary arity of one may hide the last column. I/O is working fine - all attributes are printed.

I think `read()` should always specify the shape. Even if the tensor is stored in the dense format, there is no guarantee that the input file will contain entries at...

Hmm, if I add some `pos` commands, taco generates code successfully but the code uses an undefined variable `iposr`: ``` remywang@m16 build % ./bin/taco "q = r(i,j) * s(i,j)" -f=r:ss...

I see, thanks! I'll leave this open for the uncaught errors, but feel free to close if those are not of high priority.

It should, those parameters are not specific to Mac. I can't test now because I don't have a linux desktop atm.

I also had to add `(setq doom-theme 'nil)` to prevent doom overwriting the theme with its default.

Almost perfect! How about `nano-splash`? I knew I need to disable `doom-dashboard` in `init.el`, but after that the splash screen just flashes for a split second.

A small trick I found: splitting full-screen windows gets you closer to actual tiling, as it also prevents the mouse from moving / resizing windows out of place.