MarisaKirisame commented on issue #1996: [RFC][WIP] Tensor Expression level 
automatic differentiation
URL: https://github.com/apache/incubator-tvm/issues/1996#issuecomment-595998821
 
 
   @sergei-grechanik that is what ppl do. the problem of parallel ad is shared 
read become shared write, but you can pull optimization tricks to turn shared 
write into a single write (for example, 
https://people.csail.mit.edu/tzumao/gradient_halide/).
   I think this is a smarter approach, for when their optimization failed, they 
only have write sync, but when ours optimization failed, we have giant tensors.

----------------------------------------------------------------
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