Files
blis/frame/2
S, Hari Govind 8d41565822 Fix build failure when AOCL_DYNAMIC is disabled (#57)
- The build was failing when AOCL_DYNAMIC was disabled because
  `fast_path_thresh` was only declared when both AOCL_DYNAMIC and
  OpenMP were enabled. This variable was used in an `if` condition for
  single-thread execution without an AOCL_DYNAMIC guard.

- To resolve this, the test expression for single-thread execution has
  been replaced with a macro. This macro is set to 0 when AOCL_DYNAMIC
  is disabled, ensuring the condition is handled correctly.

AMD-Internal: [CPUPL-6854]
2025-06-23 15:56:15 +05:30
..
2023-11-23 08:54:31 -05:00
2023-11-23 08:54:31 -05:00
2023-11-23 08:54:31 -05:00
2025-01-30 01:23:09 -05:00