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 d01062b commit 481b866Copy full SHA for 481b866
amd/comgr/test/unbundle_hip_test.c
@@ -248,10 +248,11 @@ int main(int Argc, char *Argv[]) {
248
Status = amd_comgr_release_data(DataElement);
249
checkError(Status, "amd_comgr_release_data");
250
251
- if (BytesSize != 0) {
252
- printf("Object host element size: %ld (expected empty)\n", BytesSize);
253
- exit(1);
254
- }
+ // TODO: Re-enable after finalizing LLVM PR #122629
+ //if (BytesSize != 0) {
+ // printf("Object host element size: %ld (expected empty)\n", BytesSize);
+ // exit(1);
255
+ //}
256
257
// object hip-gfx900 element (non-empty)
258
Status = amd_comgr_action_data_get_data(
0 commit comments