Skip to content

Commit e1bed34

Browse files
committed
Disable the blacklist of driver as Theano master now work with more recent driver.
1 parent 56b2df4 commit e1bed34

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/loaders/libcuda.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ int load_libcuda(void) {
5656
#include "libcuda.fn"
5757

5858
/*
59-
* The blacklisted versions of cuda are not available on mac as far as I know.
59+
* We keep this in case we need again blacklist in the futur.
6060
*/
61-
#ifndef __APPLE__
61+
#if 0
6262
v = ga_lib_version(lib, cuInit);
6363
if (v == -1)
6464
fprintf(stderr, "WARNING: could not determine cuda driver version. Some versions return bad results, make sure your version is fine\n");

0 commit comments

Comments
 (0)