Hacker News new | ask | show | jobs
by amelius 682 days ago
By the way, can anyone explain why libcudnn takes on the order of gigabytes on my harddrive?
1 comments

Primarily because it has specialized functions for various matrix sizes which are selected at runtime.
Ok, so are you saying it contains mostly straightforwardly generated code?