-
Need to put together an example for a compute pipeline.
In theory this should be as simple as replicating one of bevy's examples, since compute pipelines are low-level and lack a `Material` equival…
-
This would be useful for FFT's or integration over a subset of the volume as discussed in #1101 . Currently algorithms that rely on such computations are forced to compute on the full volume, which im…
-
Hi everyone,
While applying MicroHH to compute TKE budget in a channel flow, I found possible inconsistency in
**budget_2.cxx:calc_diffusion_dissipation_terms_dns** (line 545), seems like calcula…
-
I may have missed it in the API, but is there a way to compute variance/sd for a list of colors in chroma.js ? thanks
dhowe updated
9 months ago
-
**Describe the bug**
When showing a categorical vertical bar chart and one label is way longer then all the others the following happen:
- we compute the axis label overflow (the space to leave blan…
-
### Check for previous/existing GitHub issues/module proposals
- [X] I have checked for previous/existing GitHub issues/module proposals.
### Check this module doesn't already exist in the modul…
-
This is a place to list projects which make the code much easier to contribute to/use, but don't necessarily add to the science:
- Lint/black everything
- Make the ranking statistics truly modul…
-
The following arithmetic operations may result in unchecked overflow, resulting in different behavior in debug vs release compilation mode. For each of these, the desired resolution is likely (a) the …
-
Analyze failing matmul workloads and gather info on:
- length of compute
- length of data movement
- what is the workload bound with, compute or data movement? Should be compute
Create separat…
-
### Code
```rust
extern "C" {
fn printf(s: *const i8, ...);
}
#[lang = "sized"]
pub trait Sized {}
struct Foo {
my_int: u32,
}
trait Parent {
fn parent(&self) -> T;
…