-
Please assign me this issue under hacktoberfest 2024.
I will add hashmap solution. O(n)
-
### System Info
HW
- EC2: g6e.12x
- GPU: L40S
- CUDA: 550.127.05
- Branch: commit 201135e58aa525af7e523d091d4c9584229524bc (HEAD, tag: v0.13.0)
Data
- Model: Llama-2-7b-hf
### Who can help?
@bys…
-
aggs_for_vecs seem to support only one-dimensional arrays.
How complicated would it be to support two-dimensional arrays also?
My use case is that I would like to perform time based statistical …
-
The `BluetoothLEScanFilters` dictionary is created from an `BluetoothLEScanFilterInit` but its `manufacturerData` and `serviceData` fields aren't an array.
https://github.com/WebBluetoothCG/web-blu…
-
### Discussed in https://github.com/Alpine-DAV/ascent/discussions/1328
Originally posted by **yslan** July 10, 2024
Hi,
I wonder what's the proper way to pass a vector field to Ascent.
-…
-
**Describe the bug**
SWIG wrapper does not support arrays of type uint8_t and unsigned char
**To reproduce**
1. Make copy of CModuleTemplateMsgPayload called TemplateCharMsgPayload and change dat…
-
Why can't this library unpack empty array?
[These lines seem to stop this case](https://github.com/hideakitai/MsgPack/blob/1f552c31b940d6e9063ee17a4b3fa10c47b27169/MsgPack/Unpacker.h#L1943-L1945)
…
-
### Description
I have a test case that broke somewhere between jax versions 0.4.19 and 0.4.28. In particular, I am using `jax.dlpack.from_dlpack` on some PyTorch Tensors and then after hitting them …
-
Past thoughts:
* https://github.com/qt4cg/qtspecs/issues/826#issuecomment-1821359131
* https://github.com/qt4cg/qtspecs/issues/1456#issuecomment-2358257374 ff.
Copied from Michael:
> It would …
-
### Description
The following code runs as expected:
```py
import numpy as np
string_array = ["apple", "banana", "cherry"]
numpy_arr=np.array(string_array)
```
However, when I swap NumPy for CuPy li…