samridh-dev / votess

A fast, multi-target voronoi tessellator using the SYCL framework
GNU General Public License v3.0
3 stars 2 forks source link

Documentation on Target Selection #5

Closed cbyrohl closed 2 weeks ago

cbyrohl commented 5 months ago

Can you add some README description on how to select a target (primarily cpu vs gpu) either in votess directly (e.g. some parameter if implemented) or link and summarize how to set the compile or runtime target for Intel/adaptivecpp?

samridh-dev commented 4 months ago

In the c++ example in the README, there is a commented out line which runs the tesellation on a cpu target. Let me know if I should make this more explicit.

I would also like to add that currently the cpu implementation is not as robust as the gpu. So if you are running tests, expect failures.

samridh-dev commented 2 months ago

Note: cpu implementation bugs have been fixed. All tests pass.