# Basic configurations
--reset
--batch=harness_reduction_f32
--batch=harness_reduction_bf16
--batch=harness_reduction_f16
--batch=harness_reduction_i8

# Different layouts
--reset
--sdt=bf16,f32 --ddt=f32
--p=2 --eps=1
--alg=sum,mul,norm_lp_max

--stag=axb,aBx8b,aBx16b,aBx32b,ABx32a32b
--dtag=axb,aBx8b,aBx16b,aBx32b,ABx32a32b
--batch=shapes_gpu_all

# Per-tensor post-op
--reset
--sdt=f32
--ddt=f32
--p=0 --eps=0.5
--alg=min
--attr-post-ops=add:f32:per_tensor:abcd

3x3x4x3:3x3x1x3
3x3x4x3:3x1x4x3
7x6x9x2:7x6x9x1

# Large accumulation chain
--reset
--sdt=bf16,f16,f32
--ddt=f32
--alg=sum,mean

14745600:1
10000000x15:1x15

# Test layers of some key and ext GPU DL Frameworks
--reset --batch=option_set_fwks_key_gpu
--reset --batch=option_set_fwks_ext_gpu
