Conversation
| COMPILE_FLAGS "-DGPUARRAY_BUILDING_DLL -DGPUARRAY_SHARED" | ||
| INSTALL_NAME_DIR ${CMAKE_INSTALL_PREFIX}/lib | ||
| MACOSX_RPATH OFF | ||
| VERSION 0.0 |
There was a problem hiding this comment.
How we can get access to that version in Theano? Does this version if an interface change or any code version upgrade? I think we need to keep that information available in the version in some way.
There was a problem hiding this comment.
Normally this automatically handled through shared library versioning.
If you change an interface, you bump the first number, if you add new things you bump the second number.
|
but the PR on theano just remove all versioning stuff. It should use the On Wed, Nov 23, 2016 at 11:45 AM, abergeron [email protected]
|
|
The shared library linker of the OS will handle this if we put the versioning in the library like this. This is why we don't need custom handling in Theano anymore. |
de4b0cc to
54ae4eb
Compare
54ae4eb to
e9b39d8
Compare
|
Test for the set strides are missing. |
|
There is a test now (and the same checks that numpy does). |
|
Except for the docstring, we can merge this PR. |
No description provided.