Skip to content

Commit

Permalink
Update finiteness_checker.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
icfaust authored Oct 23, 2024
1 parent 62674a2 commit c75c23b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions onedal/primitives/finiteness_checker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@
* limitations under the License.
*******************************************************************************/

// fix error with missing headers
#if defined(ONEDAL_VERSION) && ONEDAL_VERSION >= 20250200
#include "oneapi/dal/algo/finiteness_checker.hpp
#else
#include "oneapi/dal/algo/finiteness_checker/compute.hpp"
#endif // defined(ONEDAL_VERSION) && ONEDAL_VERSION >= 20250200
#include "onedal/common.hpp"
#include "onedal/version.hpp"
Expand Down

0 comments on commit c75c23b

Please sign in to comment.