minor update

This commit is contained in:
Blaise Tine
2020-10-26 02:02:05 -07:00
parent 48897d9778
commit 09b1c0eea7
4 changed files with 5 additions and 3 deletions

View File

@@ -4,10 +4,12 @@ all:
$(MAKE) -C driver $(MAKE) -C driver
$(MAKE) -C runtime $(MAKE) -C runtime
$(MAKE) -C simX $(MAKE) -C simX
$(MAKE) -C ben benchmarks/opencl
clean: clean:
$(MAKE) -C hw clean $(MAKE) -C hw clean
$(MAKE) -C driver clean $(MAKE) -C driver clean
$(MAKE) -C simX clean $(MAKE) -C simX clean
$(MAKE) -C runtime clean $(MAKE) -C runtime clean
$(MAKE) -C ben benchmarks/opencl clean

View File

@@ -106,7 +106,7 @@ int main (int argc, char **argv) {
size_t kernel_size; size_t kernel_size;
cl_int binary_status; cl_int binary_status;
srand(time(NULL)); srand(50);
// read kernel binary from file // read kernel binary from file
if (0 != read_kernel_file("kernel.pocl", &kernel_bin, &kernel_size)) if (0 != read_kernel_file("kernel.pocl", &kernel_bin, &kernel_size))

Binary file not shown.

View File

@@ -20,8 +20,8 @@ DBG_FLAGS += -DDBG_CORE_REQ_INFO
#CONFIGS += -DNUM_CLUSTERS=2 -DNUM_CORES=4 -DL2_ENABLE=1 #CONFIGS += -DNUM_CLUSTERS=2 -DNUM_CORES=4 -DL2_ENABLE=1
#CONFIGS += -DNUM_CLUSTERS=1 -DNUM_CORES=4 -DL2_ENABLE=1 #CONFIGS += -DNUM_CLUSTERS=1 -DNUM_CORES=4 -DL2_ENABLE=1
#CONFIGS += -DNUM_CLUSTERS=1 -DNUM_CORES=2 -DL2_ENABLE=0 CONFIGS += -DNUM_CLUSTERS=1 -DNUM_CORES=2 -DL2_ENABLE=0
CONFIGS += -DNUM_CLUSTERS=1 -DNUM_CORES=1 #CONFIGS += -DNUM_CLUSTERS=1 -DNUM_CORES=1
#DEBUG=1 #DEBUG=1
#SCOPE=1 #SCOPE=1