Skip to content

Commit 481b866

Browse files
committed
disable second check
1 parent d01062b commit 481b866

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
@@ -248,10 +248,11 @@ int main(int Argc, char *Argv[]) {
248248
Status = amd_comgr_release_data(DataElement);
249249
checkError(Status, "amd_comgr_release_data");
250250

251-
if (BytesSize != 0) {
252-
printf("Object host element size: %ld (expected empty)\n", BytesSize);
253-
exit(1);
254-
}
251+
// TODO: Re-enable after finalizing LLVM PR #122629
252+
//if (BytesSize != 0) {
253+
// printf("Object host element size: %ld (expected empty)\n", BytesSize);
254+
// exit(1);
255+
//}
255256

256257
// object hip-gfx900 element (non-empty)
257258
Status = amd_comgr_action_data_get_data(

0 commit comments

Comments
 (0)