minor update

This commit is contained in:
Blaise Tine 2024-06-12 02:32:27 -07:00
parent 04b967217d
commit 4ced61790a
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View file

@ -15,6 +15,6 @@ kernel.cl: $(SRC_DIR)/kernel.cl
KERNEL_SRCS := kernel.cl
# Usage: #nx #ny #nz #iter -i input_file [-o output_file]
OPTS ?= 64 64 8 1 -i $(SRC_DIR)/64x64x8.bin
OPTS ?= 32 32 8 1 -i $(SRC_DIR)/32x32x8.bin
include ../common.mk