Ci fixes
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
cd ../driver/tests && make run -f Makefile
|
make -C driver/tests run
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
cd ../benchmarks/opencl && make run -f Makefile
|
make -C benchmarks/opencl run
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
cd ../benchmarks/riscv_tests/isa && make run -f Makefile
|
make -C benchmarks/riscv_tests/isa run
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
cd ../runtime/tests && make run -f Makefile
|
make -C runtime/tests run
|
||||||
|
|||||||
@@ -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
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
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
Reference in New Issue
Block a user