Skip to content

Commit 515cd40

Browse files
committed
Update fpga_kernel_properties.hpp header
1 parent f1484c6 commit 515cd40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/include/sycl/ext/intel/experimental/fpga_kernel_properties.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ namespace ext::intel::experimental {
1818

1919
template <typename T, typename PropertyListT> class fpga_kernel_attribute;
2020

21-
enum class streaming_interface_options_enum : std::uint16_t {
21+
enum class streaming_interface_options_enum : uint16_t {
2222
accept_downstream_stall,
2323
remove_downstream_stall
2424
};
2525

26-
enum class register_map_interface_options_enum : std::uint16_t {
26+
enum class register_map_interface_options_enum : uint16_t {
2727
do_not_wait_for_done_write,
2828
wait_for_done_write,
2929
};

0 commit comments

Comments
 (0)