265d0a2d2b
This test is launching threads that call HIP APIs and then immediately detaching those threads and returning from main(). This causes multiple issues because when returning from main(), global variables are destroyed while threads might still be running which leads to random segfaults.
hip-tests
Caution
The hip-tests repository is retired, please use the ROCm/rocm-systems repository for development. This
developbranch will only accept patch updates from a bot that mirrors hip-tests-specific updates fromrocm-systemsinto here.
This repository provides unit tests for HIP implementation.