Skip to content

Commit 2efa3b7

Browse files
authored
Add workaround for NVIDIA HPC
1 parent 49959d4 commit 2efa3b7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

kernel/arm64/KERNEL.THUNDERX

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,13 @@ ZCOPYKERNEL = copy.S
4747

4848
SDOTKERNEL = dot_thunderx.c
4949
DDOTKERNEL = ddot_thunderx.c
50+
ifneq ($(C_COMPILER), PGI)
5051
CDOTKERNEL = zdot.S
5152
ZDOTKERNEL = zdot.S
53+
else
54+
CDOTKERNEL = ../arm/zdot.c
55+
ZDOTKERNEL = ../arm/zdot.c
56+
endif
5257
DSDOTKERNEL = dot.S
5358

5459
SNRM2KERNEL = nrm2.S

0 commit comments

Comments
 (0)