Skip to content

Commit c22fae8

Browse files
authored
Merge pull request #818 from steffenlarsen/steffen/cmath_bfloat16
Add cmath include to oneapi_bfloat16 test
2 parents c06d05b + ff37263 commit c22fae8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/extension/oneapi_bfloat16/bfloat16_api.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020

2121
#include "../../common/common.h"
2222

23+
#include <cmath>
24+
2325
using bfloat16 = sycl::ext::oneapi::bfloat16;
2426

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

0 commit comments

Comments
 (0)