• Nikhila Ravi's avatar
    C++/CUDA implementation of sigmoid alpha blend · bce396df
    Nikhila Ravi authored
    Summary:
    C++/CUDA implementation of forward and backward passes for the sigmoid alpha blending function.
    
    This is slightly faster than the vectorized implementation in Python, but more importantly uses less memory due to fewer tensors being created.
    
    Reviewed By: gkioxari
    
    Differential Revision: D19980671
    
    fbshipit-source-id: 0779055d2c68b1f20fb0870e60046077ef4613ff
    bce396df
test_blending.py 14.6 KB