-
**Describe the bug**
`ti.random()` in `@ti.kernel` context causes crash in `libvulkan_intel.so` on i915 with Vulkan backend
**To Reproduce**
```py
#!/usr/bin/python3
import taichi as ti
#t…
-
**Describe the bug**
Running code multiple times, in which fields are dynamically constructed and destructed, will have different output, which may be caused by memory problems. The inconsistency…
-
**Describe the bug**
Hi, I am working on an MPM simulation for robot learning in Taichi. My simulation codes have behaved correctly in the forward pass.
However, in auto-diff mode, I receive…
-
I used a configuration to build static libraries with a project that exports a framework as a dependency.
`c.exports.libs += -framework OpenGL`.
However, linker command line does not contain the r…
-
It seems that taichi 0.8.10 produces a warning when external functions are called. The problem is that some taichi APIs like `ti.pow` and `ti.random` are non-taichi functions and using them in a ker…
-
**Describe the bug**
Thank you for creating taichi language. I want to know how to use pyc files in computation.
**To Reproduce**
Consider 3 files below.
```py
# hello.py
from core impo…
-
Hi all,
I'm a new user of ROS and I'm trying to use this package in my UR5+Kinect system.
In my system, I have already done the following works:
1.control the UR5 by ROS moveit and ur_modern_driver…
-
**Describe the bug**
With Taichi 0.8.1, `ti.init(arch=ti.opengl)` doesn't work.
Btw, `ti.opengl` with v0.7.32 and `ti.cpu` with v0.8.1 both work.
**To Reproduce**
A minimal Python file to repr…
-
There is a problem with archived glew package version 1.13.0. Some files are missing, which prevents completing build process.
`diff -qr sourceforge-glew-1.13.0/ github-glew-glew-1.13.0/`
```
Only …
-
**Describe the bug**
Failed to execute `ti.init(ti.cuda)` on Windows with taichi==0.8.7 and 0.8.8, but successful with taichi==0.8.6.
**To Reproduce**
```py
import taichi as ti
ti.init(ti.cuda…