Skip to content

Commit e51df59

Browse files
committed
Update reverted patches (see 964a046 ...changes from several Sema-relate...
Change-Id: Ib11b6fd49516f00cd0fedd66f9471ef706b07e68
1 parent 964a046 commit e51df59

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

revert_patches.txt

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,6 @@ revert: breaks MIOpen composableKernel build
33
https://ontrack-internal.amd.com/browse/SWDEV-436625
44

55
---
6-
Revert: 8009bbe
7-
Commit title:
8-
Revert "Reapply "[Clang][Sema] Diagnose class member access expressions
9-
naming non-existent members of the current instantiation prior to
10-
instantiation in the absence of dependent base classes (#84050)"
11-
(#90152)"
12-
13-
Reason for revert:
14-
- Breaks composable kernels:
15-
16-
[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<BlockSize, FloatAB, FloatAcc, ATileDesc, BTileDesc, AMmaTileDesc, BMmaTileDesc, MPerBlock, NPerBlock, KPerBlock, MPerXDL, NPerXDL, MRepeat, NRepeat, KPack, TransposeC, AMmaKStride, BMmaKStride>'
17-
[2024-05-01T03:06:52.796Z] 799 | : a_thread_copy_(other.a_origin), b_thread_copy_(other.b_origin)
18-
[2024-05-01T03:06:52.796Z] | ~~~~~ ^
19-
[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<BlockSize, FloatAB, FloatAcc, ATileDesc, BTileDesc, AMmaTileDesc, BMmaTileDesc, MPerBlock, NPerBlock, KPerBlock, MPerXDL, NPerXDL, MRepeat, NRepeat, KPack, TransposeC, AMmaKStride, BMmaKStride>'
20-
[2024-05-01T03:06:52.796Z] 799 | : a_thread_copy_(other.a_origin), b_thread_copy_(other.b_origin)
21-
22-
- Breaks rocthrust:
23-
24-
[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<type-parameter-0-0 &>'
25-
[2024-05-01T03:18:40.779Z] 2756 | this->construct(std::forward<Args>(args)...);
26-
27-
fd87d765c045 [Clang][Sema] Don't build CXXDependentScopeMemberExprs for potent
28-
acf5ad2a4ed9 [Clang][Sema] Diagnose current instantiation used as an incomplete
29-
30-
Contacts:
31-
Sam, Konstantin
32-
---
336
Revert: 41f9c78
347
Commit title:
358
Revert "[OpenACC] Fix test failure from fa67986d"

0 commit comments

Comments
 (0)