yekuang

Results 50 comments of yekuang

cc @lin-hitonami @strongoier in case there are some considerations behind this check...

We'll likely support GLES 3.1, since that's the one supporting Compute Shaders. Which 1.05 version are you referring to?

Ah I see, ha ha. There's no immediate timeline for this, but to shed some light, the dev team's already looking into GL support. We will ping this thread to...

Not sure if this is related to the shared CUDA context issue, see https://github.com/taichi-dev/taichi/issues/2190

I guess this feature request somehow works against #134 ..

> pretend that absolute symlinks are regular files/directories, but use a SymlinkNode for relative symlinks; use SymlinkNode for everything. For Chromium Swarming's [`.isolate` file](https://chromium.googlesource.com/infra/luci/luci-py/+/master/appengine/isolate/doc/client/Design.md), all the file paths are relative,...

Thanks @bobcao3! Let's just stick with the current API design, which is mostly consistent with how `ti.GUI` works currently. Note that the goal of this GUI system is to ship...

Thanks for reporting this! Were you just running https://github.com/taichi-dev/cpp-training-season1/blob/main/reflection/src/main.cpp? There's nothing fancy in `~RawTypeDescriptorBuilder()`: https://github.com/taichi-dev/cpp-training-season1/blob/bfe7b2f35a4517635545aea9cf74a0f7097dbaa3/reflection/src/reflect.cpp#L13-L15. If you print `desc_`'s address before L14, is it already `nullptr`?

I don't think this repo is compatible with the new Taichi programming language (maybe even starting from v0.6.0), is it?