Fix previous checkin. Need to fall through to get initialized variable set.
This commit was SVN r27977.
Этот коммит содержится в:
родитель
8e8e95ca6b
Коммит
94a78dda0d
@ -184,11 +184,7 @@ static void opal_cuda_support_init(void)
|
||||
if (NULL != common_cuda_initialization_function) {
|
||||
if (0 == common_cuda_initialization_function()) {
|
||||
opal_cuda_enabled = 1;
|
||||
} else {
|
||||
return; /* Initialization failed - no support */
|
||||
}
|
||||
} else {
|
||||
return; /* No initialization function - no support */
|
||||
}
|
||||
|
||||
/* Set different levels of verbosity in the cuda related code. */
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user