unbuffered write issue under windows OS, not working. #158
Replies: 2 comments
-
It's planned, but after some current effort of another kind is completed.
SIMD instructions are only currently used by the "fx" portion in Phase 1 when hashing to Blake3 which has several SIMD implementations. The longest vector one is used whenever the host processor supports it. I wrote a prototype SIMD portion in Phase 3 (line point creation) which although did get some gains, conversion is already pretty fast that it would likely not make much of a difference but I might re-visit it later. |
Beta Was this translation helpful? Give feedback.
-
wow awesome and thank you. good to know another version is coming and can finally get it working under windows for unbuffered writes. and avx512 support so some hardware aren't exactly overspent. |
Beta Was this translation helpful? Give feedback.
-
will there soon be an updated bladebit version that doesn't do unbuffered writes?
also does bladebit take advantage of avx512 over avx2?
if so, which phase?
Beta Was this translation helpful? Give feedback.
All reactions