Skip to content
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

Update release notes and backport bugfixes #1925

Merged
merged 5 commits into from Sep 10, 2017
Merged

Conversation

umar456
Copy link
Member

@umar456 umar456 commented Sep 10, 2017

Update the release notes and backport bugfixes from master.

This commit implements a workaround for a Apple bug in their Iris OpenCL driver
where clEnqueueWriteBuffer fails when you pass in static C arrays. This change
fixes canny on OSX.
* Refactored some of the tests
* Changed the names of LargeDim to MaxDim to keep inline with other MaxDim tests
for easier filtering
* Added comments about failures on OSX
* Fixed a few warnings
On Windows the resources that are released after the main function have exited
cause "Pure Virtual Function Called" errors. It seems that Windows releases all
resources when exiting main without calling their destructors. When the
destructors are called this error is thrown. This is related to
arrayfire#1899
@umar456 umar456 changed the title v3.5.1 Release Update release notes and backport bugfixes Sep 10, 2017
@umar456 umar456 added this to the v3.5.1 milestone Sep 10, 2017
@umar456 umar456 merged commit 556f338 into arrayfire:v3.5 Sep 10, 2017
@umar456 umar456 deleted the 351-release branch September 14, 2017 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants