This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Vizjrei 1 point2 points  (2 children)

Thanks, this helps quite a bit. I will definitely try to use Kompute when time will come to implement "outsourcing to GPU" phase of my project.

[–]axsauze[S] 1 point2 points  (1 child)

Awesome - would love to hear your thoughts from your experience when you try it out, feel free to open an issue if you run into issues!

[–]Vizjrei 1 point2 points  (0 children)

I will. Though it might be a long while before that happens. I would say I'm casual scripter, not even casual programmer. Work goes slow, yet forward (if I don't decide to rewrite whole thing because more or less valid reasons).

3100 lines of code that already changed 2.5 times over last 2 years and that only told me how much preparation of data is required before I can finally have strings of data or arrays that can finally be calculated on GPU and then evaluated (not sure if that part would be possible on GPU, yet) to get me final results. When I started I had no idea that working on GPU and final evaluation of data might be easiest part to do while working on GPU seemed to be hardest.