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

Add group support for convolutions #9

Merged
merged 12 commits into from
Jul 17, 2021
Merged

Add group support for convolutions #9

merged 12 commits into from
Jul 17, 2021

Conversation

pxl-th
Copy link
Member

@pxl-th pxl-th commented May 22, 2021

This PR adds support for groups in convolutions. It relies on this PR, so I'll mark it as draft for now.

@DhairyaLGandhi
Copy link
Member

Does this need to be rebased on NNlib?

@pxl-th pxl-th marked this pull request as ready for review July 16, 2021 10:23
@pxl-th
Copy link
Member Author

pxl-th commented Jul 16, 2021

Not sure why?

@DhairyaLGandhi
Copy link
Member

Sorry I misspoke, I didn't mean rebase, but depend on nnlib#master for ci to pick up the latest code. Otherwise LGTM!

@pxl-th
Copy link
Member Author

pxl-th commented Jul 16, 2021

Also, should there be a release for NNlib, before this PR can be merged?

test/conv.jl Outdated Show resolved Hide resolved
Co-authored-by: Dhairya Gandhi <dhairya@juliacomputing.com>
@CarloLucibello
Copy link
Member

CarloLucibello commented Jul 16, 2021

NNlib 0.7.25 is in the process of being registered. The compat bound in Project.toml should be updated here

test/conv.jl Outdated
end
gputest(NNlibCUDA.∇conv_bias!, db, dy, checkgrad=false)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would you mind removing the function and test from here?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the function is needed to test the gpu method of the same function we have in NNlibCUDA

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So do we keep the test and function?)

test/conv.jl Outdated Show resolved Hide resolved
@CarloLucibello
Copy link
Member

I had to add a dummy commit to retrigger buildkite

@CarloLucibello
Copy link
Member

buildkite didn't pick up the new NNlib version

@CarloLucibello CarloLucibello merged commit 0ff6f80 into FluxML:master Jul 17, 2021
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

Successfully merging this pull request may close these issues.

3 participants