Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
yzygitzh committed Dec 8, 2023
1 parent b4643a3 commit 7dd52ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ def _test_gpu_copy_bw_performance_command_generation(self, platform):
mem_types = ['htod', 'dtoh', 'dtod', 'one_to_all', 'all_to_one', 'all_to_all']
copy_types = ['sm', 'dma']

parameters = '--mem_type %s --copy_type %s --size %d ' \
parameters = '--mem_type %s --copy_type %s --size %d --num_warm_up %d --num_loops %d ' \
'--all_to_all_num_thread_blocks_per_rank %d --all_to_all_thread_block_size %d ' \
'--num_warm_up %d --num_loops %d --bidirectional --check_data' % \
'--bidirectional --check_data' % \
(' '.join(mem_types), ' '.join(copy_types), size, num_warm_up, num_loops,
all_to_all_num_thread_blocks_per_rank, all_to_all_thread_block_size)
benchmark = benchmark_class(benchmark_name, parameters=parameters)
Expand Down

0 comments on commit 7dd52ee

Please sign in to comment.