-
Providing dense matrix support for VexCL would probably be of use for many people, but currently it is unclear what is the best approach to do this.
Options are:
1. Provide `vex::matrix` and make `ve…
-
Currently, there is no interpolation method embedded in the evolution loop. Start out simple
-
## Current Behavior
Once in a while (three times in a week during execution of automated tests) Qdrant server panics when inserting a point into a collection with dense and sparse vectors. We s…
-
I think this library is very interesting for my project, however I couldn't find whether there is support for multiplication of a sparse, boolean matrix with a dense matrix. Could you please let me kn…
-
### Checklist
- [X] I've read the [contribution guidelines](https://github.com/autowarefoundation/autoware/blob/main/CONTRIBUTING.md).
- [X] I've searched other issues and no duplicate issues were fo…
-
虽然也是qwen2的架构,但是无法支持
```
TypeError Traceback (most recent call last)
Cell In[41], line 12
2 prompts = [
3 "Hello, my name is",
4 "The pre…
-
Hello,
Firstly, thank you for providing such an interesting framework.
As I trained a DDPG policy on a Universal Robots model for cube lifting task using dense reward, I noticed that although t…
-
Would it be possible to share the Sparse/Dense reconstructions of each scene?
The webpage mentions this can be shared upon request.
-
When building with `-DTORCH_MLIR_ENABLE_STABLEHLO=OFF` and running lit tests, I see three fails:
```
TORCH_MLIR :: Conversion/TorchToLinalg/sparse.mlir
TORCH_MLIR :: Dialect/Torch/invalid.mlir
…
-
I have a sparse transition matrix (csr_matrix) A that I multiply by a dense array2d B into array2d C, where each column in B and C is an independent state vector. I'm hoping to optimize by increasing …