Hardware Compatibility - 5.2 English - 68552

AOCL API Guide (68552)

Document ID
68552
Release Date
2025-12-29
Version
5.2 English
// Check hardware support
if (!dlp_aocl_enable_instruction_query()) {
    printf("Warning: Some optimizations not available\n");
    // Library will use fallback implementations
}