Add workaround for NVIDIA HPC
This commit is contained in:
parent
2efa3b70dc
commit
b716c0ef01
|
@ -72,8 +72,13 @@ ZCOPYKERNEL = copy.S
|
|||
|
||||
SDOTKERNEL = dot.S
|
||||
DDOTKERNEL = dot.S
|
||||
ifneq ($(C_COMPILER), PGI)
|
||||
CDOTKERNEL = zdot.S
|
||||
ZDOTKERNEL = zdot.S
|
||||
else
|
||||
CDOTKERNEL = ../arm/zdot.c
|
||||
ZDOTKERNEL = ../arm/zdot.c
|
||||
endif
|
||||
DSDOTKERNEL = dot.S
|
||||
|
||||
SNRM2KERNEL = nrm2.S
|
||||
|
|
Loading…
Reference in New Issue