Y
Hacker News
new
|
ask
|
show
|
jobs
by
hansvm
484 days ago
Complex numbers work just fine on a GPU. You just represent the data as a real-part matrix and an imaginary-part matrix and do the (ac-bd)+(ad+bc)i stuff in matrix land instead of on complex scalars.