From 171ece33b60ae7075b5df959a37154d58446b5b1 Mon Sep 17 00:00:00 2001 From: Zhuoran Yin Date: Tue, 19 Mar 2024 09:12:10 -0400 Subject: [PATCH] Replace ROCmSoftwarePlatform with ROCm in requirements.txt --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index a5f6ebc0662..c2fb85df825 100755 --- a/requirements.txt +++ b/requirements.txt @@ -23,9 +23,9 @@ ##################################################################################### google/protobuf@v3.19.0 -DCMAKE_POSITION_INDEPENDENT_CODE=On -X subdir -Dprotobuf_BUILD_TESTS=Off nlohmann/json@v3.8.0 -ROCmSoftwarePlatform/half@rocm-5.6.0 +ROCm/half@rocm-5.6.0 pybind/pybind11@d159a563383d10c821ba7b2a71905d1207db6de4 --build msgpack/msgpack-c@cpp-3.3.0 -DMSGPACK_BUILD_TESTS=Off sqlite3@3.43.2 -DCMAKE_POSITION_INDEPENDENT_CODE=On -ROCmSoftwarePlatform/composable_kernel@57cdd70b7cb14e5e3b60cd9a5f96ba8dc343763e -DCK_BUILD_JIT_LIB=On -DCMAKE_POSITION_INDEPENDENT_CODE=On -ROCmSoftwarePlatform/rocMLIR@da3df73b13c69d6b1d5ffec9c8281c261a0df257 -DBUILD_FAT_LIBROCKCOMPILER=On +ROCm/composable_kernel@57cdd70b7cb14e5e3b60cd9a5f96ba8dc343763e -DCK_BUILD_JIT_LIB=On -DCMAKE_POSITION_INDEPENDENT_CODE=On +ROCm/rocMLIR@da3df73b13c69d6b1d5ffec9c8281c261a0df257 -DBUILD_FAT_LIBROCKCOMPILER=On