Skip to content

Commit

Permalink
Adding iree-benchmark-executable help text for CUDA.
Browse files Browse the repository at this point in the history
  • Loading branch information
benvanik committed Feb 24, 2024
1 parent 6596531 commit 1489584
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/iree-benchmark-executable-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,9 @@ int main(int argc, char** argv) {
" --device=local-sync or --device=local-task\n"
" --executable_format=embedded-elf-x86_64\n"
" --executable_format=system-dll-x86_64\n"
" --iree-hal-target-backends=cuda\n"
" --device=cuda\n"
" --executable_format=cuda-nvptx-fb\n"
" --iree-hal-target-backends=vulkan-spirv\n"
" --device=vulkan\n"
" --executable_format=vulkan-spirv-fb\n"
Expand Down

0 comments on commit 1489584

Please sign in to comment.