Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Error] Do not show warning when the offline cache path does not exist #5747

Merged
merged 2 commits into from
Aug 12, 2022

Conversation

lin-hitonami
Copy link
Contributor

@lin-hitonami lin-hitonami commented Aug 12, 2022

Related issue = #4401, fixes #5743

Taichi now raises a warning when the offline cache path does not exist as below:

[W 08/12/22 14:09:20.047 1879239] [llvm_offline_cache.cpp:clean_cache@382] Lock /home/lin/.cache/taichi/ticache/metadata.lock failed

This PR removes it if the path does not exist.

@netlify
Copy link

netlify bot commented Aug 12, 2022

Deploy Preview for docsite-preview ready!

Name Link
🔨 Latest commit 0238ce4
🔍 Latest deploy log https://app.netlify.com/sites/docsite-preview/deploys/62f5f0a083b83a0008ef10ff
😎 Deploy Preview https://deploy-preview-5747--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 settings.

@lin-hitonami lin-hitonami merged commit 5d91e96 into taichi-dev:master Aug 12, 2022
@lin-hitonami lin-hitonami deleted the remove_warning branch August 12, 2022 07:23
@ailzhang ailzhang added this to the v1.1.1 milestone Aug 12, 2022
ailzhang pushed a commit to ailzhang/taichi that referenced this pull request Aug 18, 2022
taichi-dev#5747)

* [Error] Do not show warning when the offline cache path does not exist

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
ailzhang added a commit that referenced this pull request Aug 18, 2022
* [bug] Fix incorrect autodiff_mode information in offline cache key (#5737)

* [bug] Fix incorrect autodiff_mode infomation in offline cache key

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

* [Error] Do not show warning when the offline cache path does not exist (#5747)

* [Error] Do not show warning when the offline cache path does not exist

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

* [Bug] [type] Fix wrong type cast in codegen of storing quant floats (#5818)

* [autodiff] Support shift ptr in dynamic index (#5770)

* [autodiff] Support shift ptr in dynamic index

* update the offset

* update offset

* add dynamic index test for ad

* forcely enable dynamic index for polar decompose

Co-authored-by: Mingming Zhang <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Lin Jiang <[email protected]>
Co-authored-by: Yi Xu <[email protected]>
Co-authored-by: Mingrui Zhang <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lock metadata.lock failed
2 participants