-
Notifications
You must be signed in to change notification settings - Fork 552
Bug Fixes for 3.3.1 #1314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug Fixes for 3.3.1 #1314
Conversation
pavanky
commented
Mar 3, 2016
- Fixed getting device pointer out of OpenCL backend
- Fixed unified backend to load SO versioned libraries
- Fixes Load libraries with SO version on Linux and OSX. #1312
- Partially Fixes Return cl_mem when calling requesting device pointer for OpenCL backend. #1311
src/api/unified/symbol_manager.cpp
Outdated
| static const string LIB_AF_BKND_SUFFIX = ".3.dylib"; | ||
| #else | ||
| static const string LIB_AF_BKND_SUFFIX = ".so"; | ||
| static const string LIB_AF_BKND_SUFFIX = ".so.3"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pavanky May be we can append the version number programmatically instead of hard coding it ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@9prady9 That makes sense. Let me resend the PR.
|
@9prady9 updated. |
|
do you want to build it or shall i go ahead and merge it ? |
|
@9prady9 build on linux and osx before merge. |
|
build arrayfire linux ci |
|
build arrayfire osx ci |
|
build arrayfire linux ci build arrayfire osx ci |
|
build arrayfire osx ci |