PENGUINLIONG
PENGUINLIONG
This PR implements documentations and API doc generator of C-API.
This PR introduced texture interfaces to C-API. **(WIP)** Don't merge!
GGUI caches vertex buffer with the hash of taichi field as key, `np.ndarray` is non-hashable but can be used as kernel argument. This PR added support for `np.ndarray` to be...
This PR fixed a validation issue that query pools are not correctly reset before use (for on-device execution time measurement). Also fixed a bit of compilation issue.
This issue enumerates a list of defects of GGUI that should be resolved before 1.1 release. Might overlap with #5423 . If you have any thoughts regarding to GGUI, please...
The Metal backend doesn't wait on all submitted command buffers. If a command buffer is not launched via `submit_sync`, the command buffer might not be awaited correctly.
Texture support is recently added to Taichi and the corresponsing C-APIs are here provided in #5520 . This issue intends to discuss the design and logstics of these interfaces. I...
This issue presents an overview of the Taichi C-API library building process. This is a primer to a more formal documentation but in case of any defects please feel free...
Currently the profiler system is only available to CUDA so many components are tightly coupled with it. CUDA has a sole global context but Vulkan device is created on a...