-
## Issue Description
We need to make a RAM(responsibility assignment matrix) compatible to our project plan assigning the current and future possible issues to the contributors and assignees .
…
-
There are a list of elementwise builtins and operators that should permit matrices, but don't currently. This includes implicit type conversions to allow existing HLSL functionality where clang extens…
-
### LeetCode Username
Shobhitlala
### Problem Number, Title, and Link
54,spiral matrix
### Bug Category
Incorrect or missing "Related Topics"
### Bug Description
missing one number in outputs
…
-
hi,
is there a reason for the height and width limit of 256?
sometimes it would be useful to make a wide matrix for example when you use led strips.
would be nice to have the possiblity for examp…
-
Hey! @DHEERAJHARODE
i would like to add a matrix multiplication using 2D array in the STL folder
kindly assign me this issue
-
It would be cool to allow users to overload `mul!` for the transition matrix, especially when they have structured transitions that cannot be easily represented in a single matrix object.
Examples:…
-
I use the Losparse's origin code to prune my own model, but it just replace the Linear module, don't work to qkv and other module I defined in allow_name list, so I use your code to try it.
It replac…
-
Is it possible to verify the matrix session from this webhook? As all messages sent from the webhook currently have a warning that the session isn't verified.
I tried verifying from another ses…
-
Currently, we have 1024 variations for DPA-1 and 512 variations for DPA-2, which takes a lot of CI time, especially when we add more supported backends.
https://github.com/deepmodeling/deepmd-kit/b…
njzjz updated
2 weeks ago
-
you cannot swap order of multiplies for matrices; it changes the meaning.
I have vec4 v = mat33 * (vec3 * float) which is transformed into:
vec4 v = (vec3 * float) * mat33
Is rewriter.fs:240 the…