[ROCm/clr commit: 1ac93489b9]
Этот коммит содержится в:
Ben Sander
2016-04-18 21:51:13 -05:00
родитель 57a4505e77 13e3aaa949
Коммит 10d42fa7cc
+2 -2
Просмотреть файл
@@ -65,8 +65,8 @@ int HIP_VISIBLE_DEVICES = 0; /* Contains a comma-separated sequence of GPU ident
//---
// Chicken bits for disabling functionality to work around potential issues:
int HIP_DISABLE_HW_KERNEL_DEP = 1;
int HIP_DISABLE_HW_COPY_DEP = 1;
int HIP_DISABLE_HW_KERNEL_DEP = 0;
int HIP_DISABLE_HW_COPY_DEP = 0;
thread_local int tls_defaultDevice = 0;
thread_local hipError_t tls_lastHipError = hipSuccess;