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 6ddc6db commit 36d0abfCopy full SHA for 36d0abf
third_party/intel/backend/driver.c
@@ -201,8 +201,9 @@ static PyObject *loadBinary(PyObject *self, PyObject *args) {
201
try {
202
ctx = platform.ext_oneapi_get_default_context();
203
} 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.
+ // This exception is thrown on Windows because
+ // ext_oneapi_get_default_context is not implemented. But it can be safely
206
+ // ignored it seems.
207
#if _DEBUG
208
std::cout << "ERROR: " << ex.what() << std::endl;
209
#endif
0 commit comments