Fix CMakeList.txt file to use correct compile options. Fix compilation errors.

Change-Id: I6229a83d0823ee7a123cdaa9efd782108aa3a03c


[ROCm/ROCR-Runtime commit: b170e0ad8c]
This commit is contained in:
James Edwards
2016-09-30 16:36:01 -05:00
parent 4ee6e7c69a
commit 6f2c876923
2 changed files with 13 additions and 16 deletions
+1 -1
View File
@@ -984,7 +984,7 @@ err:
sched_setaffinity(0, sizeof(cpu_set_t), &orig_cpuset);
exit:
if (ret != HSAKMT_STATUS_SUCCESS)
topology_destroy_temp_cpu_cache_list(&temp_cpu_ci_list);
topology_destroy_temp_cpu_cache_list(*temp_cpu_ci_list);
return ret;
}