set the gemmt slot to the default gemmt sup handler for reference kernels

Change-Id: Ib309aba0cb08161877fd1a720ed65222d3b303f3
This commit is contained in:
Meghana Vankadari
2020-07-20 11:56:07 +05:30
committed by Dipal M Zambare
parent 9c7814da1c
commit eae55852ba

View File

@@ -5,7 +5,7 @@
libraries.
Copyright (C) 2014, The University of Texas at Austin
Copyright (C) 2018 - 2019, Advanced Micro Devices, Inc.
Copyright (C) 2018 - 2020, Advanced Micro Devices, Inc.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
@@ -459,8 +459,8 @@ void GENBARNAME(cntx_init)
// operation.
// Set the gemm slot to the default gemm sup handler.
vfuncs[ BLIS_GEMM ] = bli_gemmsup_ref;
vfuncs[ BLIS_GEMM ] = bli_gemmsup_ref;
vfuncs[ BLIS_GEMMT ] = bli_gemmtsup_ref;
// -- Set level-3 small/unpacked micro-kernels and preferences -------------