# Instructions for ```example_convnd_fwd_xdl``` ## Run ```example_convnd_fwd_xdl``` ```bash #arg1: verification (0=no, 1=yes) #arg2: initialization (0=no init, 1=integer value, 2=decimal value) #arg3: run kernel # of times (>1) #arg4: N spatial dimensions (default 2) #Following arguments (depending on number of spatial dims): # N, K, C, # , (ie Y, X for 2D) # , (ie Hi, Wi for 2D) # , (ie Sy, Sx for 2D) # , (ie Dy, Dx for 2D) # , (ie LeftPy, LeftPx for 2D) # , (ie RightPy, RightPx for 2D) ./bin/example_convnd_fwd_xdl 0 1 100 ```