"doc/git@developer.sourcefind.cn:wqshmzh/ktransformers.git" did not exist on "de3faaf55d2125b02660ce83e625ec0851c304f1"
Refactor runtime compiled kernels to use the same compile_ops pipeline (#1125)
This adds the infrastructure so we can compile everything in parallel, whereas before only pointwise kernels were compiled in parallel. This will also directly integrate with lowering and the gpu-driver. The kernels for pointwise and roialign are using this infrastructure. Scatternd is not since it does require standard shape. This also makes it easier to add new runtime compiled kernels in the future.
Showing
src/targets/gpu/compiler.cpp
0 → 100644
Please register or sign in to comment