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 ed80cd6
Showing 1 changed file with 12 additions and 0 deletions.
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/check-unit-tests-arm/badge.svg)
![Unit Tests ARM GPUs](https://github.com/CHIP-SPV/chipStar/workflows/check-unit-tests-intel/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 ed80cd6

Please sign in to comment.