taichi-dev / taichi

Productive, portable, and performant GPU programming in Python.
https://taichi-lang.org
Apache License 2.0
25.05k stars 2.26k forks source link

[Bug] Fix bug to disable taichi header print #8517

Closed mushroomfire closed 1 week ago

mushroomfire commented 2 months ago

Issue: #8334

Brief Summary

The previous code #8413 had no effect because the value in os.environ can only be a string. This pull request will enable users to disable the Taichi header print by setting one of the following ways:

Walkthrough

copilot:walkthrough

CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.

netlify[bot] commented 2 months ago

Deploy Preview for docsite-preview ready!

Name Link
Latest commit 8c62aa57e84c1e00a6757a35ac570facbf0b5ab1
Latest deploy log https://app.netlify.com/sites/docsite-preview/deploys/6677810d92484c0008b67aa4
Deploy Preview https://deploy-preview-8517--docsite-preview.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

bobcao3 commented 2 months ago

/rebase

bobcao3 commented 1 week ago

/rebase