Bug Fixes for 3.3.1 - #1314
Merged
Merged
Conversation
pavanky
commented
Mar 3, 2016
Member
- 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
| 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"; |
Member
Author
|
@9prady9 updated. |
Member
|
do you want to build it or shall i go ahead and merge it ? |
Member
Author
|
@9prady9 build on linux and osx before merge. |
Member
Author
|
build arrayfire linux ci |
Member
Author
|
build arrayfire osx ci |
Member
Author
|
build arrayfire linux ci build arrayfire osx ci |
Member
|
build arrayfire osx ci |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.