Corwin Joy
Corwin Joy
@soerenwolfers It seems that the clearest way to get kernel crash information is to just run the notebook code directly. That is: From the notebook: File -> Download as ->...
@soerenwolfers @Tishj I have put in a PR to fix this issue: https://github.com/duckdb/duckdb/pull/10545
@soerenwolfers The latest version of the duckdb code fixes this issue. See https://github.com/duckdb/duckdb/issues/10699 for details and tests. For now, you have two solutions: 1. Turn off the progress bar so...
Thanks for the clarification! I can totally see why you want to pull over the jaxtyping code and have a single code base. I understand that this PR is perhaps...
Looks like a great addition. The key question is what functions need to be implemented to make this a reality. From the library description, we must implement: _matmul _transpose_nonbatch I'm...
@Balandat After more discussion with @hughsalimbeni and @dannyfriar here is our initial proposal to expand the library as per the previous discussion. We think it represents a good way to...
Hi, I just wanted to check in and see if you had time to take a look at our proposal and if you had any thoughts? Thanks again for the...
@gpleiss Thanks for all the great feedback! I believe I have addressed all these and would appreciate a second look when you have time.
@gpleiss Thanks for the detailed review l. It all sounds good except for possibly the constructor which I need to think about. I am traveling right now but should be...
@gpleiss Thanks for the code changes! Looking at these, they make sense. I like the better matmul function. The flattened list of operators for the constructor is not my first...