-
With the new halo sampler, we should be able to create a flag which substitutes the excursion set reionisation algorithms for model comparison tests. Michele Bianco has already done a lot of work in g…
-
I noticed a file called `rigid_lid.jl` exists (https://github.com/CliMA/Oceananigans.jl/blob/b3be950ef6a1f2139c2f65e083f20f1f7958ea55/src/Models/HydrostaticFreeSurfaceModels/rigid_lid.jl) so I was cur…
-
### Problem Description
Consider this pyopencl snippet (this also occurs using the C++ OpenCL libs from Khronos, this way is just easier to show):
```python
import pyopencl as cl
plattform = c…
-
Here is the design for the new way of organizing our configuration files, that we decided on at the last workshop. We will use a simplified version of the [Dask configuration system](https://docs.dask…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### which package/s did you face the problem with?
Dashboard
### What happened?
I tried deploying a VM on node 4…
-
Provide a function compute the Nadeau and Bengio’s corrected t-test: $t = \frac{\frac{1}{kr} \sum_{i=1}^k \sum_{j=1}^r x_{ij}}{\sqrt{ (\frac{1}{kr} + \frac{n_{test}}{n_train} )\hat\sigma^2} }$.
$k$…
-
Following up on @142, this is a MWE of where this code fails on a GPU. The error and code are copied below.
The error occurs when we include both or either salinity and temperature forcing.
@si…
-
### Name
eGo Framework
### Screenshots
![Image](https://openego.readthedocs.io/en/dev/_images/eGo_integration.png)
### Focus Topic
Open source framework for cross-grid-level electricity grid and …
Ludee updated
7 months ago
-
#### **Objective**
Develop a `fused_rotary_embedding` Op to apply ROPE on `q` and `k` tensors in parallel, improving performance by processing these tensors simultaneously. This Op will be based on A…
-
### What happened + What you expected to happen
I recently added `lru_cache` to some simple grid generating methods in a Python class. This class is later used inside a ray multiprocessing Pool.
…