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 1103aad commit f0f8ef0Copy full SHA for f0f8ef0
sklbench/benchmarks/sklearn_estimator.py
@@ -395,6 +395,7 @@ def measure_sklearn_estimator(
395
estimator_class.__module__.startswith("daal4py")
396
or estimator_class.__module__.startswith("sklearnex")
397
)
398
+ and "spmd" not in estimator_class.__module__
399
400
sklearnex_logging_stream = get_sklearnex_logging_stream()
401
0 commit comments