Yi Xu
Yi Xu
Hi @xiangzi1992. This repo was last updated 1 year ago, and many APIs of Taichi have been changed since then. If you want to run the demo immediately, you can...
> There is actually hardware support on both Nvidia and AMD for native bit extract (a lot faster than using lower level bit operations). Maybe we should keep them not...
> We would want to be able to optionally demote BFE when backend says it's not supported, and if supported the codegen will want to take the BFE CHI-IR and...
`u1` type has not been fully supported yet (https://github.com/taichi-dev/taichi/issues/577), and we plan to support it in the future. For now we need to use `int` as a workaround.
Hi @aagrawal05. Could you try compiling with clang? My environment is Ubuntu 20.04 & clang++-8 and I can successfully build the legacy branch.
Hi @aagrawal05. If you haven't succeeded yet, could you try Ubuntu 20.04 (in docker if you don't have another environment)?
The current version of Taichi doesn't support the hash SNode. It was in the original Taichi paper and we plan to recover it in the future. Could you briefly introduce...
BTW you could also use the pointer SNode for now. You only need to activate those keys which are inserted into the hash table.
Is there any pattern regarding the keys to activate?