Skip to content

Commit

Permalink
#18843: Update BN sweep test
Browse files Browse the repository at this point in the history
  • Loading branch information
VirdhatchaniKN committed Mar 10, 2025
1 parent 53a2df1 commit 43d263e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

parameters = {
"BN_Testing": {
"input_shape": gen_shapes([1, 1, 32, 32], [6, 12, 256, 256], [1, 1, 32, 32], 16),
"input_shape": gen_shapes([1, 1, 32, 32], [6, 12, 256, 256], [2, 4, 64, 64], 4),
"input_dtype": [ttnn.bfloat16, ttnn.float32],
"input_layout": [ttnn.TILE_LAYOUT],
"input_memory_config": [ttnn.DRAM_MEMORY_CONFIG, ttnn.L1_MEMORY_CONFIG],
Expand Down

0 comments on commit 43d263e

Please sign in to comment.