Remix.run Logo
majke a day ago

I'm a heavy user of NVIDIA LOP3 instruction (uint32). I wonder when AMD will finally support it well.

averne_ 7 hours ago | parent | next [-]

They already do, it's called v_bitop3_b32. Added in CDNA4, present in CDNA5 and will be making its way in RDNA5, if the LLVM code is to be trusted.

https://www.amd.com/content/dam/amd/en/documents/instinct-te...

Archit3ch a day ago | parent | prev [-]

I'm very interested in your use case.

I looked into bit-slicing techniques, but they increase throughput at the cost of massive latency. This is not acceptable for realtime audio.

15155 17 hours ago | parent [-]

Fusing multiple boolean logic functions into one.