Skip to content

Commit

Permalink
include interfaces.hpp on pre 2025 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
laurilaatu committed Jan 13, 2025
1 parent 89929ec commit 3a00508
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hls4ml/templates/oneapi/myproject_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

#include <sycl/ext/intel/fpga_extensions.hpp>

#if (__INTEL_CLANG_COMPILER < 20250000)
#include <sycl/ext/intel/prototype/interfaces.hpp>
#endif

#include "exception_handler.hpp"
// hls-fpga-machine-learning insert bram

Expand Down

0 comments on commit 3a00508

Please sign in to comment.