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 6a20938 commit 382d7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onedal/primitives/finiteness_checker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

0 comments on commit 382d7a1

Please sign in to comment.