udayan patankar
Newbie

Hi, I am searching for the different Division algorithms that are implemented on GPU as I searched about division algorithm implementation on fpga and cpu I found SRT, Newton–Raphson, Goldschmidt division etc. but I did not find such algorithms for GPU implementation. So my question, Is Same algorithms are used on GPU or it has different sort of algorithms to perform division operation (Arithmetic operation). While search i got to know that GPU is Parallel architecture where as CPU and FPGA are more serial or pipelined structure. I didn't find any information related to GPU implementation of Division operation so it will be great help if get some references to find details regarding same. Thanks in advance for your response.