Skip to content

Conversation

@a-sidorova
Copy link
Contributor

@a-sidorova a-sidorova commented Jan 29, 2026

Implemented driver for LayerNorm node.

The arguments are based on:

The both drivers above has argument normalized_dim which is not used by LayerNorm node in Fusilli - this argument has not been moved.

@a-sidorova a-sidorova linked an issue Jan 29, 2026 that may be closed by this pull request
4 tasks
@a-sidorova a-sidorova mentioned this pull request Jan 29, 2026
4 tasks
@a-sidorova a-sidorova force-pushed the feature/layer_norm/driver branch 4 times, most recently from 1225742 to 2e16734 Compare January 30, 2026 08:07
@a-sidorova a-sidorova marked this pull request as ready for review January 30, 2026 08:09
@a-sidorova a-sidorova force-pushed the feature/layer_norm/driver branch from 2e16734 to 486df0e Compare January 30, 2026 08:17
return ok();
}

static ErrorObject benchmarkMatmul(const MatmulOptions &opts, DataType aType,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved down to maintain alphabetical order

@a-sidorova a-sidorova force-pushed the feature/layer_norm/driver branch from 486df0e to e26e502 Compare January 30, 2026 11:37
# Test skipping benchmarks
[SKIP] --device 0 --iter 10 conv --bf16 -F 1 -n 16 -c 384 -H 48 -W 32 -k 384 -y 3 -x 3 -p 1 -q 1 -u 1 -v 1 -l 1 -j 1 -g 6 --in_layout NHWC --out_layout NHWC --fil_layout NHWC --spatial_dim 2
[SKIP] --device 0 --iter 10 layernorm --input 1x3x128x128 -F 1 --type f16 --layout NHWC
[SKIP] --device 0 --iter 10 layernorm --input 2x3x128x128 -F 1 --type bf16 --layout NHWC --mode 1
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Fusilli] Support Layernorm

1 participant