Tyler Allen

Results 8 issues of Tyler Allen

Create a custom set of macros for NVTX flags in MatX. Implement an initial set throughout the code and provide examples of how to use them.

Adding throw to file reading

We uncovered a sensitivity to the reuse of cub plans in the #276 branch, where if tests are compiled with NVTX flags on, some tests fail due to bad cub...

**Describe the Bug** When using the `einsum` API, a compile warning is made warning that a host function is called from a host/device function, which is not allowed. I have...

bug

Implement a new argminmax function based on cub_reduce that calculates the following: - an index of the data's minimum - an index of the data's maximum - the data's max...

enhancement

**Is your feature request related to a problem? Please describe.** add the ability to normalize all values in a tensor to some range, equivalent to [MATLAB's implementation](https://www.mathworks.com/help/matlab/ref/double.normalize.html) **Describe the solution...

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** MatX currently only has a argmin and argmax function, requiring separate kernel launches for each. If a user needs both...

enhancement

**Is your feature request related to a problem? Please describe.** Currently all of the FILE_IO APIs require the user to size a tensor completely (RANK and dim sizes) before handing...

good first issue