You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
user@debian:~/HIP-Examples/mini-nbody$ ./shmoo-cpu-nbody.sh
In file included from nbody.c:4:
timer.h: In function ‘GetTimer’:
timer.h:49:3: warning: implicit declaration of function ‘timersub’ [-Wimplicit-function-declaration]
49 | timersub(&timerStop, &timerStart, &timerElapsed);
| ^~~~~~~~
/usr/bin/ld: /tmp/ccxoVs01.o: in function `GetTimer':
nbody.c:(.text+0x1f4): undefined reference to `timersub'
/usr/bin/ld: /tmp/ccxoVs01.o: in function `main':
nbody.c:(.text.startup+0x117): undefined reference to `timersub'
collect2: error: ld returned 1 exit status
nbody
./shmoo-cpu-nbody.sh: line 10: ./nbody: No such file or directory
./shmoo-cpu-nbody.sh: line 10: ./nbody: No such file or directory
./shmoo-cpu-nbody.sh: line 10: ./nbody: No such file or directory
./shmoo-cpu-nbody.sh: line 10: ./nbody: No such file or directory
./shmoo-cpu-nbody.sh: line 10: ./nbody: No such file or directory
./shmoo-cpu-nbody.sh: line 10: ./nbody: No such file or directory
./shmoo-cpu-nbody.sh: line 10: ./nbody: No such file or directory
./shmoo-cpu-nbody.sh: line 10: ./nbody: No such file or directory
./shmoo-cpu-nbody.sh: line 10: ./nbody: No such file or directory
./shmoo-cpu-nbody.sh: line 10: ./nbody: No such file or directory
The text was updated successfully, but these errors were encountered:
rocm 6.0.2
this repo at ff81239
The text was updated successfully, but these errors were encountered: