Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

broadcasting and map are not type inferrable #236

Open
mohamed82008 opened this issue Nov 22, 2021 · 0 comments
Open

broadcasting and map are not type inferrable #236

mohamed82008 opened this issue Nov 22, 2021 · 0 comments

Comments

@mohamed82008
Copy link

The following code does not infer properly:

using DistributedArrays
addprocs(1)
a = distribute(rand(10), procs = [1,2])
f(x) = log.(x)
@code_warntype f(a)
@code_warntype map(log, a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant