Skip to content

Comments

deleted bottleneck in .cuda()#64

Open
YaphetS7 wants to merge 1 commit intoZitongYu:masterfrom
YaphetS7:patch-1
Open

deleted bottleneck in .cuda()#64
YaphetS7 wants to merge 1 commit intoZitongYu:masterfrom
YaphetS7:patch-1

Conversation

@YaphetS7
Copy link

kernel_filter was computed two times: first for out, second for label. There was a bottleneck in first branch - the reason is .cuda() method. Now there are no bottlenecks in the code.

kernel_filter was computed two times: first for out, second for label. There was a bottleneck in first branch - the reason is .cuda() method. Now there are no bottlenecks in the code.
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.

1 participant