novalain / gi-ray

A Monte-Carlo ray tracer from scratch in C++
5 stars 1 forks source link

Parallelize on GPU? #91

Open novalain opened 8 years ago

novalain commented 8 years ago

It's all about the GPU man

novalain commented 7 years ago

Or multithreading on CPU if that speeds up significally

novalain commented 7 years ago

If vectors are removed and replaced with standard arrays I think OpenACC can be used for the GPU part (or just wait until they support vectors)!