Skip to content

Commit d01062b

Browse files
committed
[Comgr] Temporarily disable buggy Offload Bundler API test
1 parent 5b362a0 commit d01062b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

amd/comgr/test/unbundle_hip_test.c

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,11 @@ int main(int Argc, char *Argv[]) {
182182
Status = amd_comgr_release_data(DataElement);
183183
checkError(Status, "amd_comgr_release_data");
184184

185-
if (BytesSize != 0) {
186-
printf("Bitcode host element size: %ld (expected 0)\n", BytesSize);
187-
exit(1);
188-
}
185+
// TODO: Re-enable after finalizing LLVM PR #122629
186+
//if (BytesSize != 0) {
187+
// printf("Bitcode host element size: %ld (expected 0)\n", BytesSize);
188+
// exit(1);
189+
//}
189190

190191
// bitcode hip-gfx900 element (non-empty)
191192
Status = amd_comgr_action_data_get_data(

0 commit comments

Comments
 (0)