Ethan Wu

Results 44 issues of Ethan Wu

What is the current state of NNODE? It does not seem to be more widely used? My impression is that training is difficult when representing the entire continuous numerical solution...

### Bug description I'm not sure how arithmetic operations between Int and UInt32 types are supposed to behave, but it seems strange to me that the following code results in...

bug
mojo-stdlib
mojo

Instead of always reading from top-left, read from bottom right to better utilize caches. Before: ``` step 20: train loss 4.296932 (took 28.770662 ms) step 21: train loss 4.238368 (took...

**Describe the bug** Automatic vectorization of copying doesn't account for shape divisibility. When attempting to copy a tensor with the layout (_2,_3):(_1, _2), the greatest common vector length is 6....

bug

imported-internally
merged-internally

When the bounds are of Float32, the sampled data should have element type `Float32` as well. ```julia julia> QuasiMonteCarlo.sample(10,[-1f0,-1f10],[1f0,1f0],UniformSample()) 2×10 Matrix{Float64}: 0.467086 0.37927 -0.781625 0.36063 … 0.502589 -0.836102 -0.362692 -9.25426e7...

May be the only thing stopping MoYe from going into real world application.

Swizzle layout would be the next major new feature.

### Review Mojo's priorities - [X] I have read the [roadmap and priorities](https://docs.modular.com/mojo/roadmap.html#overall-priorities) and I believe this request falls within the priorities. ### What is your request? `atol` is in...

enhancement
good first issue
mojo-stdlib
mojo-repo

### Is this a new feature, an improvement, or a change to existing functionality? Improvement ### How would you describe the priority of this feature request Medium ### Please provide...

enhancement
? - Needs Triage