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 # VORTEX
- git clone --recursive https://github.com/vortexgpgpu/vortex.git - git clone --recursive https://github.com/vortexgpgpu/vortex.git
- cd Vortex - cd vortex
- make - make -j`nproc`
- make -C benchmarks/opencl/sgemm
- make -C benchmarks/opencl/sgemm run
script: script:
- ci/test_runtime.sh - ci/test_runtime.sh

View File

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

View File

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

View File

@@ -1,3 +1,3 @@
#!/bin/bash #!/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 #!/bin/bash
cd ../runtime/tests && make run -f Makefile make -C runtime/tests run

View File

@@ -5,11 +5,8 @@ all:
run: run:
$(MAKE) -C basic run-rtlsim $(MAKE) -C basic run-rtlsim
#$(MAKE) -C basic run-simx
$(MAKE) -C demo run-rtlsim $(MAKE) -C demo run-rtlsim
$(MAKE) -C demo run-simx
$(MAKE) -C dogfood run-rtlsim $(MAKE) -C dogfood run-rtlsim
$(MAKE) -C dogfood run-simz
clean: clean:
$(MAKE) -C basic 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