Conversation
* Supports random number generation for all relevant types. Includes uniform, normal and exponential random numbers. --------- Co-authored-by: David Krasowska <krasowska89@gmail.com>
* Add Diagonal / UniformScaling support for NDArray * NDArray <: AbstractArray now
* support more unary/binary ops --------- Co-authored-by: krasow <krasow@u.northwestern.edu>
* support var, std, argmin, argmax --------- Co-authored-by: David Krasowska <krasowska89@gmail.com>
* Add cholesky and eigen, split out batched linalg
…unching patches (#174)
* Add GPU fft/ifft/fft!/ifft! and batched FFT on NDArray
* Add pairwise tensor contract with mode labels. Wrap cupynumeric's binary contract kernel and the helpers it needs so a later TensorOperations backend can map Index2Tuple onto contract! without einsum strings.
* sort, sort!, searchsorted --------- Co-authored-by: krasow <krasow@u.northwestern.edu> Co-authored-by: David Krasowska <krasowska89@gmail.com>
Match Julia array equality (including mixed dtypes and shape mismatch) without falling back to cupynumeric's length-1 1-d array_equal result.
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
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.
Features:
LinearAlgebra.DiagonalNDArray <: AbstractArrayargmin,argmax,var,std,mean<<)eigen)@acceleratemacro which does escape analysis and multi-line broadcast fusionsort,sort!,searchsortedfirst,searcsortedlastTODO:
lib/cunumeric_wrapper_jll