“884e0cb002bad7826d1ef96c3ac81d9f2ce0b413”上不存在“source/dnode/vnode/src/git@gitcode.net:taosdata/tdengine.git”
  • K
    Add fp16 mul op support and bind paddle fp16 to numpy fp16 (#9017) · e26f1123
    Kexin Zhao 提交于
    * add fp16 mul op support
    
    * small fix
    
    * fix bug
    
    * small fix
    
    * fix PADDLE_WITH_CUDA compiling issue
    
    * reorg code
    
    * test for pybind
    
    * treate as float16 as uint16_t in pybind
    
    * bind np.float16 to paddle float16
    
    * small fix
    
    * clean code
    
    * remove redundancy
    
    * fix mul_op test
    
    * address comments
    
    * small fix
    
    * add is_float16_supported func
    e26f1123
test_mul_op.py 3.7 KB