• gaurides's avatar
    Support for RandomUniformOp in CPU (#3621) · af2b137b
    gaurides authored
    * Add RandomUniform op
    
    * Missing files
    
    * Make CPU compile again (RandomUniform tests still don't pass)
    
    * Bop users of existing RNGState class and reorder some comment junk
    
    * Try to bop RNGState in gcpu
    
    * Add RandomUniform to CPU manifest
    
    * Add RandomUniform to PlaidML manifest
    
    * Add .rst for random_uniform
    
    * Clean up junk in the .rst
    
    * Change UniformRNGState to always use double internally
    
    * Change weird test failure message
    
    * RandomUniform implementation for CPU backend
    
    * Add missing file
    
    * Add codegen support
    
    * Code cleanup
    
    * Address review comments
    
    * Fix CI failure
    
    * Fixed CI error
    
    * Fixed CI error
    af2b137b
CMakeLists.txt 8.95 KB