It clearly shows that machine learning, at this point, has little to do with learning as we know it.
It is strange, that today I've asked GPT3 something like this:
How I can swap each two bits in AVX2 256 bit register?
because of I'm interested in hardware accelerated some kind of -1/0/1 three state logic by using pure binary operations and answer is shown in attached image, but when we try to search google for:
_mm256_swap_epi64
intrinsic to swap each two bits in AVX2 extension instructions I get among others this search result:
Your search - _mm256_swap_epi64 - did not match any documents
I didn't tested suggested chatGPT code yet, but it is very disappointing that google search was not able to find any hints about
_mm256_swap_epi64 intrinsic ?!
BTW: I do not include chatGPT response as a text, just to do not spread AI artificial inteligence text on humans forum website, which I think is a must now, to do not let AIs to try to teach humans its language
