JuliaParallel / JuliaParallel/DistributedArrays.jl
broadcasting and map are not type inferrable
Ouverte
- Langage dominant
- Julia
- Étoiles
- 205
- Forks
- 34
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
The following code does not infer properly:
```julia
using DistributedArrays
addprocs(1)
a = distribute(rand(10), procs = [1,2])
f(x) = log.(x)
@code_warntype f(a)
@code_warntype map(log, a)
```
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Start by running the Julia reproduction with DistributedArrays, addprocs, distribute, broadcasting, map, and @code_warntype. Trace the DistributedArrays paths used by f(a) and map(log, a); the issue is done when both expressions infer appropriately, but no files or tests are identified in the report.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- julia
- Domaine
- distributed-systems
- Type d'issue
- Bug
- Difficulté
- 4/5
- Temps estimé
- 3-5 jours
- Activité
- À l'abandon
- Clarté
- À clarifier
- Accessibilité débutants
- 30/100