lanking520 commented on issue #13971: clojure: cross-platform unique library dependency URL: https://github.com/apache/incubator-mxnet/issues/13971#issuecomment-456907017 @gigasquid There are three issues inside: - GPU and CPU are not compiled as the same types, GPU operators are compiled to `.cu` for CUDA acceleration. We cannot have a universal types in here - OSX likes the target to `dylib` instead of `so` file. We cannot merge these too. Same with Windows likes `dll`. - If we just put all files together, it will be large (Around 500 (GPU) + 60 (CPU) + 60 (OSX) = 620).
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
