Schrottkatze
|
d79383a7df
|
cleanup: remove unneeded source format in read instruction
The image crate is able to infer the format, so that data is redundant
|
2024-01-23 12:40:25 +01:00 |
|
MultisampledNight
|
bbde1c84ca
|
chore: move error handling todos from msgs into comments
|
2024-01-21 21:08:27 +01:00 |
|
MultisampledNight
|
3e208335c3
|
feat: get full evaluation back online
Very hacky, but this is enough to be finished with the graph IR for now.
|
2024-01-21 04:21:33 +01:00 |
|
MultisampledNight
|
3c529c3a1a
|
chore: rename executor -> evaluator and integrate into app
|
2024-01-21 03:22:46 +01:00 |
|
MultisampledNight
|
98c9399ee4
|
feat: nicer debug repr for instr id and socketidx
|
2024-01-20 21:13:11 +01:00 |
|
MultisampledNight
|
8b6f9810df
|
docs(ir): clarify localness of socketidx
|
2024-01-20 21:13:11 +01:00 |
|
MultisampledNight
|
cdf42417da
|
refactor(ir): use u64 directly instead of spans for instructions
|
2024-01-20 21:13:11 +01:00 |
|
MultisampledNight
|
5a209ab5af
|
docs: fix typo
|
2024-01-20 21:13:11 +01:00 |
|
MultisampledNight
|
fa2893bc77
|
feat(ir): actually get toposort working
|
2024-01-20 21:13:11 +01:00 |
|
MultisampledNight
|
4fd35736d5
|
feat(ir): rethink logic for finding vertices with no inputs
|
2024-01-20 21:13:10 +01:00 |
|
MultisampledNight
|
66639771ac
|
feat(ir): dependents and dependencies
|
2024-01-20 21:13:07 +01:00 |
|
MultisampledNight
|
29269e2fcd
|
feat(ir): implement resolve functionality (untested)
|
2024-01-20 21:12:43 +01:00 |
|
MultisampledNight
|
d8e08459a0
|
docs: ensure docs are well-linked, fed and washed
|
2024-01-20 21:12:43 +01:00 |
|
MultisampledNight
|
6395efbeab
|
chore: extract id stuff into its own file
|
2024-01-20 21:12:43 +01:00 |
|
MultisampledNight
|
ca8cf0cc52
|
chore: put semi human graph ir into its own module
|
2024-01-20 21:12:43 +01:00 |
|
MultisampledNight
|
ee675de202
|
feat: add semi-human-readable-and-writable-ir
|
2024-01-20 21:12:43 +01:00 |
|
MultisampledNight
|
fcf7e909ee
|
feat(ir): replace Rpl with GraphIr
Semi-broken as atm the CLI just does nothing except printing the parsed
IR, instead of actually executing it.
|
2024-01-20 21:12:08 +01:00 |
|