We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b362a0 commit d01062bCopy full SHA for d01062b
amd/comgr/test/unbundle_hip_test.c
@@ -182,10 +182,11 @@ int main(int Argc, char *Argv[]) {
182
Status = amd_comgr_release_data(DataElement);
183
checkError(Status, "amd_comgr_release_data");
184
185
- if (BytesSize != 0) {
186
- printf("Bitcode host element size: %ld (expected 0)\n", BytesSize);
187
- exit(1);
188
- }
+ // TODO: Re-enable after finalizing LLVM PR #122629
+ //if (BytesSize != 0) {
+ // printf("Bitcode host element size: %ld (expected 0)\n", BytesSize);
+ // exit(1);
189
+ //}
190
191
// bitcode hip-gfx900 element (non-empty)
192
Status = amd_comgr_action_data_get_data(
0 commit comments