英特尔OpenCL是否有C ++支持?

时间:2020-05-20 14:06:23

标签: opencl

下载了Intel OpenCL sdk,看不到cl.hpp。

我需要额外安装任何东西吗?

var ObjectId = mongoose.Types.ObjectId;

users.updateMany({},{ $pull: { bookCollection: { _id: ObjectId(req.body.bookid._id) } }})
.then((results) => 
    // results of your update query
})
.catch((err) => {
    next(err)
});

1 个答案:

答案 0 :(得分:2)

您可以下载C ++包装程序from the Khronos website,它不是特定于供应商的。