-
Why does it prompt a bad match when I run AES on mgpusim no matter how much I modify the length, the CPU result is inconsistent with the GPU result, and only when the length is the default 65536 it works correctly? |
Beta Was this translation helpful? Give feedback.
Answered by
syifan
Apr 6, 2024
Replies: 1 comment 2 replies
-
I think AES only works with block sizes of 64 (or 256, I do not remember clearly). Can you try with some power of 2? Say 1048576? |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
syifan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think AES only works with block sizes of 64 (or 256, I do not remember clearly). Can you try with some power of 2? Say 1048576?