mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 05:47:35 -04:00
minor update
This commit is contained in:
parent
48897d9778
commit
09b1c0eea7
4 changed files with 5 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -4,10 +4,12 @@ all:
|
|||
$(MAKE) -C driver
|
||||
$(MAKE) -C runtime
|
||||
$(MAKE) -C simX
|
||||
$(MAKE) -C ben benchmarks/opencl
|
||||
|
||||
clean:
|
||||
$(MAKE) -C hw clean
|
||||
$(MAKE) -C driver clean
|
||||
$(MAKE) -C simX clean
|
||||
$(MAKE) -C runtime clean
|
||||
$(MAKE) -C ben benchmarks/opencl clean
|
||||
|
||||
|
|
|
@ -106,7 +106,7 @@ int main (int argc, char **argv) {
|
|||
size_t kernel_size;
|
||||
cl_int binary_status;
|
||||
|
||||
srand(time(NULL));
|
||||
srand(50);
|
||||
|
||||
// read kernel binary from file
|
||||
if (0 != read_kernel_file("kernel.pocl", &kernel_bin, &kernel_size))
|
||||
|
|
Binary file not shown.
|
@ -20,8 +20,8 @@ DBG_FLAGS += -DDBG_CORE_REQ_INFO
|
|||
|
||||
#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=2 -DL2_ENABLE=0
|
||||
CONFIGS += -DNUM_CLUSTERS=1 -DNUM_CORES=1
|
||||
CONFIGS += -DNUM_CLUSTERS=1 -DNUM_CORES=2 -DL2_ENABLE=0
|
||||
#CONFIGS += -DNUM_CLUSTERS=1 -DNUM_CORES=1
|
||||
|
||||
#DEBUG=1
|
||||
#SCOPE=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue