Skip to content

Commit 74c9d0f

Browse files
committed
Reapply "updated run tuning and base_tuner"
This reverts commit 372a7e9.
1 parent 372a7e9 commit 74c9d0f

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

projects/rocprim/tuning/run_tuning.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ def get_available_algorithms() -> List[str]:
7575
"device_search_n",
7676
"device_merge_sort_block_merge",
7777
"device_merge_sort_block_sort",
78-
"device_radix_sort_block_sort",
79-
'device_search_n',
8078
"device_partition_flag",
8179
"device_partition_predicate",
8280
"device_partition_three_way",

projects/rocprim/tuning/tuner/base_tuner.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -448,12 +448,6 @@ def _get_key_type_name(self) -> str:
448448
def _get_value_type_name(self) -> str:
449449
return "value_type"
450450

451-
def _get_key_type(self) -> str:
452-
return "key_type"
453-
454-
def _get_value_type(self) -> str:
455-
return "value_type"
456-
457451
def _save_output(
458452
self,
459453
cache_file: str | pathlib.Path,

0 commit comments

Comments
 (0)