dave.engineer
Back to home

Archive

Posts tagged “gpus”

1 entry tagged “gpus”.

Browse by tag

View all tags →
Today I Learned

GPUs are non-deterministic

This means they can do the same calculation twice and get different answers. Be careful if you use GPUs for security related things. This is because of how floating point arithmetic works in CPUs/GPUs - the same thing th…

Read more