-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[enhancement] enable dpnp/dpctl testing in test_patching (#1737)
* Update test_patching.py * Update test_patching.py * Update test_patching.py * Update test_patching.py * Update test_patching.py * Update test_patching.py * Update test_patching.py * Update test_patching.py * Update knn_regression.py * Update knn_classification.py * Update knn_unsupervised.py * Update knn_classification.py * Update knn_regression.py * Update knn_unsupervised.py * Update knn_classification.py * Update knn_regression.py * Update knn_unsupervised.py * Update knn_unsupervised.py * Update knn_regression.py * Update knn_classification.py * Update knn_regression.py * Update knn_regression.py * Update _device_offload.py * Update _device_offload.py * Update knn_regression.py * Update knn_regression.py * fix predic_log_proba * add predict_log_proba changes * correction to _forest * attempt to fix score in ensemble classifiers * add wrap_output_data * centralize to _device_offload * granular introduction of score (unfortunately) * fixes for n_jobs * forgot to change nusvc slightly * add sycl change if necessary * Update logistic_regression.py * wrap score * fix for pca score_samples * change else depth * change score * onedal_transform to transform * reduce code * move wrap_output_data * add recursion to dpnp conversion * broken fix * array -> result * Update _device_offload.py * deactivate problematic GPU tests * errant removal * correcting mistake * whitespace * Update _utils.py * Update _utils.py * fix speed issues with dpnp/dpctl and _fit_validation * forgot NearestNeighbors * fix onedal fit gpu support * score to dispatch * _predict -> predict * score to dispatch * queue to None * add _namespace.py * black formatting * isort * attempt at get_namespace inclusion * remove dependencies * nusvc move log check * svc get_namespace * remove unnecessary import * fix namespace collision * minimize changes * forgot removal of _predict * forgot to change to get_namespace * add to init * Update test_n_jobs_support.py * kwarg change * remove fit change * forgot an n * forgot self * fix test_n_jobs_support again * Update _namespace.py * Update run_test.sh * Update run_test.sh * remove _k_means_0_23.py * fixing merge * fixing merge * Update knn_classification.py * fix CI failures for GPU: * remove relative import * change text * add boilerplate * Update _namespace.py * Update logistic_regression.py * fix formatting * forgotten change in check * remove lasso, elasticNet and Ridge from GPU testing * remove mention of tickets * bad if statement * deal with fp64 support problems * change text * move to array api due to slicing issues * formatting * remove indexing change * modify _copy_to_usm to handle dpnp/dpctl arrays * remove unnecessary code * revert changes back to how it was in approved review
- Loading branch information
Showing
16 changed files
with
439 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.