Zeyu Li
Zeyu Li
I will take care of `__syncwarp` intrinsic.
> I will take care of `__syncwarp` intrinsic. I'm working on `match_all`.
It seems better to add cmake at the end(after step5)
Here is task list. - [x] ci configuration(https://github.com/taichi-dev/taichi/pull/6711, https://github.com/taichi-dev/taichi/pull/6736, https://github.com/taichi-dev/taichi/pull/6743) - [x] render hardware interface(https://github.com/taichi-dev/taichi/pull/6464) - [x] codegen(https://github.com/taichi-dev/taichi/pull/6469) - [x] runtime(https://github.com/taichi-dev/taichi/pull/6482) - [x] update runtime module(https://github.com/taichi-dev/taichi/pull/6486) - [x] linker math...
> I'm also considering this task since our new HPC is using Sugon gtx106 (known as Vega 20). I am quite interested is there any possible to cooperate ? @ITCJ...
> Is there any plan to support cdna or cdna2 architecture? I hope to run my taichi code on MI series gpu. Actually, you can run your taichi code on...
> How? I thought the current taichi doesn't support amd gpu It looks like the amdgpu backend hasn't been released yet, you can either do the compilation yourself (I can...
> How? I thought the current taichi doesn't support amd gpu 1. The current Taichi-AMDGPU backend is based on ROCm, so the first thing you need to do is to...
@GZGavinZhao Thanks for your sharing. And I'm very glad to know this. I have previous experience migrating from a lower version of LLVM to 14. Some of LLVM code need...
> I've also been running into symbol errors when trying to compile taichi for AMDGPU support. I'm running the following: > > ``` > set -x TAICHI_CMAKE_ARGS "-DTI_WITH_CUDA=OFF -DTI_WITH_AMDGPU=ON" >...