Skip to content

Remove dev_type from SPARQLQuery::Result

Siyuan Wang requested to merge wangsy/wukong:fix-devtype into master

The mainstream code will crash when running in GPU mode, because of this line ASSERT(req.result.dev_type == SPARQLQuery::DeviceType::GPU); in gpu_agent.hpp.

Remove dev_type from SPARQLQuery::Result, which is useless now.

Merge request reports