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

Faster topSort #3

Merged
merged 1 commit into from
Aug 3, 2011
Merged

Faster topSort #3

merged 1 commit into from
Aug 3, 2011

Conversation

acowley
Copy link

@acowley acowley commented Aug 3, 2011

Added the topSortAcyclic function that is significantly faster than Data.Graph.topSort in my limited testing, going so far as to allow large (>16k parameter) gradients to be (slowly) computed.

ekmett added a commit that referenced this pull request Aug 3, 2011
@ekmett ekmett merged commit 4617d60 into ekmett:master Aug 3, 2011
@ekmett
Copy link
Owner

ekmett commented Aug 3, 2011

Thanks!

@ekmett
Copy link
Owner

ekmett commented Aug 3, 2011

1.1.3 merges your changes. I also created 1.2 which makes the primals more strict for most modes. Give it a shot and see if it helps out your workloads.

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.

None yet

2 participants