Skip to content

Commit

Permalink
Merge branch 'master' into remove_the_batch_suffix_from_examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Razdoburdin committed Aug 2, 2023
2 parents 1980c39 + 6ec8f38 commit 33f1a3e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/sklearnex/knn_bf_classification_dpnp.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# ===============================================================================

# sklearnex kNN example for GPU offloading with DPNP ndarray:
# python ./knn_bf_classification_dpnp_batch.py.py
# python ./knn_bf_classification_dpnp_batch.py

import dpctl
import dpnp
Expand Down
2 changes: 1 addition & 1 deletion examples/sklearnex/random_forest_regressor_dpnp.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# ===============================================================================

# sklearnex RF example for GPU offloading with DPNP ndarray:
# python ./random_forest_regressor_dpnp_batch.py.py
# python ./random_forest_regressor_dpnp_batch.py

import dpnp
import numpy as np
Expand Down
1 change: 0 additions & 1 deletion examples/sklearnex/random_forest_regressor_spmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import dpctl
import dpctl.tensor as dpt
import dpnp

import numpy as np
from mpi4py import MPI
from numpy.testing import assert_allclose
Expand Down

0 comments on commit 33f1a3e

Please sign in to comment.