-
We need to add support for more fancy Jacobian work. An earlier version of the Rewrite included an automatic JacVecOperator, as this causes some defaults to misbehave, and required an API change, I go…
FHell updated
3 years ago
-
The author writes in Chapter 1, Section 12:
> The definition of a topological space that is now standard was a long time in being formulated. Various mathematicians—Fréchet, Hausdorff, and others—pro…
-
This item is intended as a discussion for the future of the debug console. Currently we use the tree to represent all elements in the debug console. This has worked well thus far but has certain limit…
-
When lambdifying `Max` to the `numpy` format, `np.amax` is used. This function returns the maximal element of the passed array. While this is the same as the definition of sympy.Max ("Return, if possi…
-
# Notes
The errors is happening in `ExportedProgram.run_decompositions()` call: message is `Cannot view a tensor with shape torch.Size([1, 512, 32, 128]) and strides (2097152, 128, 65536, 1) as a t…
-
The Session project is on a solid path, thanks to the team's hard work!
As TGE is approaching, we are facing the challenges of the next 10x growth and aiming for an even higher goal. In a long ter…
-
# Purpose/Motivation
Defines a device-based storage object that may be used by WebNN operations. This is a sub-issue of #482.
# Proposed API
```webidl
typedef unsigned long MLFlagsConstant;
…
-
### Contact Details
srrakhun@microsoft.com
### Data request?
Networking emissions of g/GB. – We need to define this based on the architecture of the application. From the application analysis we wi…
-
### Use case
Refactor the wrf model_mod to make it easier/possible to:
* add state variables
* swap between wrf v3 and v4
* not assume the structure of the state variable in model_mod.
### …
-
It's a well-known fact that many convolutions can be thought of as a direct matrix multiplication(Im2Col and more subtle ideas). cuDNN white-paper directly states that NVIDIA developers use precisely …