Ben Vanik

Results 116 issues of Ben Vanik

I'm using the app to scan parts into https://partsbox.io - they accept barcodes as keyboard input through the browser. Unfortunately 2D barcodes contain ASCII characters that the browser treats as...

This gives a more intuitive grouping in this UI pane than the uniqued source locations which aren't fully displayed - people were thinking the UI pane was broken as identically...

Boom Boom Rocket sets up export.

cpu
gpu

[ Summary: flatcc should eventually support force_align on vectors - meanwhile use vectors of structs and force_align structs, or use low level builder calls to create aligned vectors access as...

feature request

I'd like to be able to use combined bus wires to connect multiple bus drivers. For example, the pins of two or more 74245 ICs over a single /8 bus...

enhancement
LongTerm

[Tracy](https://github.com/wolfpld/tracy) is an absolutely fantastic tracing tool that we've recently fallen in love with. To be able to fully understand how marl is behaving with the rest of our application...

From the TODO here: https://github.com/google/marl/blob/0591f0ef0811eff9e87c22048abc048c0399862d/include/marl/scheduler.h#L283-L287 and this: https://github.com/google/marl/blob/0591f0ef0811eff9e87c22048abc048c0399862d/include/marl/scheduler.h#L436 unordered_map and deque aren't great for memory locality and heap fragmentation, and currently these are not using the marl Allocator so they...

The interfaces allow us to share more code between dialects using globals and generalizes the Explorer infrastructure to support global ops in any dialect (not just util.global). We could add...

compiler/dialects

Tools like `strip` and `llvm-strip` are extremely useful when dealing with privacy-sensitive debug information (machine names, source code paths, etc), reducing reproducer sizes, or ensuring deterministic outputs (stripping out build...

good first issue 🌱
compiler/tools

See individual commits for details, more coming soon. The compiler can lower to both target modes but the runtime needs a bit of code such that they are runnable. ![under_construction.gif](https://user-images.githubusercontent.com/75337/181646725-a78b3602-3d94-45d0-9fe0-78aae3ed1830.gif)...

compiler/dialects
runtime
runtime/vm