Skip to content

How can I deal with data race when I am creating a taichi-based hash map? The code runs successfully on CPU single thread. #1039

How can I deal with data race when I am creating a taichi-based hash map? The code runs successfully on CPU single thread.

How can I deal with data race when I am creating a taichi-based hash map? The code runs successfully on CPU single thread. #1039

Workflow file for this run

name: Add issues to Taichi project
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/taichi-dev/projects/1
github-token: ${{ secrets.ORG_PROJECT_PAT }}