-
Notifications
You must be signed in to change notification settings - Fork 5
Comparing changes
Open a pull request
base repository: arrayfire/arrayfire-haskell
base: 0.5.0.0
head repository: arrayfire/arrayfire-haskell
compare: master
- 18 commits
- 42 files changed
- 4 contributors
Commits on Nov 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 426aca1 - Browse repository at this point
Copy the full SHA 426aca1View commit details
Commits on Nov 11, 2019
-
Document API according to column-major ordering. (#41)
Adjust various typos / infelicities in documentation.
Configuration menu - View commit details
-
Copy full SHA for faee0d8 - Browse repository at this point
Copy the full SHA faee0d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a5b6b7 - Browse repository at this point
Copy the full SHA 7a5b6b7View commit details
Commits on Nov 12, 2019
-
Remove ld-options when default paths is enabled. (#43)
Can't assume /opt/arrayfire/lib exists. Just add extra-lib-dirs w/ both lib64 and lib.
Configuration menu - View commit details
-
Copy full SHA for 01d5261 - Browse repository at this point
Copy the full SHA 01d5261View commit details -
Configuration menu - View commit details
-
Copy full SHA for e267400 - Browse repository at this point
Copy the full SHA e267400View commit details
Commits on Nov 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 85ab6df - Browse repository at this point
Copy the full SHA 85ab6dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0edb72f - Browse repository at this point
Copy the full SHA 0edb72fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd67802 - Browse repository at this point
Copy the full SHA cd67802View commit details -
Configuration menu - View commit details
-
Copy full SHA for c192a4c - Browse repository at this point
Copy the full SHA c192a4cView commit details
Commits on Nov 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5d62160 - Browse repository at this point
Copy the full SHA 5d62160View commit details
Commits on May 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d1778bc - Browse repository at this point
Copy the full SHA d1778bcView commit details
Commits on Oct 2, 2022
-
Major bump to use latest GHC and version 3.8.2 of ArrayFire.
- Adds stack.yaml - 3.8.2 bump fixes variance and product calculations in arrayfire-haskell tests - Tests on latest GHC versions
Configuration menu - View commit details
-
Copy full SHA for 8dd8494 - Browse repository at this point
Copy the full SHA 8dd8494View commit details
Commits on Mar 26, 2023
-
Fix tests for ArrayFire 3.8.3 (#51)
* Do not rely on == comparison for cbrt and sqrt tests * Do not be too strict about the version constraint; upstream ArrayFire changes a lot between minor releases, so we check for that, but don't assert a specific patch version
Configuration menu - View commit details
-
Copy full SHA for 5e69254 - Browse repository at this point
Copy the full SHA 5e69254View commit details
Commits on Aug 24, 2023
-
Switch to Nix flakes; make the tests pass with newest ArrayFire (#55)
* Switch to Nix flakes; make the tests pass with nix build & nix develop for the latest version of ArrayFire * update flake.lock
Configuration menu - View commit details
-
Copy full SHA for 1e4f909 - Browse repository at this point
Copy the full SHA 1e4f909View commit details
Commits on Aug 25, 2023
-
Instead of allocating an array of pointers, joinMany was allocating memory for just one pointer. This was making ArrayFire read out of bounds and fail with various errors. This commit fixes this issue by adding a helper withManyForeignPtr function that acts like withForeignPtr (not unsafeWithForeignPtr!), but for a list of ForeignPtrs.
Configuration menu - View commit details
-
Copy full SHA for 90812e0 - Browse repository at this point
Copy the full SHA 90812e0View commit details -
Fix (**) and use property tests (#57)
The default implementation of (**) relied on log and incorrectly handled some inputs. The fix is making an explicit implementation using the pow function. To test the changes, tests for functions from the Floating typeclass are re-written using property tests. There are a few helper functions to make writing the actual properties easy. More tests can be converted to properties, but this is left for another PR.
Configuration menu - View commit details
-
Copy full SHA for 971bae0 - Browse repository at this point
Copy the full SHA 971bae0View commit details
Commits on May 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f268fc9 - Browse repository at this point
Copy the full SHA f268fc9View commit details
Commits on Dec 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fa74dd8 - Browse repository at this point
Copy the full SHA fa74dd8View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.5.0.0...master