Skip to content

Commit b176826

Browse files
Revert copy-paste error
1 parent 2cf935e commit b176826

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,8 @@ template <typename property_list_t> struct checkValidFPGAPropertySet {
327327
static constexpr bool has_BufferLocation = has_one_of<buffer_location_key>;
328328

329329
static constexpr bool has_InterfaceConfig =
330-
has_one_of<buffer_location_key, awidth_key, dwidth_key, latency_key,
331-
read_write_mode_key, maxburst_key, wait_request_key>;
330+
has_one_of<awidth_key, dwidth_key, latency_key, read_write_mode_key,
331+
maxburst_key, wait_request_key>;
332332

333333
static constexpr bool value = !(!has_BufferLocation && has_InterfaceConfig);
334334
};

0 commit comments

Comments
 (0)