David Ellis

Results 85 issues of David Ellis

Hello, Thank you for this project! :) As the title states, if you have an archived repository (kept for historical reference) PRs that were left open on the archived repo...

From the testling results of a few runs on the same codebase (adding in new CI badges only) it seems there are a few tests that intermittently fail. - [x]...

bug

SyntaxError: Unexpected end of input at Object.parse (native) at CacheDir. (/home/uber/rt-tia/node_modules/cache-dir/index.js:17:37) at Array.forEach (native) at new CacheDir (/home/uber/rt-tia/node_modules/cache-dir/index.js:16:39) at Object. (/home/uber/rt-tia/bin/tia_server.js:33:18) at Module._compile (module.js:449:26) at Object.Module._extensions..js (module.js:467:10) at Module.load (module.js:356:32)...

Adding more/better (more better?) events to the HTTP client and server transports. Also updating the readme to be more accurate for these events (and TCP events I forgot to add/update)....

The Rust `wgpu` API will *usually* simply `panic!` on things like invalid shader code, buffers that are too big, using shader features you didn't acquire when initializing `wgpu`, etc, instead...

Currently halfway implemented, but making some assumptions that might be invalid in some use-cases, so it should at least be overrideable.

Currently getting to the third stage with Llama 2 13B but failing there.

**Description** Attempting to use `copy_buffer_to_buffer` in 0.20.0 crashes with: ``` thread 'main' panicked at /home/damocles/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wgpu-core-0.20.0/src/resource.rs:121:17: called `Option::unwrap()` on a `None` value ``` The full backtrace from one of my test...

type: bug