Skip to content

Commit

Permalink
Merge pull request #818 from steffenlarsen/steffen/cmath_bfloat16
Browse files Browse the repository at this point in the history
Add cmath include to oneapi_bfloat16 test
  • Loading branch information
bader authored Nov 4, 2023
2 parents c06d05b + ff37263 commit c22fae8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/extension/oneapi_bfloat16/bfloat16_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

#include "../../common/common.h"

#include <cmath>

using bfloat16 = sycl::ext::oneapi::bfloat16;

TEST_CASE("Common interface members", "[bfloat16]") {
Expand Down

0 comments on commit c22fae8

Please sign in to comment.