-
### Software versions
cunumeric 24.06.00
### Jupyter notebook / Jupyter Lab version
_No response_
### Expected behavior
The example below works with numpy and cupy, but seems to crash…
-
As our random variables are now tensors, manipulations that users of pymc3 are familiar with might no longer be valid, requiring them to use tensorflow's particular syntax for manipulating tensors. I …
-
This fails:
```js
const fs = require('fs')
const hyperdrive = require('hyperdrive')
const src = `/tmp/${Math.random()}/`
console.log(src)
const storage = require('dat-storage')(src)
const a…
-
Can you rollback to the plugin before you added indexing?, or disable indexing and only enable indexing of opened files?
After the latest updates atom became really slow - infact atom is unusable w…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussi…
-
### Description of the bug
Some functions are not shown in autocomplete even though they appear to have been indexed correctly.
### Steps to reproduce
This example uses a minimal header and source …
-
I'm trying to write and read a ton randomly distributed values to a large sparse array. Writing to a TileDB sparse array is awesome; it's easy and super fast. However, I have not found a way to read t…
-
### 🚀 The feature, motivation and pitch
1. torch.backends.mkldnn.flags() got an unexpected keyword argument 'deterministic'---fixed
cases:
```python
test/xpu/nn/test_convolution_xpu.py::TestConvo…
-
As mentioned [here](https://github.com/fsspec/kerchunk/blob/main/docs/source/advanced.rst#archive-files) `kerchunk` cannot be used with zip archives that are internally compressed, because the `zlib` …
-
### Description
In the scipy's implementation of svds we can get the number of singular values to be at max equal to min(M,N) using propack solver. I needed this particular implementation in the cupy…