Skip to content

Commit

Permalink
add status icons
Browse files Browse the repository at this point in the history
  • Loading branch information
pvelesko committed Aug 21, 2024
1 parent 6c4e47c commit a1c2e3d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-unit-tests-arm.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Workflow syntax:
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
name: unit-test-checker-arm
name: Unit Tests ARM GPUs

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-unit-tests-intel.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Workflow syntax:
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
name: unit-test-checker-intel
name: Unit Tests Intel GPUs

on:
pull_request:
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# chipStar

![Unit Tests Intel GPUs](https://github.com/CHIP-SPV/chipStar/workflows/Unit%20Tests%20Intel%20GPUs/badge.svg)
![Unit Tests ARM GPUs](https://github.com/CHIP-SPV/chipStar/workflows/Unit%20Tests%20ARM%20GPUs/badge.svg)
![Docker Build and Publish](https://github.com/CHIP-SPV/chipStar/workflows/Docker%20Build%20and%20Publish/badge.svg)

chipStar enables compiling and running HIP and CUDA applications on platforms which support
SPIR-V as the device intermediate representation. It supports
OpenCL and Level Zero as the low-level runtime alternatives.
Expand Down Expand Up @@ -29,6 +33,14 @@ The following libraries have been ported and should work on any platform:

*If there is a library that you need that is not yet supported, please open an issue stating which libraries you require and what application you are trying to build.*

## Applications

chipStar has so far been tested using the following applications:
- [libCEED]()
- [GAMESS]
- [HcBench]
- TODO

## Getting Started

Quickest way to get started is by using a prebuilt Docker container. Please refer to [Docker README](docker/docker.md)
Expand Down

0 comments on commit a1c2e3d

Please sign in to comment.