Skip to content

Commit 528d0ff

Browse files
committed
fix: skip unsupported datatypes for SYCL device
1 parent 7f289ba commit 528d0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: benchmarks/benchmarks/binary.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import dpctl
22
import dpctl.tensor as dpt
33

4-
from . import benchmark_util as bench_utils
4+
from . import benchmark_utils as bench_utils
55

66
SHARED_QUEUE = dpctl.SyclQueue(property="enable_profiling")
77

0 commit comments

Comments
 (0)