-
This is a performance idea; it needs experimentation to see whether it is worth it.
mallocgc accepts a flag to not zero the new allocation. It is used in a few places in the runtime where we know a…
-
**Describe the bug**
Any use of `shfl_sync` throws an error saying `shfl_recurse` is a dynamic function.
**To reproduce**
The Minimal Working Example (MWE) for this bug:
Attempting to do a stream…
-
**Is your feature request related to a problem? Please describe.**
Now we cannot use Marker or MarkerComposable in blocks clusterContent and clusterItemContent of Clustering (com.google.maps.android…
-
Reproducer
```fortran
integer, allocatable :: a(:)
allocate(a(0))
inquire(iolength=iol) a
end
```
```
$ flang-new zero.f90
$ ./a.out
fatal Fortran runtime error(/home/kli/zero.f90:…
kkwli updated
1 month ago
-
Is there really a use case here?
mconfigptr is an M-mode register, accessible to tightly-coupled platform firmware, not even to OSes. Do you anticipate that there could be multiple "layers" of M-Mo…
-
My setup is the following:
- Anteon Self Hosted running via Docker compose
- Kubernetes running via microk8s
- Alaz installed via kubectl, **fails** with the following error:
```
$ kubectl lo…
orhun updated
3 months ago
-
-
I'm really interested in Stitches approach. Something I'm not able to understand is the "Near-Zero Runtime" heading on https://stitches.dev/docs/introduction#performance. The following seems to contra…
-
[2024-10-09 13:04:03,510] [INFO] [config.py:733:__init__] Config mesh_device None world_size = 2
[2024-10-09 13:04:13,703] [INFO] [logging.py:96:log_dist] [Rank 0] DeepSpeed Flops Profiler Enabled: F…
-
https://github.com/EnzymeAD/Enzyme.jl/blob/8dde0343d7b4fdc92ecf4fe4fafd7e7df7cf1427/src/rules/llvmrules.jl#L335-L336
https://github.com/EnzymeAD/Enzyme.jl/blob/8dde0343d7b4fdc92ecf4fe4fafd7e7df7cf1…