forked from arrayfire/arrayfire-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: 9prady9/arrayfire-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: arrayfire/arrayfire-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 30 files changed
- 5 contributors
Commits on Mar 3, 2021
-
change setup.py to optionally build binaries in source distribution (a…
…rrayfire#245) * adds initial skbuild configuration load from local lib directory loads local binaries if they are available * remove git from toml dependencies * additional cmake args in setup.py * add description format for pypi * directory corrections for skbuild * load local nvrtc-builtins when possible * make mkl libs static for distribution * Update README to include information about wheels * remove extra import platform Co-authored-by: pradeep <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 70c96ca - Browse repository at this point
Copy the full SHA 70c96caView commit details -
Configuration menu - View commit details
-
Copy full SHA for b37f7ea - Browse repository at this point
Copy the full SHA b37f7eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ac4a8d - Browse repository at this point
Copy the full SHA 8ac4a8dView commit details -
Refactor cov, var, stdev APIs to reflect 3.8 release
Also adds set_cublas_mode utility function to explicitly enable tensor ops for blas functions
Configuration menu - View commit details
-
Copy full SHA for da192a7 - Browse repository at this point
Copy the full SHA da192a7View commit details
Commits on Mar 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 96fa976 - Browse repository at this point
Copy the full SHA 96fa976View commit details
Commits on Apr 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0692510 - Browse repository at this point
Copy the full SHA 0692510View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33b0558 - Browse repository at this point
Copy the full SHA 33b0558View commit details
Commits on Apr 25, 2023
-
[Data API] Array Object Implementation (arrayfire#261)
* Refactoring of basic functionality to create an empty Array * Replace dim4 with CShape * Add tests for array api. Minor fixes. Update CI * Add arithmetic operators w/o tests * Fix array init bug. Add __getitem__. Change pytest for active debug mode * Add reflected arithmetic and array operators * Place TODO for repr * Add bitwise operators. Add in-place operators. Add missing reflected operators * Add tests for arithmetic operators * Added to_list and to_ctypes_array * Fix bug when scalar is empty returns None * Fix typing in array object. Add tests * Change tests and found bug with reflected operators * Fix reflected operators bug. Add test coverage for the rest of the arithmetic operators * Add required by specification methods * Change utils. Add docstrings * Add docstrings for operators * Add docstrings for other operators. Remove docstrings from mocks * Change tags and typings * Change typings from python 3.10 to python 3.8 * Add readme with reference to run tests * Revert changes accidentally made in original array * Add constructor initialization warning. Add Note on deviation from spec. Dump minimal numpy version required. * Fix warning messages for non-standard functions * Add NOTE tag to functions that are not a part of spec but custom solutions --------- Co-authored-by: Anton <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 94ebafa - Browse repository at this point
Copy the full SHA 94ebafaView commit details
Loading
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 master...master