v0.9.3
New operators: find_peaks, zipvec
Key Updates:
- C2R FFT transforms
- Indexing speedup for accessing tensors
What's Changed
- Add qualifier to maybe unused variables by @cliffburdick in #1027
- Add CTK 12.9.1 / Ubuntu 24.04 container recipe by @tmartin-gh in #1028
- Added
find_peaksoperator by @cliffburdick in #1029 - Add missing include by @miscco in #1031
- Removing legacy docs folder by @cliffburdick in #1032
- Updated CCCL to 3.0.0 to prepare for CTK 13.0 by @cliffburdick in #1030
- Fix error in nvc++ by @cliffburdick in #1036
- Fixed std::accumulate starting value by @cliffburdick in #1035
- Updated developer docs for EPT by @cliffburdick in #1038
- Fixed issue where op=transform was double-calling transform by @cliffburdick in #1037
- Make cache entries per-thread since most CUDA library handles are not thread-safe by @cliffburdick in #1040
- Add pad operator for padding input operators along one dimension by @tbensonatl in #1041
- Remove unreachable return by @cliffburdick in #1042
- Add zipvec operator by @tbensonatl in #1033
- Fixed const issues seen in user's code by @cliffburdick in #1044
- Added negative file tests by @cliffburdick in #1045
- Add conditional CUDA 13+ support for select vector types by @cliffburdick in #1047
- Update CUDA macro by @cliffburdick in #1048
- Use index_t with get_grid_dims to support 32-bit builds by @tbensonatl in #1050
- qr_econ unreachable fix by @cliffburdick in #1049
- Missing return value in QR even though code is unreachable by @cliffburdick in #1051
- Avoid deprecated
thrustiterators by @miscco in #1055 - Added support for C2R FFTs via
irfftandirfft2by @cliffburdick in #1054 - Rename
version_config.h->matx/version_config.hby @valgur in #1052 - Refactor Storage system to use duck-typed allocators by @cliffburdick in #1046
- Added min/max headers where needed by @cliffburdick in #1056
- Optimize tensor indexing for ranks 1-4 with explicit stride calculations by @cliffburdick in #1057
- Add cusparse explicitly to link libraries by @agirault in #1058
- Add shared_ptr constructor to Storage class by @cliffburdick in #1059
New Contributors
Full Changelog: v0.9.2...v0.9.3