integrate lock-free queue into CI

This commit is contained in:
Ruobing Han 2022-06-20 22:53:19 -04:00
parent db585083bb
commit 2618bd21a7
1 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,11 @@ jobs:
cd ${{ github.workspace }}
wget https://www.dropbox.com/s/4pckqsjnl920gpn/cuda-10.1.tar.gz?dl=1
tar -xzf 'cuda-10.1.tar.gz?dl=1'
- name: Download lock-free queue header file
run: |
cd ${{ github.workspace }}
cd runtime/threadPool
git clone git@github.com:cameron314/concurrentqueue.git
- name: Build project
run: |
mkdir build