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

KnetArray general broadcasting #38

Closed
denizyuret opened this issue Nov 12, 2016 · 5 comments
Closed

KnetArray general broadcasting #38

denizyuret opened this issue Nov 12, 2016 · 5 comments
Assignees

Comments

@denizyuret
Copy link
Owner

KnetArray supports broadcasting for scalar-array, vector-array (vector can have multiple dims but only a single dim > 1), and array-array if they have the same dimensions. General array-array broadcasting for multidimensional arrays is complicated and needs to be implemented. The existing implementations are in cuda12gen.jl.

@denizyuret
Copy link
Owner Author

Ilker do we have any missing broadcasting ops? Does everything work in 10, 20 dimensions?

@ilkerkesen
Copy link
Collaborator

isapprox fails (I guess this is because of too many accumulated rounding errors) but they work without any error.

@denizyuret
Copy link
Owner Author

how bad does it fail? can we get it to pass by modifying atol and rtol options to isapprox?

@denizyuret
Copy link
Owner Author

@ilkerkesen are we missing any broadcasting ops? should we close this?

@ilkerkesen
Copy link
Collaborator

ilkerkesen commented Dec 24, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants