mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
minor update
This commit is contained in:
parent
04b967217d
commit
4ced61790a
3 changed files with 1 additions and 1 deletions
BIN
tests/opencl/stencil/32x32x8.bin
Normal file
BIN
tests/opencl/stencil/32x32x8.bin
Normal file
Binary file not shown.
BIN
tests/opencl/stencil/32x32x8.gold
Normal file
BIN
tests/opencl/stencil/32x32x8.gold
Normal file
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue