Searched defs:bf32_usable (Results 1 – 1 of 1) sorted by relevance
128 bool bf32_usable = std::is_same_v<scalar_t, float> && use_mkldnn_bf32_matmul(); in mkldnn_gemm() local273 bool bf32_usable = mat1.scalar_type() == at::kFloat && use_mkldnn_bf32_matmul(); in mkldnn_matmul() local