Skip to content

Commit

Permalink
Fix test_policies for FPGA
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitriy Sobolev <[email protected]>
  • Loading branch information
dmitriy-sobolev committed Oct 23, 2024
1 parent deaff18 commit c1f72c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/general/test_policies.pass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ main()
static_assert(std::is_same_v<device_policy<Kernel_25>::kernel_name, Kernel_25>, "wrong result for kernel_name (device_policy)");

#if ONEDPL_FPGA_DEVICE
assert_is_execution_policy<device_policy<fpga_policy</*unroll_factor =*/ 1, class Kernel_0>>();
assert_is_execution_policy<fpga_policy</*unroll_factor =*/ 1, class Kernel_0>>();
test_policy_instance(dpcpp_fpga);

// make_fpga_policy
Expand Down

0 comments on commit c1f72c3

Please sign in to comment.