You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For sure! But after replacing ZERO_BYTE with 0xff instead of 0x00, if you look at the gpu code, it should now do the same process but return addresses with f's instead of 0's, no?
I've been playing around with the repo and I'm a bit confused with the GPU code.
Here's my confusion:
if you set
const ZERO_BYTE: u8 = 0xff;
for the sake of demonstration, the CPU code will now search for addresses that start with0xff...
.However, the GPU code continues to search for addresses with leading zeros. Why is this?
Thanks in advance. I'm a noob when it comes to working with the GPU.
The text was updated successfully, but these errors were encountered: