hpsim/OGL

Improve backend selection stability

Closed this issue · 1 comments

greole commented

Currently, it is very easy to not compile a GPU backend but selecting it at runtime. Probably it is the best solution to throw an error if the ExecutorHandler cannot instantiate a corresponding executor.

greole commented

fixed by #85