Skip to content

Commit

Permalink
deselect logreg spmd from (uxlfoundation#1740)
Browse files Browse the repository at this point in the history
  • Loading branch information
md-shafiul-alam authored Mar 4, 2024
1 parent 7070730 commit 5a8f070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def check_library(rule):
req_version["knn_bf_classification_spmd.py"] = (2023, "P", 100)
req_version["knn_bf_regression_spmd.py"] = (2023, "P", 100)
req_version["linear_regression_spmd.py"] = (2023, "P", 100)
req_version["logistic_regression_spmd.py"] = (2024, "P", 100)
req_version["logistic_regression_spmd.py"] = (2024, "P", 400)

req_device = defaultdict(lambda: [])
req_device["basic_statistics_spmd.py"] = ["gpu"]
Expand Down

0 comments on commit 5a8f070

Please sign in to comment.