-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Rename "HALF" precision functions (sh prefix) to "BFLOAT16" with "sb" prefix #2886
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
… new naming scheme
@martin-frbg cc -c -g -DMAX_STACK_ALLOC=2048 -fopenmp -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DUSE_OPENMP -DNO_WARMUP -DMAX_CPU_NUMBER=160 -DMAX_PARALLEL_NUMBER=1 -DBUILD_HALF -DBUILD_SINGLE -DBUILD_DOUBLE -DBUILD_COMPLEX -DBUILD_COMPLEX16 -DVERSION="0.3.10.dev" -Ofast -mvsx -fno-fast-math -mcpu=power9 -mtune=power9 -DUSE_OPENMP -fopenmp -UASMNAME -UASMFNAME -UNAME -UCNAME -UCHAR_NAME -UCHAR_CNAME -DASMNAME=shgemm -DASMFNAME=shgemm_ -DNAME=shgemm_ -DCNAME=shgemm -DCHAR_NAME="shgemm_" -DCHAR_CNAME="shgemm" -DNO_AFFINITY -I.. -I. -DHALF -UDOUBLE -UCOMPLEX gemm.c -o shgemm.o I will debug further tomorrow. `diff --git a/common.h b/common.h -#ifndef BFLOAT16 ifeq ($(BUILD_BFLOAT16),1) @@ -535,19 +535,19 @@ endif -level1 : level2 : -level3 : aux : $(CBAUXOBJS) -$(CSHBLASOBJS) srot.$(SUFFIX) srot.$(PSUFFIX) : rot.c -#ifeq ($(BUILD_BFLOAT16),1) ifndef CROSS |
Sorry, think the main cause of this breakage is similar oversight in Makefile.tail. I'm creating a PR to fix this and add a P9/BFLOAT16 build to Travis. (Also need to kill that ridiculous "build matrix" in test/Makefile) |
supersedes #2771 , fixes #2767