-
StableHLO to TTIR conversion fails to legalize `transpose` op for 3 and higher dimensional tensors. A sample test case can be found in [tt-xla PR](https://github.com/tenstorrent/tt-xla/pull/15)
-
Note) This would make `[` dimensionality-unstable, but it would always be dimensionality stable when using vectors, and would only actually allow the dimensionality to increase, never decrease.
Jul…
-
We need to design and implement multidimensional tests. Ideally, we should create a new test file for each of the dimensions being tested and implement the appropriate tests.
-
We need to design and implement multidimensional tests. Ideally, we should create a new test file for each of the dimensions being tested and implement the appropriate tests.
-
(raised by @wacky6 Jiewei in Chromium CL review https://chromium-review.googlesource.com/c/chromium/src/+/4940628/comments/88fd209e_269f2c93)
[WebNN's matmul](https://www.w3.org/TR/webnn/#api-mlgra…
-
This is a repository of Magma code for arithmetic geometry and number theory. The latest spkg is echidna-2.0.spkg, can be downloaded from:
http://echidna.maths.usyd.edu.au/kohel/alg/
This should …
-
ROOT offers different ways to store arrays or even structs in `TBranches`. I added a small ROOT-File ([test_array.root.zip](https://github.com/tamasgal/UnROOT.jl/files/5108576/test_array.root.zip)) wh…
-
Hi,
im trying to find edges in pointclouds. first i down-sampled my data set to 5k-sized pointclouds and got the following performance:
precision 0.9722454458109377
recall 0.9774251897764888
spe…
-
> Please delete #33, if possible
# Summary
Using an output dimension greater than one when initializing an `XGBModule` results in a dimension casting error when calling `XGBModule.forward()`.
…
-
From the Neural ODE example:
```julia
using SimpleChains, StaticArrays, OrdinaryDiffEq
u0 = @SArray [2.0, 0.0]
datasize = 30
tspan = (0.0, 1.5)
tsteps = range(tspan[1], tspan[2], length = da…