From 4458745c919f29827294a8a589d2ea91b411d818 Mon Sep 17 00:00:00 2001 From: Sriram Kumar Date: Thu, 10 Jul 2025 15:34:40 +0300 Subject: [PATCH 1/2] Update related_commits Fixing the C10_warpsize issue. replacing the macros with at::cuda::warp_size() https://github.com/ROCm/apex/commit/38d1eb2a5785e017a7e3efab20b93bdcca5cb65b [release/1.7.0] Added AITER as a submodule and use in fused_rope.py - https://github.com/ROCm/apex/commit/53f3c6427e07abad6cf48f9e80ef6ebab5ce8964 --- related_commits | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/related_commits b/related_commits index 9da60886f4726..7850be63c2de5 100644 --- a/related_commits +++ b/related_commits @@ -1,5 +1,5 @@ -ubuntu|pytorch|apex|release/1.7.0|001fc13706402cb5c01f181346bca88c8fb75ee4|https://github.com/ROCm/apex -centos|pytorch|apex|release/1.7.0|001fc13706402cb5c01f181346bca88c8fb75ee4|https://github.com/ROCm/apex +ubuntu|pytorch|apex|release/1.7.0|38d1eb2a5785e017a7e3efab20b93bdcca5cb65b|https://github.com/ROCm/apex +centos|pytorch|apex|release/1.7.0|38d1eb2a5785e017a7e3efab20b93bdcca5cb65b|https://github.com/ROCm/apex ubuntu|pytorch|torchvision|release/0.22|59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca|https://github.com/pytorch/vision centos|pytorch|torchvision|release/0.22|59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca|https://github.com/pytorch/vision ubuntu|pytorch|torchtext|release/0.18.0|9bed85d7a7ae13cf8c28598a88d8e461fe1afcb4|https://github.com/pytorch/text From 7f1fb18e44735e5f906337bc22827e0bc5af12c3 Mon Sep 17 00:00:00 2001 From: Sriram Kumar Date: Fri, 11 Jul 2025 17:16:17 +0300 Subject: [PATCH 2/2] Update related_commits Disabling Aiter Installation in default build - https://github.com/ROCm/apex/commit/1c50337d42df24bb3021d759e8ccb96b1c9f7fe5 Replaced warpsize with C10_WARP_SIZE - https://github.com/ROCm/apex/commit/f4170973eb0532b597be425e004ad88609fb5d24 --- related_commits | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/related_commits b/related_commits index 7850be63c2de5..18e82ccf2984f 100644 --- a/related_commits +++ b/related_commits @@ -1,5 +1,5 @@ -ubuntu|pytorch|apex|release/1.7.0|38d1eb2a5785e017a7e3efab20b93bdcca5cb65b|https://github.com/ROCm/apex -centos|pytorch|apex|release/1.7.0|38d1eb2a5785e017a7e3efab20b93bdcca5cb65b|https://github.com/ROCm/apex +ubuntu|pytorch|apex|release/1.7.0|1c50337d42df24bb3021d759e8ccb96b1c9f7fe5|https://github.com/ROCm/apex +centos|pytorch|apex|release/1.7.0|1c50337d42df24bb3021d759e8ccb96b1c9f7fe5|https://github.com/ROCm/apex ubuntu|pytorch|torchvision|release/0.22|59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca|https://github.com/pytorch/vision centos|pytorch|torchvision|release/0.22|59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca|https://github.com/pytorch/vision ubuntu|pytorch|torchtext|release/0.18.0|9bed85d7a7ae13cf8c28598a88d8e461fe1afcb4|https://github.com/pytorch/text