Ryan Hileman

Results 95 issues of Ryan Hileman

I'm profiling/debugging performance bottlenecks in the python client. Two things stuck out so far. - ~~Calls to BufferedFormatter in logging, when logging was disabled. This can be fixed by gating...

enhancement

If I ^R and ^C while there are zero history matches, I get a panic on: ```o.buf.Set(o.history.showItem(o.history.current.Value))``` (as apparently o.history.current isn't set) https://github.com/chzyer/readline/blob/master/search.go#L118

I'm playing with dialog prompts in egui. It would be nice to be able to request that a widget receives "default focus" upon appearing, so the user can just press...

feature-request

I got cleese booting, but the echo boot target is not working. The "echo" target fails on the LOAD_NAME 'textbuffer' bytecode with the error "can't find textbuffer". I've verified the...

It would be nice to use a `RangeDim` directly in the `mb.TensorSpec()` shape here instead of the symbol indirection: ``` flexible = ct.RangeDim() @mb.program(input_specs=[mb.TensorSpec(shape=(1, 100, 100, flexible.symbol)),]) def prog(x): return...

bug
Flexible Shape

Any time a C struct is allocated under a Go struct, a GC finalizer should be added to the Go struct with `runtime.SetFinalizer`, unless "ownership" of the object passes to...

### Feature Description I'd like to be able to use FeatureTransforms without sfx/libsoundfile compiled in. #### Use Case I use flashlight/wav2letter without libsndfile, so the hard dependency from FeatureTransforms to...

enhancement

### Bug Description Building for Mac on master is broken, mostly due to missing headers, a couple of bad integer types, and `high_resolution_clock` not having the same return type as...

bug

### Feature Description It would be nice to pass a vector of strings directly to a buildSequentialModule() variant, as this saves writing a temporary file to disk if my program...

enhancement

First, thanks for the great repo! Here's a recent paper from NVIDIA: https://arxiv.org/pdf/2009.04534v2.pdf Seems like a similar concept to Sandwich, but faster, simpler, and near identical perplexity. Edit: Oh, I...