Skip to content

Commit

Permalink
Formatted comment
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Shimansky <gregory.shimansky@intel.com>
  • Loading branch information
gshimansky committed Oct 18, 2024
1 parent 6ddc6db commit 36d0abf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions third_party/intel/backend/driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,9 @@ static PyObject *loadBinary(PyObject *self, PyObject *args) {
try {
ctx = platform.ext_oneapi_get_default_context();
} catch (const std::runtime_error &ex) {
// This exception is thrown on Windows because ext_oneapi_get_default_context
// 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
// ignored it seems.
#if _DEBUG
std::cout << "ERROR: " << ex.what() << std::endl;
#endif
Expand Down

0 comments on commit 36d0abf

Please sign in to comment.