文件
rocm-systems/projects/hip-tests
Fábio Mestre 265d0a2d2b Disable Unit_hipStreamPerThread_MultiThread (#2409)
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.
2026-01-26 11:37:25 +00:00
..
2025-03-20 15:45:31 +05:30
2025-09-10 12:06:14 -04:00

hip-tests

Caution

The hip-tests repository is retired, please use the ROCm/rocm-systems repository for development. This develop branch will only accept patch updates from a bot that mirrors hip-tests-specific updates from rocm-systems into here.

This repository provides unit tests for HIP implementation.