x10000year commented on issue #7759: How to use cpu kernel of an operator (which provides only cpu implementation) in gpu context? URL: https://github.com/apache/incubator-mxnet/issues/7759#issuecomment-328026055 @reminisce The cpu kernel is a complex algorithm that needs direct access to the raw cpu memory. Only cpu kernel is provided and I intend to use the cpu kernel in gpu context (like caffe, which uses cpu kernel when no gpu kernel is provided, and cpu_data() can automatically sync with gpu data). ---------------------------------------------------------------- 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
