00:31fdobridge: <🌺 ¿butterflies? 🌸> congrats
00:46fdobridge: <karolherbst🐧🦀> yeah, I can do that once back home
00:46fdobridge: <karolherbst🐧🦀> will also run the full CTS on each of them once it's all integtated
00:46fdobridge: <karolherbst🐧🦀> will also run the full CTS on each of them once it's all integrated (edited)
17:29fdobridge: <gfxstrand> woohoo
18:52fdobridge: <marysaka> @gfxstrand So for all my current changes, I moved all tu104 mme code to its own library and same for fermi.
18:52fdobridge: <marysaka> As it's probably going to conflict with current nvk/main, should I split that in multiple MRs?
18:52fdobridge: <marysaka> Like one for the move, and one that add fermi?
18:53fdobridge: <marysaka> I also have a change for isaspec that is require to make it works with 32 bits instructions (it used to only support 64 bits instructions...)
18:58fdobridge: <gfxstrand> You can if you want.
18:59fdobridge: <gfxstrand> But make sure one of them has the complete picture. I'd like to see it all before we move a bunch of stuff so I can get a sense for how much is getting duplicated.
19:03fdobridge: <marysaka> I tried to deduplicate some parts but I should probably finish that first
19:03fdobridge: <marysaka> not sure where that header would fit in tho
19:04fdobridge: <marysaka> maybe some common library for tu104 and fermi? but sound weird for only one header...
19:07fdobridge: <gfxstrand> If you post the MR, I can look at it and try to come up with some ideas.
19:07fdobridge: <gfxstrand> It's easier if I can see it.
19:07fdobridge: <gfxstrand> It's ok if it's a bit of a mess. Doesn't have to be perfect when you first post it.
19:09fdobridge: <marysaka> Ok, will do later then 👍
23:18fdobridge: <gfxstrand> @marysaka https://gitlab.freedesktop.org/nouveau/mesa/-/merge_requests/174
23:18fdobridge: <gfxstrand> I'm not suggesting you rewrite the Maxwell sim. I mostly did it to see what it'd look like and how much I love/hate it.
23:24fdobridge: <marysaka> oh nice
23:31fdobridge: <phomes> I get the feeling that I might as well start to learn rust if I want to continue contributing to nvk 🙂
23:33fdobridge: <marysaka> I see that you also did changed the logic for flush_mthd nice
23:35fdobridge: <karolherbst🐧🦀> though I'd prefer to figure out cbindgen :ferrisUpsideDown: but maybe that's for later