|
|
@@ -1,6 +1,6 @@ |
|
|
|
/*********************************************************************/ |
|
|
|
/* Copyright 2009, 2010 The University of Texas at Austin. */ |
|
|
|
/* Copyright 2023 The OpenBLAS Project. */ |
|
|
|
/* Copyright 2023, 2025 The OpenBLAS Project. */ |
|
|
|
/* All rights reserved. */ |
|
|
|
/* */ |
|
|
|
/* Redistribution and use in source and binary forms, with or */ |
|
|
@@ -324,7 +324,7 @@ static int inner_thread(blas_arg_t *args, BLASLONG *range_m, BLASLONG *range_n, |
|
|
|
|
|
|
|
BLASLONG pad_min_l = min_l; |
|
|
|
|
|
|
|
#if defined(HALF) |
|
|
|
#if defined(BFLOAT16) |
|
|
|
#if defined(DYNAMIC_ARCH) |
|
|
|
pad_min_l = (min_l + gotoblas->sbgemm_align_k - 1) & ~(gotoblas->sbgemm_align_k-1); |
|
|
|
#else |
|
|
|