Skip to content

Commit

Permalink
have the dummy GEMM3M kernel at least forward to regular GEMM
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Aug 7, 2024
1 parent 753c7eb commit ccc2333
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kernel/generic/zgemm3mkernel_dump.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,16 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/
#if 1

#include "zgemmkernel_2x2.c"


#else
#include "common.h"

int CNAME(BLASLONG bm, BLASLONG bn, BLASLONG bk, FLOAT alphar, FLOAT alphai, FLOAT * ba, FLOAT * bb, FLOAT * C, BLASLONG ldc)
{
return 0;
}
#endif

0 comments on commit ccc2333

Please sign in to comment.