Commit Graph

12 Commits

Author SHA1 Message Date
colin 373c80793f app: stacked_cores: improve the 52-xx plotting/interpolation
it's a little slow :-(
i'd guess the `score` function is the slowest part. can maybe get scipy
to do a dot-product for us?
2022-11-04 03:22:42 -07:00
colin 70e14b4578 app: stacked_cores: 52-xx: sort the runs naturally (natsort) 2022-11-03 01:09:12 -07:00
colin 5f289bf07b update rust-toolchain: 2022-04-11 -> 2022-08-29, and update cargo deps 2022-09-25 18:05:17 -07:00
colin bb737db3f7 plot some datapoints about the stacked_cores inverters 2022-09-19 17:58:26 -07:00
colin a61f7f4822 nix: simplify the vulkan-loader linking 2022-07-06 00:38:47 -07:00
colin d8ac5576fb nix: rename package "coremem-wavefront" -> "coremem" 2022-07-05 23:54:10 -07:00
colin 51dfe24b67 nix: simplify the flake 2022-07-05 23:53:28 -07:00
colin 46ac8b28b6 nix: properly patch in the vulkan-loader
now we can run `./result/bin/*` without any special environment.
2022-07-05 23:32:39 -07:00
colin 5b99d30cda restructure this multi-crate project to use Cargo's "workspace" feature
this solves an issue in the Nix build, where managing multiple
Cargo.lock files is otherwise tricky. it causes (or fails to fix?) an adjacent issue where
the spirv builder doesn't seem to have everything it needs vendored.
2022-07-05 17:34:21 -07:00
colin 7c6676a942 fixup the shell so that binaries can be run as expected under it 2022-07-04 01:58:05 -07:00
colin 16f3145890 get the resulting binaries to run.
GPU support lacking (not sure if lacking in the package, or on my host).
run `nix develop` to enter a dev shell.
2022-07-02 17:27:11 -07:00
colin 6149f01c4e working rust build; rgpu tests fail because of a lack of GPU adapter 2022-07-02 16:05:43 -07:00