libhsakmt: Child process can reacquire system props
If child process explicitly calls hsaKmtReleaseSystemProperties(), it
fails. Allow child process to release and acquire system properties.
Change-Id: I649a4600212711b2ad4474f605f3ca39a4003d03
Signed-off-by: Harish Kasiviswanathan <Harish.Kasiviswanathan@amd.com>
[ROCm/ROCR-Runtime commit: 31530da7c6]
This commit is contained in:
@@ -1962,8 +1962,6 @@ out:
|
||||
|
||||
HSAKMT_STATUS HSAKMTAPI hsaKmtReleaseSystemProperties(void)
|
||||
{
|
||||
CHECK_KFD_OPEN();
|
||||
|
||||
HSAKMT_STATUS err;
|
||||
|
||||
pthread_mutex_lock(&hsakmt_mutex);
|
||||
|
||||
Reference in New Issue
Block a user