mirror of
https://github.com/amd/blis.git
synced 2026-04-20 07:38:53 +00:00
set the gemmt slot to the default gemmt sup handler for reference kernels
Change-Id: Ib309aba0cb08161877fd1a720ed65222d3b303f3
This commit is contained in:
committed by
Dipal M Zambare
parent
9c7814da1c
commit
eae55852ba
@@ -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 -------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user