From e8a919ec6d06d8944bb85d46ddc01d578b28d093 Mon Sep 17 00:00:00 2001 From: Sriram Kumar Date: Thu, 10 Jul 2025 15:38:03 +0300 Subject: [PATCH 1/3] Update related_commits Fixing the C10_warpsize issue. replacing the macros with at::cuda::warp_size() - https://github.com/ROCm/apex/commit/2a77e08bd87950a62c720ac3db145b4b06e34a7f --- related_commits | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/related_commits b/related_commits index e191ea432e330..e27afd748f27a 100644 --- a/related_commits +++ b/related_commits @@ -1,5 +1,5 @@ -ubuntu|pytorch|apex|release/1.6.0|14c8025ee4a13c21ec32b5f4d5717cd712a4a171|https://github.com/ROCm/apex -centos|pytorch|apex|release/1.6.0|14c8025ee4a13c21ec32b5f4d5717cd712a4a171|https://github.com/ROCm/apex +ubuntu|pytorch|apex|release/1.6.0|2a77e08bd87950a62c720ac3db145b4b06e34a7f|https://github.com/ROCm/apex +centos|pytorch|apex|release/1.6.0|2a77e08bd87950a62c720ac3db145b4b06e34a7f|https://github.com/ROCm/apex ubuntu|pytorch|torchvision|release/0.21|4040d51ff2f04ece3732c99d50da0b7d4538ff92|https://github.com/ROCm/vision centos|pytorch|torchvision|release/0.21|4040d51ff2f04ece3732c99d50da0b7d4538ff92|https://github.com/ROCm/vision ubuntu|pytorch|torchtext|release/0.18.0|9bed85d7a7ae13cf8c28598a88d8e461fe1afcb4|https://github.com/pytorch/text From d970ddb5f8c34d2bc5a71369eed10085f6ef1886 Mon Sep 17 00:00:00 2001 From: Sriram Kumar Date: Fri, 11 Jul 2025 17:22:07 +0300 Subject: [PATCH 2/3] Update related_commits Replaced warpsize with C10_WARP_SIZE - https://github.com/ROCm/apex/commit/7d9850a645c22e97cd612b00cd95d91b2e3a4660 --- related_commits | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/related_commits b/related_commits index e27afd748f27a..0ccefa94bd709 100644 --- a/related_commits +++ b/related_commits @@ -1,5 +1,5 @@ -ubuntu|pytorch|apex|release/1.6.0|2a77e08bd87950a62c720ac3db145b4b06e34a7f|https://github.com/ROCm/apex -centos|pytorch|apex|release/1.6.0|2a77e08bd87950a62c720ac3db145b4b06e34a7f|https://github.com/ROCm/apex +ubuntu|pytorch|apex|release/1.6.0|7d9850a645c22e97cd612b00cd95d91b2e3a4660|https://github.com/ROCm/apex +centos|pytorch|apex|release/1.6.0|7d9850a645c22e97cd612b00cd95d91b2e3a4660|https://github.com/ROCm/apex ubuntu|pytorch|torchvision|release/0.21|4040d51ff2f04ece3732c99d50da0b7d4538ff92|https://github.com/ROCm/vision centos|pytorch|torchvision|release/0.21|4040d51ff2f04ece3732c99d50da0b7d4538ff92|https://github.com/ROCm/vision ubuntu|pytorch|torchtext|release/0.18.0|9bed85d7a7ae13cf8c28598a88d8e461fe1afcb4|https://github.com/pytorch/text From 271118e66dea5280429c67830f1d06cf0901cf3d Mon Sep 17 00:00:00 2001 From: Sriram Kumar Date: Tue, 15 Jul 2025 19:27:27 +0300 Subject: [PATCH 3/3] Update related_commits Fix all warp size in apex - https://github.com/ROCm/apex/commit/f956a665aa6c526e8201df58c569bb7139d980e3 --- related_commits | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/related_commits b/related_commits index 0ccefa94bd709..8695a5c9800dd 100644 --- a/related_commits +++ b/related_commits @@ -1,5 +1,5 @@ -ubuntu|pytorch|apex|release/1.6.0|7d9850a645c22e97cd612b00cd95d91b2e3a4660|https://github.com/ROCm/apex -centos|pytorch|apex|release/1.6.0|7d9850a645c22e97cd612b00cd95d91b2e3a4660|https://github.com/ROCm/apex +ubuntu|pytorch|apex|release/1.6.0|f956a665aa6c526e8201df58c569bb7139d980e3|https://github.com/ROCm/apex +centos|pytorch|apex|release/1.6.0|f956a665aa6c526e8201df58c569bb7139d980e3|https://github.com/ROCm/apex ubuntu|pytorch|torchvision|release/0.21|4040d51ff2f04ece3732c99d50da0b7d4538ff92|https://github.com/ROCm/vision centos|pytorch|torchvision|release/0.21|4040d51ff2f04ece3732c99d50da0b7d4538ff92|https://github.com/ROCm/vision ubuntu|pytorch|torchtext|release/0.18.0|9bed85d7a7ae13cf8c28598a88d8e461fe1afcb4|https://github.com/pytorch/text