HIP-Examples icon indicating copy to clipboard operation
HIP-Examples copied to clipboard

Examples for HIP

Results 24 HIP-Examples issues
Sort by recently updated
recently updated
newest added

rocm 6.0.2 this repo at ff8123937c8851d86b1edfbad9f032462c48aa05 ``` 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,...

On Fedora hipcc is installed from an rpm to a system location /usr/bin/hipcc. There is no /opt/rocm directory. So if the user has not already set HIP_PATH, look for hipcc...

To be included in a linux distro, like fedora, it is expected that there be some top level controlling build infrastructure like cmake that builds against the distro's version of...

merge release code into development