You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ABI version handling in C code and Python code (#323)
* Add GPUARRAY_ABI_VERSION constant and
pygpu.gpuarray.abi_version() method.
A new header file (abi_version.h) auto-generated by CMake
has been added.
* Add auto-generated file `src/gpuarray/abi_version.h`
to .gitignore.
* Make GPUARRAY_ABI_VERSION a number (1000*major + minor)
Change ABI minor version (1.0 -> 1.1) to make some tests.
* Add auto-generated CMake SOVERSION variable
(equals to the first part of VERSION). Now
the built library file is named libgpuarray.so.SOVERSION,
that is libgpuarray.so.ABIMAJOR.
* Back to right current version.
0 commit comments