Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Comments

NDArray_Append, slicing bug fix, AVX2 image support and AVX2 CUDA support#33

Merged
henrique-borba merged 4 commits intomainfrom
feat/update_package_1
Aug 17, 2023
Merged

NDArray_Append, slicing bug fix, AVX2 image support and AVX2 CUDA support#33
henrique-borba merged 4 commits intomainfrom
feat/update_package_1

Conversation

@henrique-borba
Copy link
Member

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

feat: NDArray_Append for vectors
Implement NDArray::append static function to append two vectors. (Only vectors are supported for now)

fix: Fixed NDArray_Slice when slicing vectors
Fixed a segmentation fault when slicing vectors

feat: Use AVX2 for image loading and saving
Make use o AVX2 when available to load and save GDImage objects.

feat: Enable AVX2 when using CUDA
Allow functions that support AVX2 to use it when available even when NDArray is compiled with CUDA support.

@henrique-borba henrique-borba added bug Something isn't working enhancement New feature or request segfault Segmentation faults, double frees and core dumps errors labels Aug 17, 2023
@henrique-borba henrique-borba added this to the 0.2.0 milestone Aug 17, 2023
@henrique-borba henrique-borba self-assigned this Aug 17, 2023
@henrique-borba henrique-borba changed the title Feat/update package 1 NDArray_Append, slicing bug fix, AVX2 image support and AVX2 CUDA support Aug 17, 2023
@henrique-borba henrique-borba merged commit 19b0eb9 into main Aug 17, 2023
@henrique-borba henrique-borba deleted the feat/update_package_1 branch August 17, 2023 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request segfault Segmentation faults, double frees and core dumps errors

Projects

Development

Successfully merging this pull request may close these issues.

1 participant