Skip to content

Commit

Permalink
Put github actions build status at the top of readme (pytorch#625)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: pytorch#625

Same as title

Should look like
https://circleci.com/gh/pytorch/FBGEMM.svg?style=shield
https://github.com/pytorch/FBGEMM/actions/workflows/fbgemmci.yml/badge.svg

Reviewed By: yuhc

Differential Revision: D28968830

fbshipit-source-id: ae87f53ad3e9f42afe0359af94a396814e7b6b51
  • Loading branch information
dskhudia authored and facebook-github-bot committed Jun 9, 2021
1 parent 8aaefde commit 0520ad5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# FBGEMM

## Linux Build: [![CircleCI](https://circleci.com/gh/pytorch/FBGEMM.svg?style=svg)](https://circleci.com/gh/pytorch/FBGEMM)
[![FBGEMMCI](https://github.com/pytorch/FBGEMM/actions/workflows/fbgemmci.yml/badge.svg)](https://github.com/pytorch/FBGEMM/actions/workflows/fbgemmci.yml)
[![CircleCI](https://circleci.com/gh/pytorch/FBGEMM.svg?style=shield)](https://circleci.com/gh/pytorch/FBGEMM)

FBGEMM (Facebook GEneral Matrix Multiplication) is a low-precision,
high-performance matrix-matrix multiplications and convolution library for
Expand Down

0 comments on commit 0520ad5

Please sign in to comment.