3

What is mean by single source c++ programming model.I have recently came to know about SYCL which people describes it as a Single source C++ programming model related to OPENCL. I would highly appreciate the answers which describes what SYCL is ? and how it works ? Thank you guys!

4

1 回答 1

1

单一源代码编程意味着您可以将所有源代码保存在一个文件中,而不是使用内核存在于它们自己的单独文件中的 OpenCL。

您可以在@Zinadarod 发布的链接和http://sycl.tech上找到有关SYCL 的更多信息,那里有关于SYCL 的视频和文章。您可以在此处找到 SYCL 的实际实现,该网站还提供SYCL 初学者指南以及如何使用 ComputeCpp(SYCL 的实现)构建软件的资源。

于 2017-10-11T08:35:45.963 回答