//------------------------------------------------------------------------------ // GB_Adot3B: hard-coded dot3 method for a semiring //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 //------------------------------------------------------------------------------ // If this file is in the Generated/ folder, do not edit it (auto-generated). #include "GB_AxB_defs__lor_eq_fp32.h" #ifndef GBCOMPACT //------------------------------------------------------------------------------ // C=A'*B: masked dot product method (phase 2) where C is sparse or hyper //------------------------------------------------------------------------------ GrB_Info GB (_Adot3B__lor_eq_fp32) ( GrB_Matrix C, const GrB_Matrix M, const bool Mask_struct, const GrB_Matrix A, bool A_is_pattern, const GrB_Matrix B, bool B_is_pattern, const GB_task_struct *restrict TaskList, const int ntasks, const int nthreads ) { #if GB_DISABLE return (GrB_NO_VALUE) ; #else #include "GB_AxB_dot3_meta.c" return (GrB_SUCCESS) ; #endif } #endif