This commit is contained in:
Blaise Tine 2020-09-01 15:07:33 -04:00
parent b82f5a9011
commit 9aa24d3d83
12 changed files with 27110 additions and 31912 deletions

View file

@ -21,10 +21,8 @@ install:
# VORTEX
- git clone --recursive https://github.com/vortexgpgpu/vortex.git
- cd Vortex
- make
- make -C benchmarks/opencl/sgemm
- make -C benchmarks/opencl/sgemm run
- cd vortex
- make -j`nproc`
script:
- ci/test_runtime.sh

View file

@ -1,3 +1,3 @@
#!/bin/bash
cd ../driver/tests && make run -f Makefile
make -C driver/tests run

View file

@ -1,3 +1,3 @@
#!/bin/sh
cd ../benchmarks/opencl && make run -f Makefile
make -C benchmarks/opencl run

View file

@ -1,3 +1,3 @@
#!/bin/bash
cd ../benchmarks/riscv_tests/isa && make run -f Makefile
make -C benchmarks/riscv_tests/isa run

View file

@ -1,3 +1,3 @@
#!/bin/bash
cd ../runtime/tests && make run -f Makefile
make -C runtime/tests run

View file

@ -5,11 +5,8 @@ all:
run:
$(MAKE) -C basic run-rtlsim
#$(MAKE) -C basic run-simx
$(MAKE) -C demo run-rtlsim
$(MAKE) -C demo run-simx
$(MAKE) -C dogfood run-rtlsim
$(MAKE) -C dogfood run-simz
clean:
$(MAKE) -C basic clean

Binary file not shown.

File diff suppressed because it is too large Load diff

BIN
runtime/tests/nlTest/vx_nl_main.elf Normal file → Executable file

Binary file not shown.

File diff suppressed because it is too large Load diff

BIN
runtime/tests/vecadd/vx_pocl_main.elf Normal file → Executable file

Binary file not shown.

File diff suppressed because it is too large Load diff