Skip to content

Commit

Permalink
Add deterministic test as part of CI
Browse files Browse the repository at this point in the history
  • Loading branch information
syifan committed Oct 21, 2023
1 parent 3767f13 commit afd4503
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 115 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/mgpusim_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,9 @@ jobs:
with:
go-version: "stable"

- name: Run Deterministicity Test - Memory Copy
run: |
go build
./memcopy
working-directory: tests/deterministic/memcopy

- name: Run Deterministicity Test - Empty Kernel
timeout-minutes: 10
run: |
go build
./empty_kernel
working-directory: tests/deterministic/empty_kernel
- name: Run Deterministicity Test
run: pythone test.py
working-directory: tests/deterministic/

single_gpu_acceptance_test:
name: Single GPU Acceptance Test
Expand Down
103 changes: 0 additions & 103 deletions .gitlab-ci.yml

This file was deleted.

0 comments on commit afd4503

Please sign in to comment.