Commit e8c29dd
committed
Correctly created default_context for non-Linux platforms
Replaced `default_context = None` with
`default_context = dpctl.SyclQueue(root_device).sycl_context`
in `from_dlpack_capsule` for non-Linux platforms1 parent f7b5f55 commit e8c29dd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
343 | | - | |
| 343 | + | |
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
| |||
0 commit comments