tqchen commented on issue #4979: [Relay/TOPI/TF][Op] Add support for 
randomuniform Op in TVM
URL: https://github.com/apache/incubator-tvm/pull/4979#issuecomment-593753111
 
 
   I think it worth start an RFC discussion thread about how are we going to 
handle PRNGs in general. In particular, I agree that in the relay API, perhaps 
it is easier(for optimization) to make the RPNG takes in an RNG object and 
outputs an RNG object to preserve the ordering. 
   
   At the low-level though, I am not sure what is the exact approach we would 
like to take. At some timepoint we will need to go back to the stateful land 
where we keep a PRNG state somewhere (in CPU or GPU)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

Reply via email to