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

kOutputDimensionsが4で割り切れない場合の処理がなかったので追加。 #294

Merged

Conversation

KazApps
Copy link
Contributor

@KazApps KazApps commented Dec 4, 2024

StockfishからAffineTransformSparseInputを持ってきたときに、kOutputDimensionsが4で割り切れない場合の処理を書いていなかったので、HalfKP 1536x2-15-32 などが正常に動作しない問題があり、それを修正しました。SIMD化していないので遅いです。

@KazApps
Copy link
Contributor Author

KazApps commented Dec 4, 2024

affine_transform_non_ssse3()を使うことで速くなりました。

@yaneurao yaneurao merged commit 1436a24 into yaneurao:master Dec 4, 2024
182 checks passed
@yaneurao
Copy link
Owner

yaneurao commented Dec 4, 2024

素晴らしいです!!

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