Skip to content

Commit 4ced617

Browse files
committed
minor update
1 parent 04b9672 commit 4ced617

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

tests/opencl/stencil/32x32x8.bin

32 KB
Binary file not shown.

tests/opencl/stencil/32x32x8.gold

32 KB
Binary file not shown.

tests/opencl/stencil/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ kernel.cl: $(SRC_DIR)/kernel.cl
1515
KERNEL_SRCS := kernel.cl
1616

1717
# Usage: #nx #ny #nz #iter -i input_file [-o output_file]
18-
OPTS ?= 64 64 8 1 -i $(SRC_DIR)/64x64x8.bin
18+
OPTS ?= 32 32 8 1 -i $(SRC_DIR)/32x32x8.bin
1919

2020
include ../common.mk

0 commit comments

Comments
 (0)