Fixed compilation errors for gcc versions < 11.2

Details:
- Disabled intrinsics code of f32obf16 pack function
  for gcc < 11.2 as the instructions used in kernels
  are not supported by the compiler versions.
- Addded early-return check for WOQ APIs when compiling with
  gcc < 11.2
- Fixed code to check whether JIT kernels are generated inside
  batch_gemm API for bf16 datatype.

AMD Internal: [CPUPL-6327]

Change-Id: I0a017c67eb9d9d22a14e095e435dc397e265fb0a
This commit is contained in:
Meghana Vankadari
2025-01-20 22:24:04 +05:30
parent 3c2dedb13c
commit 69ca5dbcd6
8 changed files with 48 additions and 29 deletions

View File

@@ -1590,7 +1590,7 @@ int main( int argc, char** argv )
post_ops_str_dest, TRUE
);
}
skip_exec:
skip_exec:;
}
}