pengyu
pengyu
根据Github官网的[提示](https://help.github.com/articles/securing-your-github-pages-site-with-https/),我开启了Gitpages Https选项。 之后我的网站域名解析就由`http`协议编程`https`。但是,网站显示出现了问题,具体如下: 1. 主页显示不出来 2. 标题对应的标签显示不出来。 3. `关于我`下面的社交标签页显示不出来
When I close the GGUI window after running any examples, I got `GLFW Error 65537: The GLFW library is not initialized`. The running environments: ``` Ubuntu 20.04 Taichi 1.0.1 nightly...
**Concisely describe the proposed feature** If possible, I need to use more `atomic` operations like: `atomicExch()`, `atomicCAS()`
This computation of C as following is not consistent with [this line](https://github.com/taichi-dev/taichi/blob/215d6d13c1733cb297c4ffebc84f896c5c8a5576/examples/mpm88.py#L68). https://github.com/yuanming-hu/taichi_mpm/blob/3bb90fbe4c901aafc048dbb2d8d8aa388226d011/mls-mpm88-explained.cpp#L171 The above line is lack of one `1/dx` according to the last page of [this slide](https://github.com/yuanming-hu/taichi_mpm/releases/download/SIGGRAPH2018/mls-mpm-cpic-slides.pdf). 