Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-kan committed Oct 12, 2022
0 parents commit 8c69a43
Show file tree
Hide file tree
Showing 23 changed files with 513 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: build_release

on:
push:
branches: [latest]
tags: ["*"]
pull_request:
branches: [latest]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
container:
image: texlive/texlive:latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Build
run: |
apt-get update -y
apt-get install --no-install-recommends -y fonts-noto-cjk-extra
xelatex main.tex
xelatex main.tex
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
path: main.pdf

- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: main.pdf
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Weekly-Paper-Sharing-OSM

组会论文分享“OSM: Off-Chip Shared Memory for GPUs”的 $\LaTeX$ 展示源码,可在 [releases](https://github.com/arcsysu/Weekly-Paper-Sharing-OSM/releases) 下载 PDF。

同时可作为一个 $\LaTeX$ 展示模板供大家使用,可通过 [GitHub Actions](https://github.com/arcsysu/Weekly-Paper-Sharing-OSM/actions) 自动构建并自动将 tag 的 Artifacts 发布到 [releases](https://github.com/arcsysu/Weekly-Paper-Sharing-OSM/releases)。也可以将 [releases](https://github.com/arcsysu/Weekly-Paper-Sharing-OSM/releases) 页面的 `.zip` 文件导入 [Overleaf](https://cn.overleaf.com/) 并选择 XeLaTeX 编译,从而同步编辑与预览。
Binary file added assets/figure/sadro1-3154315-large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/figure/sadro10-3154315-large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/figure/sadro11-3154315-large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/figure/sadro12-3154315-large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/figure/sadro13-3154315-large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/figure/sadro14-3154315-large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/figure/sadro15-3154315-large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/figure/sadro16-3154315-large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/figure/sadro17-3154315-large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/figure/sadro18-3154315-large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/figure/sadro2-3154315-large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/figure/sadro3-3154315-large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/figure/sadro4-3154315-large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/figure/sadro5-3154315-large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/figure/sadro6-3154315-large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/figure/sadro7-3154315-large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/figure/sadro8-3154315-large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/figure/sadro9-3154315-large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logo/arcsysu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logo/logo0409.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8c69a43

Please sign in to comment.