diff --git a/revert_patches.txt b/revert_patches.txt index a2983eb2032f20..dd4fec726da8ee 100644 --- a/revert_patches.txt +++ b/revert_patches.txt @@ -3,33 +3,6 @@ revert: breaks MIOpen composableKernel build https://ontrack-internal.amd.com/browse/SWDEV-436625 --- -Revert: 8009bbe - Commit title: - Revert "Reapply "[Clang][Sema] Diagnose class member access expressions - naming non-existent members of the current instantiation prior to - instantiation in the absence of dependent base classes (#84050)" - (#90152)" - - Reason for revert: - - Breaks composable kernels: - - [2024-05-01T03:06:52.796Z] /jenkins/workspace/compiler-psdb-amd-staging/Libs/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_xdlops.hpp:799:32: error: no member named 'a_origin' in 'BlockwiseGemmXdlops_v2' - [2024-05-01T03:06:52.796Z] 799 | : a_thread_copy_(other.a_origin), b_thread_copy_(other.b_origin) - [2024-05-01T03:06:52.796Z] | ~~~~~ ^ - [2024-05-01T03:06:52.796Z] /jenkins/workspace/compiler-psdb-amd-staging/Libs/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_xdlops.hpp:799:64: error: no member named 'b_origin' in 'BlockwiseGemmXdlops_v2' - [2024-05-01T03:06:52.796Z] 799 | : a_thread_copy_(other.a_origin), b_thread_copy_(other.b_origin) - - - Breaks rocthrust: - - [2024-05-01T03:18:40.779Z] /jenkins/workspace/compiler-psdb-amd-staging_2/Libs/rocThrust/thrust/../thrust/optional.h:2756:11: error: no member named 'construct' in 'optional' - [2024-05-01T03:18:40.779Z] 2756 | this->construct(std::forward(args)...); - - fd87d765c045 [Clang][Sema] Don't build CXXDependentScopeMemberExprs for potent - acf5ad2a4ed9 [Clang][Sema] Diagnose current instantiation used as an incomplete - - Contacts: - Sam, Konstantin ---- Revert: 41f9c78 Commit title: Revert "[OpenACC] Fix test failure from fa67986d"