Skip to content

Commit

Permalink
Build rocm runtime driver.
Browse files Browse the repository at this point in the history
  • Loading branch information
monorimet committed Jun 1, 2024
1 parent 049c7f9 commit b5a7e6b
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 b5a7e6b

Please sign in to comment.