-
### Summary of Problem
**Description:**
When attempting to write a procedure that can create block-distributed sparse arrays that have either a CSR or CSC layout selected by a param argument, I'…
-
**Describe the bug**
See my Draft PR # 3892. The functions cumsum and cumprod (in EfuncMsg.chpl) are not registered correctly.
**To Reproduce**
Steps to reproduce the behavior:
1. Pull Draft PR…
-
# 問題
```
class Block{
constructor(x, y, width, height, fill, stroke) {
this.element = BlockDom.cloneNode(true);
this.x = x
this.y = y
this.isTopBlock=false
…
-
In the following example, a Block-distributed array is passed to an `in` intent arg. The result is compilation error. If the `in` intent is removed, the program compiles.
``` chapel
use BlockDist;…
-
This implementation contains client side code to achieve better performance by using manual caching of (virtual) dom nodes.
-
I am looking for an alternative for getting the bottom-most value in a large dataset. Usually a min-heap would be the perfect alternative. Chapel has one of those in module [heap](https://chapel-lang.…
-
I am not a big fan of using the vdom.
Manipulate the dom directly, and reconcile the changes.
-
### Summary of Request
Changing how much data parallelism occurs can be done by setting the flag [`CHPL_RT_NUM_THREADS_PER_LOCALE`](https://chapel-lang.org/docs/usingchapel/executing.html?highlight=c…
-
We have 2 post-processing scripts that get called after chpldocumenting the modules:
`modules/dists/fixDistDocs.perl`: Removes all class documentation except for the top distribution and removes al…
-
Hey! Author of Million.js here. If you have any questions please let me know :)