Skip to content

Commit 36d0abf

Browse files
committed
Formatted comment
Signed-off-by: Gregory Shimansky <[email protected]>
1 parent 6ddc6db commit 36d0abf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

third_party/intel/backend/driver.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,9 @@ static PyObject *loadBinary(PyObject *self, PyObject *args) {
201201
try {
202202
ctx = platform.ext_oneapi_get_default_context();
203203
} catch (const std::runtime_error &ex) {
204-
// This exception is thrown on Windows because ext_oneapi_get_default_context
205-
// is not implemented. But it can be safely ignored it seems.
204+
// This exception is thrown on Windows because
205+
// ext_oneapi_get_default_context is not implemented. But it can be safely
206+
// ignored it seems.
206207
#if _DEBUG
207208
std::cout << "ERROR: " << ex.what() << std::endl;
208209
#endif

0 commit comments

Comments
 (0)