←back to thread

490 points jarmitage | 1 comments | | HN request time: 0.2s | source
1. jarmitage ◴[] No.40684107[source]
> What's Taichi's take on NVIDIA's Warp?

> Overall the biggest distinction as of now is that Taichi operates at a slightly higher level. E.g. implict loop parallelization, high level spatial data structures, direct interops with torch, etc.

> We are trying to implement support for lower level programming styles to accommodate such things as native intrinsics, but we do think of those as more advanced optimization techniques, and at the same time we strive for easier entry and usage for beginners or people not so used to CUDA's programming model

https://github.com/taichi-dev/taichi/discussions/8184