-
## Overview
Currently, accessing an object requires ray.get(), which downloads the entire object to a node. This means that applications must pre-split their objects to the granularity desired by r…
ericl updated
2 years ago
-
Hi,
I am trying to use dask.distributed on slurm scheduler on a cluster. I tried some very simple example, just trying to make it work. However, the results are not very consistent. I searched onli…
-
Thanks to the authors for the great work and for sharing the code!
I am interested in replicating the results on Pems-Bay before trying the model on a custom dataset of similar size.
I am using th…
-
### What happened?
Now that Scipy is moving to support sparse NDarrays, we would expect that Xarray should work with them as any other array like data.
### What did you expect to happen?
Doesn't wo…
-
### What happened?
When trying to concatenate data using a Pandas MultiIndex and then unstack it to get two independent dimensions (e.g. for varying different parameters in a simulation), the `unst…
lpilz updated
2 years ago
-
### Summary of Problem
In trying to use `forall` to expand a domain from iterations over a large set, `forall` at best runs twice as slow as `for`. The lower performance persists through 100,000,000 …
-
Hello!
I am using the `spark-tensorflow-distributor` package to run TensorFlow jobs on our Spark-on-YARN 3-node-cluster. We are running another cluster, with the exact same specs, but with native T…
-
### What happened?
i'm experiencing compatibility issues when using `_arrayfunction_or_api` and `_sparsearrayfunction_or_api` with the sparse arrays with `dtype=object`. specifically, runtime checks …
-
Thrust has a nice pinned_allocator for allocating pinned memory using cudaMallocHost. We can use it to guide our own allocators. Each allocator will be assigned to a neural actor, i.e. a thread, makin…
-
One can get the index in the given order in a range using [`range.indexOrder`](https://chapel-lang.org/docs/master/builtins/ChapelRange.html#ChapelRange.range.indexOrder). Reverse operation is also su…