anirudh2290 commented on a change in pull request #12374: Fix/public internal 
header
URL: https://github.com/apache/incubator-mxnet/pull/12374#discussion_r214192819
 
 

 ##########
 File path: src/common/random_generator.cu
 ##########
 @@ -59,6 +59,17 @@ void RandGenerator<gpu, float>::Seed(mshadow::Stream<gpu> 
*s, uint32_t seed) {
   s->Wait();
 }
 
+template<>
+void RandGenerator<gpu, float>::AllocState(RandGenerator<gpu> *inst) {
 
 Review comment:
   doesnt this remove support for other DTypes like half_t ?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to