Skip to content

Commit

Permalink
Build rocm runtime driver.
Browse files Browse the repository at this point in the history
  • Loading branch information
monorimet authored May 28, 2024
1 parent 3bf32b3 commit 58d1477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def build_configuration(cmake_build_dir, cmake_install_dir, extra_cmake_args=())
"IREE_HAL_DRIVER_VULKAN",
"OFF" if platform.system() == "Darwin" else "ON",
),
get_env_cmake_list("IREE_EXTERNAL_HAL_DRIVERS", ""),
get_env_cmake_list("IREE_EXTERNAL_HAL_DRIVERS", "rocm"),
get_env_cmake_option("IREE_ENABLE_CPUINFO", "ON"),
] + list(extra_cmake_args)
add_env_cmake_setting(cmake_args, "IREE_TRACING_PROVIDER")
Expand Down

0 comments on commit 58d1477

Please sign in to comment.