Skip to content

Commit 54a297e

Browse files
committed
preemptive distributed_arithmetic flag for einsum ops
1 parent fe3fcd0 commit 54a297e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hls4ml/templates/vivado/nnet_utils/nnet_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace nnet {
2424

2525
// Common type definitions
2626
enum io_type { io_parallel = 0, io_stream };
27-
enum strategy { latency, resource, resource_unrolled };
27+
enum strategy { latency, resource, resource_unrolled, distributed_arithmetic };
2828

2929
/* ---
3030
* Balanced tree reduce implementation.

0 commit comments

Comments
 (0)