We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b06d7 commit 6ce877dCopy full SHA for 6ce877d
README.md
@@ -19,7 +19,6 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for details.
19
20
## Sub-projects Documentation
21
- oneAPI Data Parallel C++ compiler - See
22
- - [GetStartedGuide.md](sycl/doc/GetStartedGuide.md)
23
- [DPC++ Documentation](https://intel.github.io/llvm-docs/)
24
25
## DPC++ extensions
sycl/include/CL/sycl/device_selector.hpp
@@ -44,7 +44,6 @@ class __SYCL_EXPORT device_selector {
44
///
45
/// \ingroup sycl_api_dev_sel
46
class __SYCL_EXPORT default_selector : public device_selector {
47
->>>>>>> origin/sycl
48
public:
49
int operator()(const device &dev) const override;
50
};
0 commit comments