Skip to content

Commit b716c0e

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

kernel/arm64/KERNEL.TSV110

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

7373
SDOTKERNEL = dot.S
7474
DDOTKERNEL = dot.S
75+
ifneq ($(C_COMPILER), PGI)
7576
CDOTKERNEL = zdot.S
7677
ZDOTKERNEL = zdot.S
78+
else
79+
CDOTKERNEL = ../arm/zdot.c
80+
ZDOTKERNEL = ../arm/zdot.c
81+
endif
7782
DSDOTKERNEL = dot.S
7883

7984
SNRM2KERNEL = nrm2.S

0 commit comments

Comments
 (0)