• M
    [DNNL][INT8][FP32] MatMul (#23395) · a63bcf9a
    Michał Gallus 提交于
    * Initial FP32 DNNL MatMul Implementation
    
    * Implement int8 DNNL MatMul
    
    * Unify in-kernel-naming, clean UTs
    
    * MatmuL: Introduce op caching
    
    * Final adjustments
    
    test=develop
    
    * Remove dy_graph disablement
    
    test=develop
    
    * Change dnnl header name to new one
    
    test=develop
    
    * Contrain multi head check to prevent fails
    
    test=develop
    
    * Resolve dnnl header problems on MAC CI
    
    * Variable namings to kernel and skip_grad_ci added
    
    test=develop
    
    * Prevent MAC CI from failing
    
    * Prevent windows build from failing
    
    test=develop
    
    * Modify UTs to conform to the rules
    
    * Modify MatMul aux functions namings
    
    test=develop
    a63bcf9a
test_matmul_mkldnn_op.py 5.4 KB