Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AffineTransformでkOutputDimensionsが4で割り切れない場合でもAVX2やAVX-512を使えるようにした。 #295

Merged

Conversation

KazApps
Copy link
Contributor

@KazApps KazApps commented Dec 4, 2024

AVX2以上を扱えるCPUでもSSE2を使わないといけないのは少しもったいない気がしたので、AVX2とAVX-512の実装もしました。
SIMDについて詳しくないので、速い書き方なのかどうかなどはわかりませんが、AVX2、AVX-512のどちらも正しく動作することは確認しました。

@yaneurao yaneurao merged commit 0c7115b into yaneurao:master Dec 4, 2024
165 of 182 checks passed
@yaneurao
Copy link
Owner

yaneurao commented Dec 4, 2024

ありがとうございます!

@KazApps KazApps deleted the feature/affine-transform-unaligned-simd branch December 5, 2024 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants