Skip to content

Commit e818e36

Browse files
committed
Address some more feedback.
1 parent 0e24901 commit e818e36

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

sycl/doc/FAQ.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ Otherwise, your OpenCL device must support `cl_khr_il_program` extension.
139139

140140
Furthermore, developers can extend capabilities of the DPC++ Runtime to
141141
non-OpenCL devices by writing correspondent adapters. To learn more, please
142-
check out the [Unified Runtime project](https://github.com/oneapi-src/unified-runtime).
142+
check out the
143+
[Unified Runtime project](https://github.com/oneapi-src/unified-runtime).
143144

144145
### Q: DPC++ applications hang on Intel GPUs while working well on other devices
145146
**A:** One of the common reasons is Intel GPUs feature called "hang check".

sycl/source/detail/kernel_impl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class kernel_impl {
3333
public:
3434
/// Constructs a SYCL kernel instance from a UrKernel
3535
///
36-
/// This constructor is used for adapter interoperability. It always marks
36+
/// This constructor is used for UR adapter interoperability. It always marks
3737
/// kernel as being created from source.
3838
///
3939
/// \param Kernel is a valid UrKernel instance

0 commit comments

Comments
 (0)