Fix build issues with bfloat16
This patch fixes compilation errors due to recent renaming from SH to SB with BUILD_BFLOAT16.
This commit is contained in:
@@ -531,11 +531,11 @@ XBLASOBJS += \
|
||||
xscal_k$(TSUFFIX).$(SUFFIX) xswap_k$(TSUFFIX).$(SUFFIX) xsum_k$(TSUFFIX).$(SUFFIX)
|
||||
|
||||
ifeq ($(BUILD_BFLOAT16),1)
|
||||
SHBLASOBJS += \
|
||||
SBBLASOBJS += \
|
||||
sbdot_k$(TSUFFIX).$(SUFFIX)
|
||||
SHEXTOBJS += \
|
||||
SBEXTOBJS += \
|
||||
sbstobf16_k$(TSUFFIX).$(SUFFIX) sbdtobf16_k$(TSUFFIX).$(SUFFIX)
|
||||
SHEXTOBJS += \
|
||||
SBEXTOBJS += \
|
||||
sbf16tos_k$(TSUFFIX).$(SUFFIX) dbf16tod_k$(TSUFFIX).$(SUFFIX)
|
||||
endif
|
||||
|
||||
|
||||
@@ -94,7 +94,7 @@ SBGEMMONCOPYOBJ = sbgemm_oncopy$(TSUFFIX).$(SUFFIX)
|
||||
SBGEMMOTCOPYOBJ = sbgemm_otcopy$(TSUFFIX).$(SUFFIX)
|
||||
endif
|
||||
|
||||
SHKERNELOBJS += \
|
||||
SBKERNELOBJS += \
|
||||
sbgemm_kernel$(TSUFFIX).$(SUFFIX) \
|
||||
$(SBGEMMINCOPYOBJ) $(SBGEMMITCOPYOBJ) \
|
||||
$(SBGEMMONCOPYOBJ) $(SBGEMMOTCOPYOBJ)
|
||||
@@ -150,7 +150,7 @@ XKERNELOBJS += \
|
||||
$(XGEMMONCOPYOBJ) $(XGEMMOTCOPYOBJ)
|
||||
|
||||
ifeq ($(BUILD_BFLOAT16),1)
|
||||
SHBLASOBJS += $(SHKERNELOBJS)
|
||||
SBBLASOBJS += $(SBKERNELOBJS)
|
||||
endif
|
||||
SBLASOBJS += $(SKERNELOBJS)
|
||||
DBLASOBJS += $(DKERNELOBJS)
|
||||
@@ -160,7 +160,7 @@ ZBLASOBJS += $(ZKERNELOBJS)
|
||||
XBLASOBJS += $(XKERNELOBJS)
|
||||
|
||||
ifeq ($(BUILD_BFLOAT16),1)
|
||||
SHBLASOBJS += sbgemm_beta$(TSUFFIX).$(SUFFIX)
|
||||
SBBLASOBJS += sbgemm_beta$(TSUFFIX).$(SUFFIX)
|
||||
endif
|
||||
|
||||
ifneq "$(or $(BUILD_SINGLE),$(BUILD_DOUBLE))" ""
|
||||
|
||||
Reference in New Issue
Block a user