Skip to content

Commit 6b6974f

Browse files
committed
Merge pull request #1540 from lamblin/fix_typo
Fix typo preventing symbols from being exported
2 parents 40333b9 + 0b282e2 commit 6b6974f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylearn2/sandbox/cuda_convnet/conv_util.cuh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
#define DllExport __declspec( dllimport )
4848
#endif
4949
#else //else _WIN32
50-
#define DllExport __attribute__((visiblity ("default")))
50+
#define DllExport __attribute__((visibility ("default")))
5151
#endif
5252

5353
DllExport void convLocalMaxUndo(NVMatrix& images, NVMatrix& maxGrads, NVMatrix& maxActs, NVMatrix& target,

0 commit comments

Comments
 (0)